using the command Code: env WINEPREFIX="/home/nikos/.wine" wine "C:\Program Files\Steam\steam.exe" -applaunch 23310 lunches the game but it fails to start after trying to run the "first time" script (steam installs predetermine modules that each game needs), the game fails to start with Code: err:ntdll:RtlpWaitForCriticalSection section 0xcf7324 "?" wait timed out in thread 001e, blocked by 001f, retrying (60 sec) fixme:shdocvw:ViewObject_SetAdvise (0x1941b0)->(1 00000002 0x1e29cc0) fixme:shdocvw:PersistStreamInit_InitNew (0x1941b0) fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x1941b0)->(ffffffff) fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x1941b0)->(ffffffff) fixme:shdocvw:ViewObject_SetAdvise (0x194bd0)->(1 00000002 0x1e29ee8) fixme:shdocvw:PersistStreamInit_InitNew (0x194bd0) fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x194bd0)->(ffffffff) fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x194bd0)->(ffffffff) fixme:win:RegisterDeviceNotificationA (hwnd=0x1008a, filter=0x32e088,flags=0x00000004), returns a fake device notification handle! err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x32c1b8,0x00000000), stub! Corrupt JPEG data: 57 extraneous bytes before marker 0xdb err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 fixme:shdocvw:ViewObject_SetAdvise (0x1b1690)->(1 00000002 0x1ab68c0) fixme:shdocvw:PersistStreamInit_InitNew (0x1b1690) fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x1b1690)->(ffffffff) fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x1b1690)->(ffffffff) fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000 fixme:advapi:LookupAccountNameW (null) L"nikos" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub fixme:advapi:LookupAccountNameW (null) L"nikos" 0x135de0 0x33f80c 0x15cba8 0x33f810 0x33f804 - stub fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values Install script executed.fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762) fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762) fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762) fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x1b1690) fixme:shdocvw:OleInPlaceObject_UIDeactivate (0x1b1690) fixme:shdocvw:OleObject_Close (0x1b1690)->(1) ^Cerr:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Steam\\steamapps\\common\\the last remnant\\Binaries\\TLR.exe" failed, status 80000003 The error obviously is that it cant find MSVCR80.dll. I did some search and i tried this for a solution Code: wget http://www.kegel.com/wine/winetricks sh winetricks vcrun2005sp1 vcrun2005 but without any success. Anyone has any suggestions?