so I installed wine using Ubuntu software center (so I assume it's the latest version but I'm not sure) and tried running a couple of games with it but when i installed TES IV:Oblivion well... the installation went smoothly the patching too but when i run the game the luncher goes up normally but when i press play wine's virtual desktop closes and the game doesn't run i tried running the game directly but still nothing so what should i do to play?
nashod wrote:> so I installed wine using Ubuntu software center (so I assume it's the latest version but I'm not sure)Start by finding out. Open a terminal and type Code: wine --version Let us know what it says.
Do you have somme errors if you launch it in a terminal ? Could you paste it here ?
here what i get err:module:import_dll Library tes4r.dll (which is needed by L"C:\\ProgramFiles\\BethesdaSoftworks\\Oblivion\\Oblivion.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\ProgramFiles\\BethesdaSoftworks\\Oblivion\\Oblivion.exe" failed, status c0000135
nashod wrote:> here what i get > > err:module:import_dll Library tes4r.dll (which is needed by L"C:\\ProgramFiles\\BethesdaSoftworks\\Oblivion\\Oblivion.exe") not found >Does this file exist anywhere on your system? Log in as root and do the following: [code] cd / find / -name tes4r.dll [/code] If the file does not exist on your system, you will have to find it, hopefully on the Oblivion distribution media (preferred). If it on your system, please advise where it is at. Do NOT run Wine as root (this creates problems.)> err:module:LdrInitializeThunk Main exe initialization for L"C:\\ProgramFiles\\BethesdaSoftworks\\Oblivion\\Oblivion.exe" failed, status c0000135 > > >This error maybe caused by the first one. James McKenzie