EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP > EQ2Map Troubleshooting

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-17-2007, 01:59 PM
witchhunter420 witchhunter420 is offline
A Brown Bear
 
Join Date: Jul 2005
Server: Nagafen
Posts: 13
Unhappy Missing border

Hello ,
Im not for sure whats goin on i have used this mod forever but i recently had my pc worked on and had to redownload everthing and now my maps have no borders.I cant turn fog off or turn the map off by useing the little x a top,put in cords to make a way point just cant do anything. I put an attachment for you to see what it looks like thanks for your help.
Attached Thumbnails
Click image for larger version

Name:	map[1].jpg
Views:	1752
Size:	99.5 KB
ID:	5815  
Reply With Quote
  #2  
Unread 06-17-2007, 08:10 PM
krkhns krkhns is offline
A Coastal Crab
 
Join Date: Dec 2006
Server: Antonia Bayle
Posts: 1
Default

I'm having the same problem. My map looks just like witchhunter's. In the window options for frame and title all it has is 'none' Also, in the UI log I have this:
Quote:
Couldn't load .xml
:: Bad data at position 3
:: Encountered unexpected end of file
:: Failed to load data from resource: eq2map/skinnable_WindowElements.xml
:: Failed to load data from included resource: eq2map/skinnable_WindowElements.xml
Encountered data outside of container tags
Encountered data outside of container tags

Last edited by krkhns : 06-17-2007 at 08:22 PM.
Reply With Quote
  #3  
Unread 06-17-2007, 11:40 PM
marine84 marine84 is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 3
Default

I'm having the same problem, was going to post but you all beat me to it.
Reply With Quote
  #4  
Unread 06-18-2007, 02:46 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Are you using any map plugins?

I looked at the eq2ui_mainhud_map.xml file and there was a small change, maybe recently. The first page is:
<Page eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="237,105" Name="Map" NormalSize="484,640" OnHide="StartUp=False" OnHoverIn="TM_Plugins.OnHoverInWindow.Activated=true UserResizable=false" OnHoverOut="TM_Plugins.OnHoverOutWindow.Activated=true" OnShow="TM_Plugins.OnShowWindow.Activated=true Reset.Activated=True QM_Process.Activated=true StartUp=True" ScrollExtent="484,640" Size="484,640" UserMovable="true" UserResizable="true" version="1.1.0">

and it used to be:
<Page eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="237,105" Name="Map" NormalSize="484,640" OnHide="TM_Plugins.OnHideWindow.Activated=true StartUp=False" OnHoverIn="TM_Plugins.OnHoverInWindow.Activated=true UserResizable=false" OnHoverOut="TM_Plugins.OnHoverOutWindow.Activated=true" OnShow="TM_Plugins.OnShowWindow.Activated=true Reset.Activated=True QM_Process.Activated=true StartUp=True" ScrollExtent="484,640" Size="484,640" UserMovable="true" UserResizable="true" version="1.1.0">

so it's missing the TM_Plugins.OnHideWindow.Activated=true command when you hide the map window. I don't use any map plugins myself, and the map seems to work ok.

What other UI mods do you use? Did you all just use the "Re-Download All Files" button?

Here's my skinnable_WindowElements.xml file, dated 2/27/2007.

Last edited by Othesus : 06-28-2007 at 03:41 AM.
Reply With Quote
  #5  
Unread 06-18-2007, 03:52 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Ok, I just used the "Re-Download All Files" button and it messes up the map like your picture. Generally, you should never have to use that button! From the instructions:
Quote:
Re-Download ALL Files: When this button is pushed the updater will redownload ALL of the files and will NOT ask for confirmation about overwriting any. ONLY USE THIS when the eq2map mod is working improperly. YOU WILL LOSE all custom plugins and icons when you use this!!!
If you're installing with the autoupdater just update the normal way. Don't use the "Re-Download All Files" button. Use that skinnable_WindowElements.xml file from the previous post and it should fix the problem for now.

Technical note:
There are a lot of hidden buttons and a lot of xml files that interact for the map mod. It looks like someone moved the TM_Plugins.OnHideWindow.Activated=true command from the first page in eq2ui_mainhud_map.xml to the Reset button in skinnable_WindowElements.xml. I didn't really look much further than that though. Who ever changed it should be able to figure out this bug and fix it easily.
Reply With Quote
  #6  
Unread 06-18-2007, 04:06 AM
marine84 marine84 is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 3
Default

Worked like a champ. Thanks for tech support Othesus!
Reply With Quote
  #7  
Unread 06-28-2007, 01:31 AM
kingthuzan kingthuzan is offline
A Young Mystail Rat
 
Join Date: Jun 2007
Server: Antonia Bayle
Posts: 3
Default

Quote:
Originally Posted by Othesus View Post
Are you using any map plugins?

I looked at the eq2ui_mainhud_map.xml file and there was a small change, maybe recently. The first page is:
<Page eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="237,105" Name="Map" NormalSize="484,640" OnHide="StartUp=False" OnHoverIn="TM_Plugins.OnHoverInWindow.Activated=true UserResizable=false" OnHoverOut="TM_Plugins.OnHoverOutWindow.Activated=true" OnShow="TM_Plugins.OnShowWindow.Activated=true Reset.Activated=True QM_Process.Activated=true StartUp=True" ScrollExtent="484,640" Size="484,640" UserMovable="true" UserResizable="true" version="1.1.0">

and it used to be:
<Page eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="237,105" Name="Map" NormalSize="484,640" OnHide="TM_Plugins.OnHideWindow.Activated=true StartUp=False" OnHoverIn="TM_Plugins.OnHoverInWindow.Activated=true UserResizable=false" OnHoverOut="TM_Plugins.OnHoverOutWindow.Activated=true" OnShow="TM_Plugins.OnShowWindow.Activated=true Reset.Activated=True QM_Process.Activated=true StartUp=True" ScrollExtent="484,640" Size="484,640" UserMovable="true" UserResizable="true" version="1.1.0">

so it's missing the TM_Plugins.OnHideWindow.Activated=true command when you hide the map window. I don't use any map plugins myself, and the map seems to work ok.

What other UI mods do you use? Did you all just use the "Re-Download All Files" button?

Here's my skinnable_WindowElements.xml file, dated 2/27/2007.

THANK YOU! I was having the same issue and this file fixed everything. By the way, I was having the problem of missing borders as soon as I installed the EQ2MAP, and I didn't add other plugins. The only thing prior to EQ2MAP that I had was ProfitUI.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:43 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI