Help with everquest titanium install (eqemu)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Nick687
Level 1
Level 1
Posts: 7
Joined: Mon Sep 05, 2011 4:18 pm

Help with everquest titanium install (eqemu)

Post by Nick687 »

i have ubuntu 11.04 with wine 1.3.27
amd athlon x2 64
ati radieon 3100

i use this path to start the client
/home/nick/.wine/drive_c/"Program Files"/Sony/EverQuest/eqgame.exe taskset -c 0 patchme -opengl

it goes to black screen and gives the following

UIErrorLog created at Sat Sep 10 19:41:40 2011

[Sat Sep 10 19:41:40 2011] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.

[Sat Sep 10 19:41:40 2011] Couldn't open or read UIFiles\default\EQLSUI.xml

[Sat Sep 10 19:41:40 2011] Error reading XML.

[Sat Sep 10 19:41:40 2011] Error loading skin: loading default skin instead.

[Sat Sep 10 19:41:40 2011] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.

[Sat Sep 10 19:41:40 2011] Couldn't open or read UIFiles\default\EQLSUI.xml

[Sat Sep 10 19:41:40 2011] Error reading XML.

i checked the location of the files manually and they are in the right spot
im at a loss....any ideas?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Help with everquest titanium install (eqemu)

Post by jjmckenzie »

On 9/10/11 4:46 PM, Nick687 wrote:
i have ubuntu 11.04 with wine 1.3.27
amd athlon x2 64
ati radieon 3100

i use this path to start the client
/home/nick/.wine/drive_c/"Program Files"/Sony/EverQuest/eqgame.exe taskset -c 0 patchme -opengl

Code: Select all


cd "/home/nick/.wine/drive_c/Program Files/Sony/EverQuest
wine eqgame.exe taskset -c 0 patchme -opengl

Windows programs expect to be run from their installed directories.
What you are using here does not do that.

James
Locked