View Single Post
  #167  
Unread 04-09-2005, 10:29 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

Eww... that sounds suspiciously like a memory leak.

The only thing I can think of that might cause this is the extra include I discovered UIBuilder inserted without my knowledge.

Open eq2ui_mainhud.xml in notepad.

Delete the following line of code.

<include>eq2map/_Fetish_TM_map_dock.xml</include>

Let me know if that fixes it.

If that doesn't work, you can try deleting this from mainhud

<include>_Fetish_mainhud_bagstrip.xml</include>

These were the only completely new files added on my end. EQ2MAP has made some changes recently. We'll see if anyone else reports similar problems over the next few days.

If all else fails, revert to 3.2 and toss in the 3.3 version of eq2ui_examine.xml. Only file that was actually missing something from the default UI.
Reply With Quote