Hi!
I had the same problem today. I solved it by using a 32 bit wine prefix. I have posted the instructions to Wine AppDB, but they are not yet approved. This is approximately what I did:
* Delete the old wine installation folder:
$ rm /home/myuser/.wine -Rf
* Set up wine in 32bit mode, and install a few libraries with winetricks:
$ export WINEARCH=win32
$ winetricks # Install dotnet20, vcrun2007 and gdiplus
* Finally install Adventure Game Studio. It seems to work perfectly!
I had the same problem today. I solved it by using a 32 bit wine prefix. I have posted the instructions to Wine AppDB, but they are not yet approved. This is approximately what I did:
* Delete the old wine installation folder:
$ rm /home/myuser/.wine -Rf
* Set up wine in 32bit mode, and install a few libraries with winetricks:
$ export WINEARCH=win32
$ winetricks # Install dotnet20, vcrun2007 and gdiplus
* Finally install Adventure Game Studio. It seems to work perfectly!
