http://bugs.winehq.org/show_bug.cgi?id=32877
--- Comment #7 from Austin English austinenglish@gmail.com 2013-02-03 09:31:45 CST --- (In reply to comment #5)
I tried first with dotnet20 it didn't work and the installer prompted for .net 4.0 to be installed. So here is the series of commands that will get the game going,:
$ WINEPREFIX='/home/<user>/.wine32' WINEARCH='win32' wine 'wineboot' $ WINEPREFIX='/home/<user>/.wine32' WINEARCH='win32' winetricks dotnet40 $ WINEPREFIX='/home/<user>/.wine32' WINEARCH='win32' wine /path/to/GnomoriaDemoSetup.exe
cd to the directory instead.