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