Garena doesn't start

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tlofe
Newbie
Newbie
Posts: 4
Joined: Sun Mar 11, 2012 8:34 am

Garena doesn't start

Post by tlofe »

1@1-A7N8X-E:~$ wine '/home/1/.wine/drive_c/Program Files/Garena Plus/GarenaMessenger.exe'
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found
err:module:import_dll Library CommonLib.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\log4cxx.dll") not found
err:module:import_dll Library log4cxx.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\DibModule.dll") not found
err:module:import_dll Library DibModule.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\VersionModule.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found
err:module:import_dll Library CommonLib.dll (which is needed by L"C:\\Program Files\\Garena Plus\\VersionModule.dll") not found
err:module:import_dll Library VersionModule.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\FileLoader.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found
err:module:import_dll Library CommonLib.dll (which is needed by L"C:\\Program Files\\Garena Plus\\FileLoader.dll") not found
err:module:import_dll Library FileLoader.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CxImage.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\DibModule.dll") not found
err:module:import_dll Library DibModule.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CxImage.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\FileLoader.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found
err:module:import_dll Library CommonLib.dll (which is needed by L"C:\\Program Files\\Garena Plus\\FileLoader.dll") not found
err:module:import_dll Library FileLoader.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CxImage.dll") not found
err:module:import_dll Library CxImage.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\PluginUpdate.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found
err:module:import_dll Library CommonLib.dll (which is needed by L"C:\\Program Files\\Garena Plus\\PluginUpdate.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\PluginModule.dll") not found
err:module:import_dll Library PluginModule.dll (which is needed by L"C:\\Program Files\\Garena Plus\\PluginUpdate.dll") not found
err:module:import_dll Library PluginUpdate.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\PluginModule.dll") not found
err:module:import_dll Library PluginModule.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe" failed, status c0000135
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Probably you need to install vcrun2008 via winetricks (where MCVCP90.dll is):

Code: Select all

winetricks vcrun2008
tlofe
Newbie
Newbie
Posts: 4
Joined: Sun Mar 11, 2012 8:34 am

Post by tlofe »

Thank you. It works.
vr_ahn
Newbie
Newbie
Posts: 2
Joined: Thu Mar 15, 2012 11:52 pm

Post by vr_ahn »

tlofe wrote:Thank you. It works.
It really works :)))
vr_ahn
Newbie
Newbie
Posts: 2
Joined: Thu Mar 15, 2012 11:52 pm

Post by vr_ahn »

Alex_G wrote:Probably you need to install vcrun2008 via winetricks (where MCVCP90.dll is):

Code: Select all

winetricks vcrun2008
:D
Locked