http://bugs.winehq.org/show_bug.cgi?id=30707
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0b82e284013dafd20f14377dda3 | |8820f5645a9b4 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Anastasius Focht focht@gmx.net 2012-05-23 15:36:56 CDT --- Hello Hans,
yep, using "fusion=builtin,native" and "ngen=builtin" override all .NET 4.0 assemblies are now properly installed into private GAC.
"ngen=builtin" to avoid native ngen.exe calling into unimplemented fusion API. It's not really harmful as these deferred assembly -> GAC install steps have already been carried out by msi install itself but it might confuse users looking at terminal output, spotting "unimplemented function fusion.dll.InitializeFusion, aborting".
Fixing that part - supporting native ngen + Wine fusion for installers/manual steps that don't use msi assembly install will be subject of other bugs...
Fixed by http://source.winehq.org/git/wine.git/commitdiff/0b82e284013dafd20f14377dda3...
Thanks for the work!
Austin/Dan: starting with Wine 1.5.5 'winetricks dotnet40' recipe can be modified to not use gacutil hack anymore. For Wine < 1.5.5 the current gacutil way should be kept and phased out at some point.
Regards