EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Released (https://www.eq2interface.com/forums/forumdisplay.php?f=28)
-   -   POIFinder Updater (https://www.eq2interface.com/forums/showthread.php?t=8403)

gm9 11-22-2007 01:00 PM

Not sure how this program works, but sounds like either you need to install the updated manual POIFinder first or - if all files are handled by the updater - like jnils needs to provide an updated plugin_7.xml.

jnils 11-22-2007 01:08 PM

Quote:

Originally Posted by gm9 (Post 66814)
Not sure how this program works, but sounds like either you need to install the updated manual POIFinder first or - if all files are handled by the updater - like jnils needs to provide an updated plugin_7.xml.

The program should create all files needed , works at home, but i may have missed somthing when i did the update.

jnils 11-23-2007 08:42 AM

Quote:

Originally Posted by jnils (Post 66625)
Ill look through Treemos files again, i may have missed some change he made :/

Can't find any difference between the files. :(
May be your UI thats do somthing to it.
Do the same happend if you use Treemos original files ?

Muvanu 11-23-2007 12:59 PM

Quote:

Originally Posted by jnils (Post 66813)
Seems like there is something wrong with your eq2ui_custom.xml file, look at treemos install instructions.
http://www.eq2interface.com/download...erProject.html

PoI finder was working fine until i ran this install.

jnils 11-24-2007 03:58 AM

Quote:

Originally Posted by Muvanu (Post 66862)
PoI finder was working fine until i ran this install.

You better switch back to Treemos version, i don't know what it can be.

You can attach your eq2ui_custom.xml file here so i can have a look at it.

gm9 11-24-2007 05:24 AM

Well I just tried your updater for the first time to see what's up and as you said there are no differences to the files in the manual install. Works just fine for me. Those having problems should probably read the red line in my sig - that's universal truth for all mods. :)

Synatck 11-24-2007 08:37 AM

Read the red line and tried uninstalling the stuff. I am confused though, The Treemoss thing works good with the exception of not having updates for Rok.

I am probably doing something wrong and something simple to fix but can't find it.
This is what I get

first I get a message saying: Can't find eq2ui_custom_poifinder entry in eq2ui_mainhud.xml file,create one?

Then I get an error box

Can't create entry:
Index was out of range. Must be non-negative and less than size of the collection.
Parameter name: startIndex

Would really love to get this thing working.

gm9 11-24-2007 08:49 AM

Are you using the updater version from the first post of this thread (jnils, go put this up as a real download already! ;))?

jnils 11-24-2007 11:35 PM

Quote:

Originally Posted by Synatck (Post 66892)
first I get a message saying: Can't find eq2ui_custom_poifinder entry in eq2ui_mainhud.xml file,create one?

Then I get an error box

Can't create entry:
Index was out of range. Must be non-negative and less than size of the collection.
Parameter name: startIndex

Would really love to get this thing working.

I thought this could happend :(
As i can't chow the custom file looks like.
You can go to treemos download section and look at his install instructions, the part with the custom file :)

I realy need to go through all the UI's and look how the custom file looks like
Quote:

Originally Posted by gm9 (Post 66893)
(jnils, go put this up as a real download already! ;))?

OK, ill better do that :)

tknarr 11-25-2007 05:07 AM

Quote:

Originally Posted by jnils (Post 66914)
I thought this could happend :(
As i can't chow the custom file looks like.
You can go to treemos download section and look at his install instructions, the part with the custom file :)

I realy need to go through all the UI's and look how the custom file looks like

OK, ill better do that :)

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.

jnils 11-25-2007 06:23 AM

Quote:

Originally Posted by tknarr (Post 66927)
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. :p

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.

Synatck 11-25-2007 07:36 AM

Quote:

Originally Posted by gm9 (Post 66893)
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.

jnils 11-25-2007 07:55 AM

Quote:

Originally Posted by Synatck (Post 66933)
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.

tknarr 11-25-2007 01:09 PM

Quote:

Originally Posted by jnils (Post 66929)
The thing about mainhud.xml is only a typo. :p

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).

jnils 11-26-2007 12:17 AM

Thanx, ill try again :)

Synatck 11-26-2007 06:40 PM

Quote:

Originally Posted by jnils (Post 66934)
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!

Seesial 11-27-2007 03:03 PM

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...

Drumstix42 11-27-2007 03:23 PM

Aye, notepad would probably be the better way to go in that case ;)

jnils 11-27-2007 04:02 PM

Ill have a fix for this coming up :) , just not the time :(

Muvanu 12-01-2007 04:39 AM

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.

jnils 12-01-2007 05:56 AM

Try running the POIFinder updater again :)

deKoven 12-01-2007 08:43 AM

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.

:confused:

jnils 12-01-2007 10:49 AM

Try to press update all.

Muvanu 12-01-2007 01:09 PM

Quote:

Originally Posted by jnils (Post 67305)
Try running the POIFinder updater again :)

No change.

Seagoat 12-10-2007 05:19 PM

3 Attachment(s)
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").

gm9 12-10-2007 07:02 PM

Looks like a bug, the manual POIFinder does not have these entries or files.

jnils 12-11-2007 12:47 AM

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 :)

Seagoat 12-11-2007 08:11 AM

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!

jnils 12-11-2007 09:42 AM

Quote:

Originally Posted by Seagoat (Post 67705)
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 :)

jnils 08-02-2008 10:25 AM

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 ;)

battosa 08-04-2008 05:20 AM

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


keezyrick 08-04-2008 07:23 AM

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?

jnils 08-04-2008 07:49 AM

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.

Olgie 11-18-2008 11:24 AM

Tso?
 
Does this mod still work (or is it still relevant) with the new TSO map changes? :)

gm9 11-18-2008 11:27 AM

None of the available plugins works, the changes to EQ2MAP were too fundamental.

jnils 11-18-2008 12:02 PM

There is no need for this anymore, you better uninstall it :)

Olgie 11-20-2008 07:00 PM

Quote:

Originally Posted by jnils (Post 77393)
There is no need for this anymore, you better uninstall it :)

Understood. Thanx for all your hard work on this and everything else! :)

:nana:


All times are GMT -5. The time now is 02:37 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI