http://bugs.winehq.org/show_bug.cgi?id=32195
Bug #: 32195 Summary: Missing .Net 4 support in Wine Product: Wine Version: 1.5.17 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com Classification: Unclassified
Created attachment 42477 --> http://bugs.winehq.org/attachment.cgi?id=42477 +mscoree trace
Now that Image Composite Editor can be installed (see bug 32187), it fails on startup with the following messages:
fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented ... trace:mscoree:CLRMetaHost_GetRuntime L"v4.0" {bd39d1d2-ba2f-486a-89b0-b4b0cb466891} 0x33fc48 fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0"
I take that to mean that Wine's Mono support does not extend to .Net 4, although the further message below might mean it's just PresentationFramework support that's missing (but it feels like it's just going to be the next roadblock).
trace:mscoree:mono_assembly_search_hook_fn "PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
In any case, installing .Net 4 gets it to fail with another error altogether (see bug 29676).
I'm attaching a +mscoree trace for reference.