View Single Post
  #256  
Old 04-26-2018, 04:24 PM
sol87 sol87 is offline
Large Bat


Join Date: Jun 2017
Posts: 10
Default

Quote:
Originally Posted by nekrom4n [You must be logged in to view images. Log in or Register.]
I seem to be having an issue in that the EQ window will load up but will show the error message
"Error in your GUI XML files. Check UIErrors.txt"

The error log shows this:

UIErrorLog created at Wed Apr 04 18:55:49 2018
[Wed Apr 04 18:55:49 2018] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Wed Apr 04 18:55:49 2018] Couldn't open or read UIFiles\default\EQLSUI.xml
[Wed Apr 04 18:55:49 2018] Error reading XML.
[Wed Apr 04 18:55:49 2018] Error loading skin: loading default skin instead.
[Wed Apr 04 18:55:49 2018] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Wed Apr 04 18:55:49 2018] Couldn't open or read UIFiles\default\EQLSUI.xml
[Wed Apr 04 18:55:49 2018] Error reading XML.

But the file is located in the correct place and I can open it fine

This is happening because your running WINE from the wrong directory just had to fix this on mine. Open your terminal and cd into your eq directory then run "wine eqgame.exe patchme" and as long as theres no other issues(like a blank server list) it'll work like it should perfect. If you want a shortcut, this is what im using:
Make a .desktop file, open a text editor and paste the following:
Code:
[Desktop Entry]
Encoding=UTF-8
Name=EverQuest
Comment=Everquest
Icon=PATH TO ICON
Exec=/usr/bin/wine eqgame.exe patchme
Terminal=false
Type=Application
Path=/home/USER/PATH TO EQ FOLDER
Name[en_US]=EverQuest
Change icon(or remove it) and path and make sure its executable(right click>properties).

Lubuntu 16.04 32bit
Reply With Quote