Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   So close, yet so far it seems. (/forums/showthread.php?t=253396)

Jewflex 09-16-2016 08:37 PM

So close, yet so far it seems.
 
I've done every step up until the point I am at now.
When I try to launch the game, it pops an error that tells me to check my UIErrors folder. When I do, I get this..

UIErrorLog created at Fri Sep 16 18:33:29 2016
[Fri Sep 16 18:33:29 2016] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Fri Sep 16 18:33:29 2016] Couldn't open or read UIFiles\default\EQLSUI.xml
[Fri Sep 16 18:33:29 2016] Error reading XML.
[Fri Sep 16 18:33:29 2016] Error loading skin: loading default skin instead.
[Fri Sep 16 18:33:29 2016] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Fri Sep 16 18:33:29 2016] Couldn't open or read UIFiles\default\EQLSUI.xml
[Fri Sep 16 18:33:29 2016] Error reading XML.


I'll take any help I can get in the simpliest terms would be much appreciated. Thanks folks.

paulgiamatti 09-17-2016 07:49 PM

My first guess would be a corrupt installation, which probably means there's no quick fix and you need to just start over from the beginning.

If you want to try a quick fix, you could just recreate your EQLSUI.xml and throw it into your EverQuest\uifiles\default folder, but I highly doubt it's an isolated problem with just that one file. If you want to try anyway, open Notepad and copy + paste this into a new document:

Code:

<?xml version = "1.0"?>
<!-- Monolithic Parameter File -->
<!-- The composite section must come first and be followed by the schema -->



<XML ID = "EQInterfaceDefinitionLanguage">
    <Composite>
        <Include>SIDL.xml</Include>
        <Include>EQLSUI_Animations.xml</Include>
        <Include>EQLSUI_Templates.xml</Include>
                <Include>EQLSUI_EulaWnd.xml</Include>
                <Include>EQLSUI_SOESplashWnd.xml</Include>
                <Include>EQLSUI_ESRBSplashWnd.xml</Include>
                <Include>EQLSUI_MainWnd.xml</Include>
                <Include>EQLSUI_ConnectWnd.xml</Include>
                <Include>EQLSUI_ServerSelectWnd.xml</Include>
                <Include>EQLSUI_ChatWnd.xml</Include>
                <Include>EQLSUI_ChatOptionsDialog.xml</Include>
                <Include>EQLSUI_ColorPickerWnd.xml</Include>
                <Include>EQLSUI_CreditsWnd.xml</Include>
                <Include>EQLSUI_NewsWnd.xml</Include>
                <Include>EQLSUI_HelpWnd.xml</Include>
                <Include>EQLSUI_OKDialog.xml</Include>
                <Include>EQLSUI_YesNoDialog.xml</Include>
                <Include>EQLSUI_PollWnd.xml</Include>
                <Include>EQLSUI_OrderExpansionWnd.xml</Include>
                <Include>EQLSUI_WebOrderWnd.xml</Include>
                <Include>EQLSUI_SplashExWnd.xml</Include>
  </Composite>
    <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
</XML>

Save it as EQLSUI.xml, and move it to your EverQuest\uifiles\default folder. Good luck!


All times are GMT -4. The time now is 10:57 PM.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.