View Single Post
  #15  
Unread 07-14-2006, 02:12 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Full on client crashes after a patch are often the result of including an obsolete copy of eq2ui_gamedata.xml in your custom UI directory. NEVER put this file in the custom UI dir, allow the client to use the version in the default dir.

In the case of LU25, a new listboxStyle was added with a reference to a new template. If the style is called by another window but does not exist in your version of eq2ui_gamedata.xml, you may crash on login.

Similar problems can occur if includes for custom files exist in a window that gets loaded, but the custom file is not present in your custom UI dir.

The client does seam to have gotten better at handeling these exceptions.
Reply With Quote