1.8 vs 2.7 bug

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
User avatar
Xianna
Posts: 200
Joined: Mon Aug 22, 2005 8:39 am
Location: bOregon
Contact:

1.8 vs 2.7 bug

Post 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?
Image

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post 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

Code: Select all

InspectFrame_LoadUI();
just before

Code: Select all

InspectFrame.unit = unit;
(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.
phpbb:phpinfo()

User avatar
Alanthus
Updater Extraordinaire
Posts: 334
Joined: Tue Aug 23, 2005 11:38 am

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

User avatar
Jenlor
Posts: 27
Joined: Thu Aug 25, 2005 2:38 pm
Location: Moonrunner

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

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

Any official release coming up?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Hopefully tonight, I just need to spend some time goofing around in game to make sure nothing else is borked.
phpbb:phpinfo()

User avatar
Zimeron
Posts: 178
Joined: Mon Sep 05, 2005 5:40 pm

Post by Zimeron »

Sweet can't wait.
Image Image
The Naked Census Dwarves are Back.

Post Reply