Page 1 of 2
Problems getting to login screen
Posted: Fri Dec 06, 2013 7:10 am
by bdkies
I recently reformatted. Got SoD all installed and downloaded the THF patcher and it keeps giving me an error when I try to click play. It acts like it's trying to load a client of EQ then stops and gives me this error.
Error in your GUI XML files. Check UIerrors.txt.
So I check the file and it gives me this
Error: Could not find child Credits_SoF_Page in window credits
Error: Could not find child Credits_SoF in window credits
Error: Could not find child Credits_SoD_Page in window credits
Error: Could not find child Credits_SoD in window credits
I tried just deleting the UI folder all together and the patcher re-downloaded about 120 files. Still gives me this error.
Anyone have any ideas?
Re: Problems getting to login screen
Posted: Fri Dec 06, 2013 7:30 am
by bdkies
It is now showing me this error.
Couldn't open or read UIFiles\default\EQLSUI.xml
I am guessing this might be a corrupted file? Is there any place to get a copy of it to save me a ton of time?
Re: Problems getting to login screen
Posted: Thu Dec 12, 2013 6:29 am
by Lumpa
I'm having this same issue. If anyone could shed some light on this problem I would be very happy!
Re: Problems getting to login screen
Posted: Thu Dec 12, 2013 7:40 am
by Vaion
Which client?
Re: Problems getting to login screen
Posted: Fri Dec 13, 2013 2:25 am
by Lumpa
I'm using the Underfoot Client.
Re: Problems getting to login screen
Posted: Fri Dec 13, 2013 4:28 pm
by Vaion
Updated the patcher to include the EQLS_UI.xml file now for UF. Please let us know if that fixes the issue.
Re: Problems getting to login screen
Posted: Sat Dec 14, 2013 3:00 am
by Lumpa
It's still not working for me.
my UIErrors.txt file is a little different.
UIErrorLog created at Fri Dec 13 17:35:24 2013
[Fri Dec 13 17:35:24 2013] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Fri Dec 13 17:35:24 2013] Couldn't open or read UIFiles\default\EQLSUI.xml
[Fri Dec 13 17:35:24 2013] Error reading XML.
[Fri Dec 13 17:35:24 2013] Error loading skin: loading default skin instead.
[Fri Dec 13 17:35:24 2013] Warning: file EQLSUI.xml not found in directory UIFiles\default\. Attempting to use file from Default skin.
[Fri Dec 13 17:35:24 2013] Couldn't open or read UIFiles\default\EQLSUI.xml
[Fri Dec 13 17:35:24 2013] Error reading XML.
Re: Problems getting to login screen
Posted: Sat Dec 14, 2013 6:03 am
by Nexor
Open your EQLSUI.xml file and compare it too
Code: Select all
<?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>
Re: Problems getting to login screen
Posted: Sat Dec 14, 2013 6:55 am
by Vaion
Do you even have the EQLSUI.xml in your default directory? We added it to the patcher this morning, so you should be able to obtain it via that method if you don't.
Re: Problems getting to login screen
Posted: Mon Dec 16, 2013 3:28 pm
by Lumpa
I have the file in the everquest/uifiles/default directory.
Here is what it looks like:
<?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>