http://bugs.winehq.org/show_bug.cgi?id=31110
--- Comment #5 from Austin English austinenglish@gmail.com 2012-07-03 13:43:07 CDT --- (In reply to comment #4)
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
Fixed: http://code.google.com/p/winetricks/source/detail?r=848