EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

Reply
Thread Tools Search this Thread Display Modes
  #51  
Unread 11-25-2007, 06:23 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Quote:
Originally Posted by tknarr View Post
I think the biggest problem is it's looking in eq2ui_mainhud.xml, when it should be checking eq2ui_custom.xml and modifying that if needed. It's the same include syntax as eq2ui_mainhud.xml uses, but the default one now is empty and includes the close in the open tag instead of coming with a close tag seperate. That may be throwing your code off, depending on how you check for things.
The thing about mainhud.xml is only a typo.

Now the program searches for a </page> entry, but i know that a custom.xml file from default contains none.
Im not sure what to look for that is a fixed point in this file yet.
__________________
Pimigo / Splitpaw
Reply With Quote
  #52  
Unread 11-25-2007, 07:36 AM
Synatck Synatck is offline
A Brown Bear
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 10
Default

Quote:
Originally Posted by gm9 View Post
Are you using the updater version from the first post of this thread (jnils, go put this up as a real download already! )?

Yes I am using the zip in the first thread, and yes I have followed the Treemoss instructions and POI finder works great until I try to install the updater.

I am using Fettish Nightfall as a custom UI with a few addons such as Penta type Maintained spells and a custom target ring.

I do appreciate that you are working on it, I don't know a thing about coding.
Reply With Quote
  #53  
Unread 11-25-2007, 07:55 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Quote:
Originally Posted by Synatck View Post
I am using Fettish Nightfall as a custom UI with a few addons such as Penta type Maintained spells and a custom target ring.
I noticed that fetish have a empty custom file, there are no added lines in it.
Thats why the program fails
You can try to delete eq2ui_custom.xml file from fetish UI folder.
__________________
Pimigo / Splitpaw
Reply With Quote
  #54  
Unread 11-25-2007, 01:09 PM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Quote:
Originally Posted by jnils View Post
The thing about mainhud.xml is only a typo.

Now the program searches for a </page> entry, but i know that a custom.xml file from default contains none.
Im not sure what to look for that is a fixed point in this file yet.
Well, the default empty one has no </Page> and ends with plain " />\r\n". My best guess for logic is to test for that combination. If you do, you've got an empty file and should just overwrite it with your own. Or replace the " />\r\n" with ">\r\n</Page>\r\n".

There isn't any fixed point in this file anymore. It's all custom stuff from UI mods, so anything could be there. Best bet is the end of the XML block, ie. if the poifinder include isn't there then add it just before the </Page> tag. But watch out: the ProfitUI custom.xml for instance has a <Namespace> tag after the </Page> tag (not technically legal XML, but the way EQ2 processes the files it works).
Reply With Quote
  #55  
Unread 11-26-2007, 12:17 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Thanx, ill try again
__________________
Pimigo / Splitpaw
Reply With Quote
  #56  
Unread 11-26-2007, 06:40 PM
Synatck Synatck is offline
A Brown Bear
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 10
Default

Quote:
Originally Posted by jnils View Post
I noticed that fetish have a empty custom file, there are no added lines in it.
Thats why the program fails
You can try to delete eq2ui_custom.xml file from fetish UI folder.

I got rid of the custom UI xml file and that allowed it to do the update.. Many thanks!!! I am very happy its working now.

I get the black box with no scrollbar, but its something I think I can fix and it does show the POI's.... Love the updater!
Reply With Quote
  #57  
Unread 11-27-2007, 03:03 PM
Seesial Seesial is offline
A Young Mystail Rat
 
Join Date: Jan 2007
Server: Oasis
Posts: 4
Default Black POI finder window.

The easiest fix I found for the black POI Finder with no scrollbar was to use the custom_example.xml page included in the POI finder manual install package. Once I put it in place, all of my problems went away. I tried what I thought would be a simpler fix and edited my custom.xml file with Dreamweaver, and the results were not so good...

I don't think EQ2 likes dreamweaver so well...
Reply With Quote
  #58  
Unread 11-27-2007, 03:23 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Aye, notepad would probably be the better way to go in that case
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #59  
Unread 11-27-2007, 04:02 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Ill have a fix for this coming up , just not the time
__________________
Pimigo / Splitpaw
Reply With Quote
  #60  
Unread 12-01-2007, 04:39 AM
Muvanu Muvanu is offline
Premium Member
Premium Member
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 9
Default

Ok i was having trouble so i deleted all and repatched. I added everythign 1 at a time and loaded in and tested.

I added Stones
http://www.eq2interface.com/download...defaultUI.html

then I added mq2maps then i added your auto poi updater and all was good until i added...


http://www.eq2interface.com/download...ketWindow.html

I get the little thing on teh map to click but nothing pops up.

Hope this helps out abit. Apperciate your help.
Reply With Quote
  #61  
Unread 12-01-2007, 05:56 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Try running the POIFinder updater again
__________________
Pimigo / Splitpaw
Reply With Quote
  #62  
Unread 12-01-2007, 08:43 AM
deKoven deKoven is offline
A Fallen Diplomat
 
Join Date: Mar 2007
Server: The Bazaar
Posts: 50
Question

Hmmm, when I installed I thought my troubles were over. But now, I get the map and the map has a button for the POI list. The list, however, is blank; nothing, nada, zippo! Does anyone have a fix for this ??

All the proggies work fine; the updater and the POI updater go through it but no list. No bad colors for the POI page, it's just empty. I run the thing once in the morning each day so it isn't that I'm not current.

Reply With Quote
  #63  
Unread 12-01-2007, 10:49 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Try to press update all.
__________________
Pimigo / Splitpaw
Reply With Quote
  #64  
Unread 12-01-2007, 01:09 PM
Muvanu Muvanu is offline
Premium Member
Premium Member
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 9
Default

Quote:
Originally Posted by jnils View Post
Try running the POIFinder updater again
No change.
Reply With Quote
  #65  
Unread 12-10-2007, 05:19 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Ok, I have an update on the problem I've been wrestling with...attached are screenshots showing the UI Builder view and the element I believe I'm seeing superimposed on every POIFinder element, every time I open the POIF window.

I deleted that element, saved, then copied the newly updated eq2ui_custom_poifinder.xml to my custom UI directory, but nothing in-game has changed (and I didn't re-run the POIFU between copying the new file over and entering the game, so nothing was overwritten by the updater).

Any thoughts or suggestions on what might be causing this?



EDIT: I'm attaching a third screenshot of my /poifinder folder contents, sorted by name. The first two files seem a bit out of place; the first one has a space at the beginning of the filename, and the other is named -just- ".xml"...which I think might be why I'm still seeing the overlay in-game, even after deleting the dummy entry from the eq2ui_custom_poifinder.xml.

Now I need to figure out how to permanently fix this so that the updater doesn't redownload these files every time I run it (which I can confirm it does when I click "Update All").
Attached Thumbnails
Click image for larger version

Name:	poifinder01.jpg
Views:	480
Size:	126.3 KB
ID:	6201  Click image for larger version

Name:	poifinder02.jpg
Views:	466
Size:	69.2 KB
ID:	6202  Click image for larger version

Name:	poifinder03.jpg
Views:	450
Size:	24.0 KB
ID:	6203  

Last edited by Seagoat : 12-10-2007 at 05:26 PM. Reason: Added another screenshot
Reply With Quote
  #66  
Unread 12-10-2007, 07:02 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Looks like a bug, the manual POIFinder does not have these entries or files.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #67  
Unread 12-11-2007, 12:47 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

I admit, i may have messed this up, ill try to reproduce this error.

Quote:
Now I need to figure out how to permanently fix this so that the updater doesn't redownload these files every time I run it (which I can confirm it does when I click "Update All").
This program don't download anything, it scan's all the icon****.xml files, so if you have a file named icon.xml it will result in a .xml file , same with the space file. Try to delete all the icon files in your eq2map folder , run EQ2MAP Updater to get new ones, and then rerun POIFinder and see if this still happends
__________________
Pimigo / Splitpaw
Reply With Quote
  #68  
Unread 12-11-2007, 08:11 AM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

My bad...poor choice of wording on my part.

I deleted these two files from my eq2map directory:
- icons_ obelisk_of_lostsouls_4.xml (timestamped August 24, 2005)
- icons_.xml (October 5, 2005)

I'm not sure where those files came from or why they didn't cause a problem until recently, but they're gone now and everything seems to be working perfectly again!
Reply With Quote
  #69  
Unread 12-11-2007, 09:42 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

Quote:
Originally Posted by Seagoat View Post
My bad...poor choice of wording on my part.

I deleted these two files from my eq2map directory:
- icons_ obelisk_of_lostsouls_4.xml (timestamped August 24, 2005)
- icons_.xml (October 5, 2005)

I'm not sure where those files came from or why they didn't cause a problem until recently, but they're gone now and everything seems to be working perfectly again!
Im glad you solved it
__________________
Pimigo / Splitpaw
Reply With Quote
  #70  
Unread 08-02-2008, 10:25 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default POIFinder Updater 1.2.0

OK now its time for some improvment to the Updater.
I have added Skin suport for you who use complete sets.
So far i have only added a skin for FetishNightfall and some improvmets to the default one, cleaned up the code a bit
I have changed all the POI buttons in POI lists so now they looks a bit diffrent, this way i have reduced the file sizes with more than 1MB.

If you have made your own skin you can place it in the Skin folder and rename it POIF_*****.XML were ***** is the name of the UI folder.

Please report if you find any bugs
__________________
Pimigo / Splitpaw
Reply With Quote
  #71  
Unread 08-04-2008, 05:20 AM
battosa battosa is offline
A Berserk Golem
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 58
Default

the windows for the poi list is already open when i launch the game and i can't close it , also there is no POI listed in

if i click on the open/close button on the map i have the windows of the old version avec poifinder opening with all the POI info but none in the windows from your version

Reply With Quote
  #72  
Unread 08-04-2008, 07:23 AM
keezyrick keezyrick is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2006
Server: Guk
Posts: 194
Default

Is it possible the window was added to eq2ui_hud.xml instead of eq2ui_mainhud.xml or eq2ui_custom.xml where I have mine <include> ed?
__________________
GUK Server
<Legion of the White Rose>
Mezzes 90 Coercer
Reply With Quote
  #73  
Unread 08-04-2008, 07:49 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,652
Default

I have tested it on a fresh install and everything works fine.
You can try press the Update All button.
If that don't work i think you have to remove all traces of poifinder from mainhud.xml, every other file should be overwritten by the updater.
__________________
Pimigo / Splitpaw
Reply With Quote
  #74  
Unread 11-18-2008, 11:24 AM
Olgie Olgie is offline
A Young Mystail Rat
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 3
Default Tso?

Does this mod still work (or is it still relevant) with the new TSO map changes?
Reply With Quote
  #75  
Unread 11-18-2008, 11:27 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

None of the available plugins works, the changes to EQ2MAP were too fundamental.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
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 11:21 AM.


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