EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Sentinel's Fate Issue Thread (https://www.eq2interface.com/forums/showthread.php?t=13804)

TalTal 02-18-2010 03:19 PM

James,
Thanks much. I tried to get a quick update done on them...but I am not as masterful as you with cut and paste ;)

Silat

Jamesc146 02-18-2010 03:21 PM

your welcome
 
your welcome did I upload them correctly to the site or should I have stuck them all together in a zip?

Mystara0001 02-18-2010 03:48 PM

Quote:

Originally Posted by TalTal (Post 88408)
Thanks for the update. Someone posted a fix for the login screen picture issue earlier and it must of had that error in it. It will get changed back to _ProfitUI_LoginData.txt in that file by default.

Silat

That was me, sorry for that. I didn't actually change anything in the file except the images it used. If someone could explain what changed, it'd be great so I don't have that problem again.

stondgoat 02-18-2010 04:50 PM

Is anyone else having issues with the hot buttons not displaying when transmuting. All the progress lines and everything come up just no icons to click

dbuckner 02-18-2010 05:18 PM

Adorning Skills
 
Quote:

Originally Posted by stondgoat (Post 88426)
Is anyone else having issues with the hot buttons not displaying when transmuting. All the progress lines and everything come up just no icons to click

You have to go buy your skills again from the adorning trainer. I had that problem and noticed that they were not in my knowledge book.

Papabard 02-18-2010 06:29 PM

Just noticed Extreme 2010 uses a different way of calling things. Not sure if the quotes are what is messing up the profit window or not. But looks like most the call to Parent.Parent.Member1.Basic.Name.Localtext is the same.

EQAditu 02-18-2010 06:55 PM

I discovered this problem for the first time today and devised a trick to fix it in my own raid window.

Essentially the problem is that they changed something in the script interpreter/compiler which no longer allows an XML element Name to equal "Name". I would guess the problem is when you reference "Basic.Name.LocalText", you're not referencing the Attribute LocalText of the Element Name of the Element Basic... you're trying to reference the Attribute LocalText of the Attribute Name of the Element Basic. There's no such thing as an Attribute of an Attribute in XML, so the reference fails and is interpreted as a literal string.

Since you can no longer reference this Element from the outside, the data must be placed outside. In my case, I added an OnTextChanged event handler to the Name element and populated an Attribute in Basic called NameText. Then all I had to do as change my references from "Basic.Name.LocalText" to "Basic.NameText".

Drumstix42 02-18-2010 06:59 PM

Quote:

Originally Posted by EQAditu (Post 88436)
I discovered this problem for the first time today and devised a trick to fix it in my own raid window.

Essentially the problem is that they changed something in the script interpreter/compiler which no longer allows an XML element Name to equal "Name". I would guess the problem is when you reference "Basic.Name.LocalText", you're not referencing the Attribute LocalText of the Element Name of the Element Basic... you're trying to reference the Attribute LocalText of the Attribute Name of the Element Basic. There's no such thing as an Attribute of an Attribute in XML, so the reference fails and is interpreted as a literal string.

Since you can no longer reference this Element from the outside, the data must be placed outside. In my case, I added an OnTextChanged event handler to the Name element and populated an Attribute in Basic called NameText. Then all I had to do as change my references from "Basic.Name.LocalText" to "Basic.NameText".


Good stuff. I was trying to think of a way to do this, but did not know WHY it wasn't working...

Thanks !

TalTal 02-18-2010 07:17 PM

1 Attachment(s)
Shameless copy of EQAditu's idea for the raid window. Tests as functional on my PC. Direct all thanks to him!

Silat

Papabard 02-18-2010 08:34 PM

Woot push live it works :)

Zemee 02-18-2010 11:37 PM

tradeskill window
 
my tradeskill window is broke, first window for selecting works but the actual crafting window doesn't. from what I see its hiding behind the first where I can't click on anything.

Papabard 02-19-2010 02:01 AM

I noticed the patcher is saying fixed raid window but no raid window is downloaded. Not sure if this is an oversight or not.

Also people in guild who had ran the patcher with that saying it fixed it still had broken quick buttons and cures but those that download the xml from this thread didn't.

Confirmed that I didn't have it set to ignore and checked directory. File is dated 12/24/2009 in Profit UI Folder.

Papabard 02-19-2010 02:54 AM

Some I noticed when using potions to cure.

Get 2 not in your spellbook or inventory messages and also an already casting. Am not sure what the fix for that was awhile back but know I saw one other than this is the 1st time I get the already casting message when using the newer potions.

TalTal 02-19-2010 07:37 AM

Quote:

Originally Posted by Papabard (Post 88445)
Some I noticed when using potions to cure.

Get 2 not in your spellbook or inventory messages and also an already casting. Am not sure what the fix for that was awhile back but know I saw one other than this is the 1st time I get the already casting message when using the newer potions.

Will see what I can do about that. I just checked and the correct revision of the raid window is on the patcher.

Silat

TalTal 02-19-2010 07:59 AM

Quote:

Originally Posted by Zemee (Post 88442)
my tradeskill window is broke, first window for selecting works but the actual crafting window doesn't. from what I see its hiding behind the first where I can't click on anything.

There is a little arrow at the top of your tradeskill window pointing left. Click that before crafting or stretch your window out wider and be able to see both windows at once.

Silat

gm9 02-19-2010 08:27 AM

Quote:

Originally Posted by TalTal (Post 88450)
Will see what I can do about that. I just checked and the correct revision of the raid window is on the patcher.

Silat

Remember that the raid window has variants, i.e. you need to update the file in the .zip too (I don't know if you have or who is uploading, mentioning it just in case).

TalTal 02-19-2010 08:34 AM

Thanks gm9, no I have not. But I am doing it now. I will have to start checking the variants too.

volko 02-19-2010 08:42 AM

Quote:

Originally Posted by TalTal (Post 88394)
What OS are you using...is it Vista/win7?

Silat

I am using XP

volko 02-19-2010 09:30 AM

Id10t
 
I figured it out. The disk installed the game in a new location. C:\Program Files\Sony Online Entertainment\Installed Games\EverQuest II

Kaldran 02-19-2010 09:54 AM

1 Attachment(s)
Quote:

Originally Posted by gm9 (Post 88452)
Remember that the raid window has variants, i.e. you need to update the file in the .zip too (I don't know if you have or who is uploading, mentioning it just in case).

I knew I forgot something :nana:

Well someone has to provide those files then. Or give me a hint on what to edit.

Ixoa 02-19-2010 10:41 AM

i would just like to say its nice to see everyone pulling together to get theses bugs sorted for us who play eq2 and use all various custom UI's

Would like to thank you all !!!

:nana::nana::nana::nana:

Manxs 02-19-2010 11:01 AM

Browser Causing Client Crashes? I am assuming it is the Profit Browser causing this. When i visit the Wikia using the Ingame profit UI browser my client will crash.

I switched out and used the DrumsUI browser (snagged it from the wifes computer) and have yet to crash when i open the ingame browser.

Not sure if that is actually what is going on but the problem when away when i stopped changed out the browser files

gm9 02-19-2010 11:23 AM

Quote:

Originally Posted by Kaldran (Post 88458)
I knew I forgot something :nana:

Well someone has to provide those files then. Or give me a hint on what to edit.

Just put Silat's updated file into _eq2ui_mainhud_raid (cures, QRB).zip, the other one does not need an update.

Kaldran 02-19-2010 11:25 AM

I was just going to delete my post in this very second as I realized it does not need updates without the buttons :D

Papabard 02-20-2010 02:45 AM

1 Attachment(s)
heres a screen shot of the issue I mentioned when using potions to cure. Even though it throws up the already casting box it also still casts not sure of thats profit related or game relater.

serik2 02-20-2010 10:47 AM

My quest journal, active quest window, and all the new stat info in the persona bottom bar are still broken after the update. I've tried deleting the profit ui files and eq2.ini and reinstalling a few times but it's not becoming the current ui with all of the SF changes.

TalTal 02-20-2010 11:37 AM

It is not installed properly then. The most common cause of this seems to be installing SF with the eq2 cd and it putting it in a new directory. Make sure that is not the case.

Silat

TalTal 02-20-2010 11:42 AM

Quote:

Originally Posted by Papabard (Post 88503)
heres a screen shot of the issue I mentioned when using potions to cure. Even though it throws up the already casting box it also still casts not sure of thats profit related or game relater.

I am looking through what I beleive is the pertinent code. I am not an actual UI modder so I am learning/deciphering as I go. I do understand XML from web app/site design but this is not quite the same ball of wax.

Silat

gm9 02-20-2010 12:01 PM

Quote:

Originally Posted by Papabard (Post 88503)
heres a screen shot of the issue I mentioned when using potions to cure. Even though it throws up the already casting box it also still casts not sure of thats profit related or game relater.

Already casting message is expected if you have cure pots of two different tiers in your bags, since the code cannot actually see what's in your bags it's just trying them all from highest tier to lowest. That way the lower tier pots will not actually be used until you run out of the higher tier ones.

If it's not that I'll let Silat find out (must be hard to learn modding based on this UI btw because quite a few files are interdependent, props to you for taking it on!). ;)

Zendi 02-20-2010 05:00 PM

I deleted the bottom bar and re-ran the profitui updater. My bottom bar still shows col: 99999 dis: 99999, etc. is that right, meaning the latest version?

gamas2 02-21-2010 08:32 AM

anyupdates for gu55 and profitui?
 
1 Attachment(s)
just wondering when there will be any updates. because i am have all kinds of ui issues here my quest journaland a few others thing not working. any quick fixes anything? here is a screen shot i took showing them


Attachment 7140

TalTal 02-21-2010 09:20 AM

Quote:

Originally Posted by gamas2 (Post 88552)
just wondering when there will be any updates. because i am have all kinds of ui issues here my quest journaland a few others thing not working. any quick fixes anything? here is a screen shot i took showing them


Attachment 7140

The updates for that issue and probably all the issues you have are done at this point. You need to run the ProfitUI autoupdater. If you have already done that did you install the expansion for eq2 with the disk from the box. For alot of those people the disks created a new directory, so your ui is patching the wrong folder. You can corrrect this by clicking on the profitui directory browser in the autoupdater and selecting the right one. A third option would be to run the autoupdater as an administrator under Vista/Win7 so that it can interact with everquest under the program files directory.

Silat of Nagafen

TalTal 02-21-2010 09:22 AM

Quote:

Originally Posted by Zendi (Post 88532)
I deleted the bottom bar and re-ran the profitui updater. My bottom bar still shows col: 99999 dis: 99999, etc. is that right, meaning the latest version?

Nope that is not the latest version. Refer to the post above this one for various issues that can cause problems with the updater.

Silat

Kaldran 02-21-2010 10:03 AM

Quote:

Originally Posted by TalTal (Post 88553)
A third option would be to run the autoupdater as an administrator under Vista/Win7 so that it can interact with everquest under the program files directory.

It will complain if it does not have the permissions required ;)

Renna 02-21-2010 10:30 AM

1 Attachment(s)
not sure if the problem is on my end but my bottom bar hasn't updated (or is that still being worked on?)

as you can see in the screenshot it's still using the old bottom bar from before SF even though everything else has updated via the auto-updater

*please note I run EQ2 at 1920x1200 & use the "screen width at least 1740" varriant of the bottom bar*

If there is a workaround for this I'll try although I not all the great with messing around with code LOL

Thanks for all the work ya guys have done to keep profit UI going!

Cutanea 02-21-2010 12:07 PM

I've noticed that the icon in the quest helper window that shows what color the quest cons is not in the profit one (no big deal to me personally but others might like it)

Also, all quests in the quest helper window update fine (ie blink, show the counter going up etc) with the exception of the Daily Solo Shard quest. You get the update for killing a mob, it will go up in your actual journal, but the quest window will still say 0/12. (even though it flashes)

Asimer 02-22-2010 02:48 AM

Everything I see either has been reported or works fine except for one issue:

I have been having a crash with the broker on occasion; it happens when I right click a item I have in my traders box (in this case a Vereran's Display Case) and hit the search button. It instantly CTD's. I can use the regular search function fine. I have only had it happen to me with transmuting supplies. Was able to reproduce a few times and removing the item from sale and putting it back on sale (including looking it up manually and updating the price) fixes the issue. I am not sure what causes it but it seems to be at random for the most part.

TalTal 02-22-2010 10:06 AM

Quote:

Originally Posted by Asimer (Post 88588)
Everything I see either has been reported or works fine except for one issue:

I have been having a crash with the broker on occasion; it happens when I right click a item I have in my traders box (in this case a Vereran's Display Case) and hit the search button. It instantly CTD's. I can use the regular search function fine. I have only had it happen to me with transmuting supplies. Was able to reproduce a few times and removing the item from sale and putting it back on sale (including looking it up manually and updating the price) fixes the issue. I am not sure what causes it but it seems to be at random for the most part.

If you can get it to reproduce get my an item name and I will see what I can do. I have not sold any transmuting supplies yet so that may be why I have not seen the issue. Were they t9 supplies or lower?

Silat

TalTal 02-22-2010 10:07 AM

Quote:

Originally Posted by Kaldran (Post 88555)
It will complain if it does not have the permissions required ;)

Oh, I know it will. But 15 years in tech support have convinced me that no matter how bad the person wants the problem fixed they will never give you all of the details necessary to properly troubleshoot without a LOT of prompting.

Silat

TalTal 02-22-2010 10:10 AM

Quote:

Originally Posted by Cutanea (Post 88561)
I've noticed that the icon in the quest helper window that shows what color the quest cons is not in the profit one (no big deal to me personally but others might like it)

Also, all quests in the quest helper window update fine (ie blink, show the counter going up etc) with the exception of the Daily Solo Shard quest. You get the update for killing a mob, it will go up in your actual journal, but the quest window will still say 0/12. (even though it flashes)

Not sure about dailies. Have heard of the issue happening sporadically on random quests and opening and closing the quest helper window was supposed to fix that issue.

As for the icon I am not sure why it is not showing...I was trying to get it last night but no dice. Will continue to work on the code till I get it.

Silat


All times are GMT -5. The time now is 06:37 AM.

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