I am trying to get Minesweeper X to run under Wine. I am running:
Linux Mint 16 Cinnamon 64-bit
wine-1.4.1
This is what happens:
Code: Select all
$ wine c:/mines_x
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\mines_x.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\mines_x.exe" failed, status c0000135
Code: Select all
$ winetricks vb6run
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call vb6run
Executing load_vb6run
Executing wine /home/philipp/.cache/winetricks/vb6run/VB6.0-KB290887-X86.exe /T:C:\windows\Temp\_vb6run /c
wine: Unhandled page fault on write access to 0x0000000d at address 0x7bc4717b (thread 0028), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc493a0
------------------------------------------------------
Note: command 'wine /home/philipp/.cache/winetricks/vb6run/VB6.0-KB290887-X86.exe /T:C:\windows\Temp\_vb6run /c' returned status 5. Aborting.
------------------------------------------------------
The really weird part is that it works on my 32-bit Linux Mint inside VirtualBox (Win7 host) without problems. I guess 64-bit could be the source of the problem, but I really don't feel like installing a 32-bit OS just for this. Also, other people seem to manage this on 64-bit Linux.
What else can I try?
Thank you very much!