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.
http://bugs.winehq.org/show_bug.cgi?id=32195
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2012-11-12 05:20:19 CST --- wine-mono does support .NET 4.
The problem here is that mono doesn't implement WPF and currently doesn't have plans too.
See http://mono-project.com/Compatibility for more information.
http://bugs.winehq.org/show_bug.cgi?id=32195
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from François Gouget fgouget@codeweavers.com 2012-11-12 10:37:13 CST --- fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0"
It looks like we get this error just because there's no build number but the application then tries again with a build number and that seems to succeed.
trace:mscoree:CLRMetaHost_GetRuntime L"v4.0.30319" {bd39d1d2-ba2f-486a-89b0-b4b0cb466891} 0x33fc48
So that leads us to the WPF issue which is means this bug is in fact a duplicate of bug 24501.
*** This bug has been marked as a duplicate of bug 24501 ***
http://bugs.winehq.org/show_bug.cgi?id=32195
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |00cpxxx@gmail.com
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-11-28 17:45:57 CST --- Closing duplicate.