Page 1 of 1
1.8 vs 2.7 bug
Posted: Wed Oct 12, 2005 8:59 am
by Xianna
I'm not really sure why but i get an error if c+ starts and my *who* panel is on the guild page.
If its on the who, friends, or raid panel its fine. it doesnt matter if the panel is open or closed.
Does this have to do with how it processes guild info?
Also. my guild window itself is horked. it doesnt update, and the
" * Guild Members (* online) show player status" line is in the wrong place and the buttons arent all where they should be. Any ideas?
Posted: Wed Oct 12, 2005 10:12 am
by Rollie
Yes, this is due to some changes Blizz made. I am working on an update.
Here are a couple of things you can do if you don't want to wait:
In the function
Code: Select all
function CensusPlus_FriendsFrame_Update()
(line 585)
change
Code: Select all
RaidFrame_ShowSubFrame("GuildFrame");
to
Code: Select all
FriendsFrame_ShowSubFrame("GuildFrame");
And, in function
Code: Select all
function CensusPlus_ProcessTarget( unit )
(line 1083)
towards the bottom, add
just before
(line 1170)
This fixes the 2 issues I saw last night when I had a few minutes to check things out. There may be other problems, but I haven't had much time to spend with the new patch as of yet.
Posted: Wed Oct 12, 2005 1:23 pm
by Alanthus
Having the same issue here, patch shut down over half of my add-ons though so there are a lot of people out there with issues today...
Guild tab thing is the only thing related only to census+, had some other error messages but I think that was related to other mods crashing and dragging census+ down with them.
Posted: Wed Oct 12, 2005 4:06 pm
by Jenlor
made the above listed modifications and didn't have any errors today. i was also getting an error each time i clicked on another toon, and that's gone now also.
i also disabled the addon: Bag Status Meters because I was getting an error anytime I made any change to any bag or bank slot.
Posted: Thu Oct 13, 2005 3:44 pm
by Hybuir
Any official release coming up?
Posted: Thu Oct 13, 2005 3:58 pm
by Rollie
Hopefully tonight, I just need to spend some time goofing around in game to make sure nothing else is borked.
Posted: Thu Oct 13, 2005 10:31 pm
by Zimeron
Sweet can't wait.