View Single Post
  #10  
Unread 02-19-2013, 11:11 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Glad to hear blanking the nomap seemed to fix it. No idea why that would be causing a crash, but as old a codebase as EQ2 is it's well known to have random unreproducible crashes. The nomap page is really old as well as I recall, I wonder if maybe it has to do with the button, since it was originally coded for the old browser.

BTW, if you don't want to have to worry about making it read-only you can just add this line to your eq2map_ignorelist.xml:
Code:
<File Name="_Skinnable_WindowElementsMini.xml" />
If you don't have an ignorelist yet, just copy this full bit into a blank doc and rename it that.

Code:
<?xml version="1.0" encoding="utf-8"?>
<IgnoreList>
	<File Name="_Skinnable_WindowElementsMini.xml" />
</IgnoreList>
__________________
Reply With Quote