help running TES IV:Oblivion

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nashod
Level 2
Level 2
Posts: 17
Joined: Thu Jun 03, 2010 8:31 am

help running TES IV:Oblivion

Post by nashod »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: help running TES IV:Oblivion

Post by dimesio »

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: Select all

wine --version
Let us know what it says.
nashod
Level 2
Level 2
Posts: 17
Joined: Thu Jun 03, 2010 8:31 am

Post by nashod »

it says wine-1.2-rc2
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

Do you have somme errors if you launch it in a terminal ? Could you paste it here ?
nashod
Level 2
Level 2
Posts: 17
Joined: Thu Jun 03, 2010 8:31 am

Post by nashod »

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
James McKenzie

help running TES IV:Oblivion

Post by James McKenzie »

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: Select all

cd /
find / -name tes4r.dll
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
Locked