https://bugs.winehq.org/show_bug.cgi?id=49124
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to daniel.heiserer from comment #5)
env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20
However when i try to use:
wine $PATHTO/ErgoPlanet.exe it still fails or results in the same garbabe. Seems it does not use Net 2.0.
When you set WINEPREFIX to install dotnet20. then you should use it too to run the application (e.g. WINEPREFIX=~/.wine32 wine ~/.wine32/drive_c/Program Files/ErgoPlanet.exe )
Regards