http://bugs.winehq.org/show_bug.cgi?id=35851
Ivan barracuda72@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Ivan barracuda72@bk.ru --- (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, sorry for disturbing you, I've finally got it. It was the problem with Gentoo multilib system - 32-bit version of Wine builds using headers from most recent libpng installed, but multilib support package (emul-linux-baselibs-x86) provides very outdated version (in my case this was 1.6.8 and 1.5.15, respectively). Now applications installs and runs fine, even on 64-bit wineprefix. Closed