http://bugs.winehq.org/show_bug.cgi?id=35851
--- Comment #4 from Ivan barracuda72@bk.ru --- (In reply to Ivan from comment #3)
(In reply to Anastasius Focht from comment #1)
Hello Ivan,
installing/running .NET Frameworks in 64-bit prefix is _not_ supported. Please use a 32-bit WINEPREFIX for .NET Framework installs.
Like bug 35826 I can't confirm your problems, the IDE works fine.
Upgrade to recent Wine such as 1.7.14 or 1.7.15 first and fix the prefix installation -> use clean (new!) 32-bit prefix.
--- quote --- with dotnet40 only, as dotnet20 refuses to install --- quote ---
That means you operate on a broken prefix (possibly 64-bit) and/or broken winetricks script. Unless you fix the incomplete prerequisite install any kind of app crashes are expected (making the bug possibly invalid).
Regards
OK, I've made the following: rm -rf ~/.wine32 sudo emerge -av =app-emulation/wine-1.7.15 env WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20 env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet40 Problem still exists
I've attached a crash log below, but it seems same as earlier/ And yes, other (but native, not .NET) applications is working fine (especially GTA SA/IV), even in 64-bit wineprefix
Forgot launch command: env WINEARCH=win32 WINEPREFIX=~/.wine32 wine PascalABCNET.exe