Page 24 of 44
Posted: Mon Apr 04, 2005 2:52 am
by N3mo
i just downloaded the latest frequency UI, and i keep getting the same error lines as mentioned in this thread.
i have tried to edit the xml files the way that was mentioned, and after i did that i got "no such member member" errors.
I tried to put in htws EQUI_GroupWindow.xml and i still get the same errors as i do with the downloaded frequency files.
Anyone have some suggestions as to what i need to do?
Thanks
Posted: Mon Apr 04, 2005 4:10 am
by Bombadil
N3mo wrote:i just downloaded the latest frequency UI, and i keep getting the same error lines as mentioned in this thread.
i have tried to edit the xml files the way that was mentioned, and after i did that i got "no such member member" errors.
I tried to put in htws EQUI_GroupWindow.xml and i still get the same errors as i do with the downloaded frequency files.
Anyone have some suggestions as to what i need to do?
Thanks
Replace Group[ with Group.Member[
Posted: Mon Apr 04, 2005 12:30 pm
by N3mo
i tried that already

Posted: Mon Apr 04, 2005 12:53 pm
by N3mo
i tried that already

Posted: Mon Apr 04, 2005 1:34 pm
by Bombadil
N3mo wrote:i tried that already

Then you didnt edit it right, because that is all it takes for the UI. Now, do you have any scripts that also use Group? because you have to fix them too.
Posted: Wed Apr 06, 2005 7:14 am
by N3mo
got it working thanks. not sure what i did but i did something rigth :)
Posted: Tue Apr 12, 2005 10:22 pm
by htw
Posted: Tue Apr 19, 2005 5:31 pm
by Jezzabelle
i used frequency for a while now. but now with the new patched frequency everytime i accept or recieve a invite from someone i instantly crash to desktop. what is wrong?
please give details cause im computer stupid =x
Posted: Tue Apr 19, 2005 5:34 pm
by hairpin
Posted: Thu Apr 21, 2005 8:34 am
by N3mo
this ui works perfect but everytime i hit follow for a group i crash, anyone else experiencing this?
Posted: Thu Apr 21, 2005 9:44 am
by Thugsytie2
go look under bug reports and maybe you will find something

Posted: Fri Apr 22, 2005 3:04 pm
by JecksS
Having the same problem as n3mo and Jazzabelle. Any time I hit follow the game crashed to desktop. No idea why. Ive downloaded all the grp window fixes and everything.
Posted: Fri Apr 22, 2005 3:07 pm
by Busguy
Gimp posted a fix for this in a very recent thread in the Bug Reports Forum:
eqgame.h:
#define instGroup 0x909D90
bug is gone for me, all group data works as it should :)
Posted: Sat Apr 30, 2005 12:41 pm
by CodeCaster
That offset fix is included in the posted source right now... I am having the same problem with the scrolling error messages. I have also tried the Group[ replacement.
Posted: Sat Apr 30, 2005 12:53 pm
by CodeCaster
figured it out....
There is another line in equi_groupwindow.xml that contains a tooltip with $group in it. This line needs to be completely removed, as it doesn't appear anywhere else in the file, so it's kind of erroneous to have one tooltip for one group member anyway.
This in addition to replacing Group[ with Group.Member[ fixes the scrolling error problem.
Cheers,
-CodeCaster