http://bugs.winehq.org/show_bug.cgi?id=31110
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |241ab9257cc54bbfdada56b036f | |e04c03779aec7 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-07-03 11:57:43 CDT --- Hello,
fixed by commit http://source.winehq.org/git/wine.git/commitdiff/241ab9257cc54bbfdada56b036f...
The app works now, demo scene can be loaded and modified. Probably fixes various other apps that haven't been reported yet ;-)
Thanks Alexandre.
Dan, another small nitpick for winetricks 'dotnet40' recipe:
w_try rm "$W_WINDIR_UNIX/system32/mscoree.dll"
There are people that have mono disabled by default (--disable-mscoree) -> no builtin mscoree present in standard WINEPREFIX hence the recipe fails for them (remove 'w_try')
Regards