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?
Help with everquest titanium install (eqemu)
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Help with everquest titanium install (eqemu)
On 9/10/11 4:46 PM, Nick687 wrote:
Windows programs expect to be run from their installed directories.
What you are using here does not do that.
James
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
What you are using here does not do that.
James