[Wine] How to make a simple win32 software to work under wine

James McKenzie jjmckenzie51 at earthlink.net
Thu Feb 18 21:12:18 CST 2010


irvinehooi wrote:
> Hi, the below is the manual run the program in terminal.
> After I run
> Code:
>  wine tonic.exe 
>
>  the it display the below message
>
> Code:
>  err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\Program Files\\r2 Studios\\Tonic\\tonic.exe") not found
> err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\r2 Studios\\Tonic\\tonic.exe" failed, status c0000135 
>
>
>   
You need to install VB6 Run Time libraries.  Look in the FAQ for
winetricks and how to run it.

[code]
sh winetricks vb6run
[/code]

should do the trick...

James McKenzie




More information about the wine-users mailing list