Bug on exit

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
Guest

Bug on exit

Post by Guest »

When I try to either logout or exit WoW, I get some spam in the chat window related to /played time and then a stackoverflow error which locks up the computer until I ALT-F4 to close it.

Hope others are seeing this so it can be remedied.

AkeGamer
Posts: 3
Joined: Fri Sep 02, 2005 6:50 pm

Post by AkeGamer »

This was me. Sorry.
Death is Lighter than a Feather
Duty Heavier than a Mountain.

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

Post by Hybuir »

I get the /played information but no overflow :|

Dal

Post by Dal »

i have this error too, here is a picture of it:
Click here

Guest

Post by Guest »

Yep, Dal, I get the same thing. Glad you got a screenie because I can't do anything when I reach that error.

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

Post by Rollie »

ew, thanks for the info. I'll work on this tonight.
phpbb:phpinfo()

Skyfire
Trolling Enforcement
Posts: 708
Joined: Thu Aug 18, 2005 2:29 am
Location: New Jersey

Post by Skyfire »

I get the first two lines of /played "Total time" and "Time this level".

Have you tried /logout and /exit rather than using the esc menu?
Admin on WoWWiki
Moderator, Blogger on Wowhead

erypmav
Posts: 50
Joined: Tue Oct 25, 2005 2:57 am

Post by erypmav »

I sometimes lock up when I use /exit but that is the only problem I have so far with the mod.
Image
Image

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

Post by Rollie »

I am removing this little piece of code until I can spend more time with it. If you want to update your mod, you need to remove a few lines from CensusPlusProfiler.lua.

Remove this section:

Code: Select all

oldLogout = Logout;
oldQuit = Quit;
function Quit()
	RequestTimePlayed();
	oldQuit();
end
function Logout()
	RequestTimePlayed();
	oldLogout();
end
Line 86 thru 95
phpbb:phpinfo()

AkeGamer
Posts: 3
Joined: Fri Sep 02, 2005 6:50 pm

Post by AkeGamer »

I tried /logout last night and got the same hard close.
Death is Lighter than a Feather
Duty Heavier than a Mountain.

erypmav
Posts: 50
Joined: Tue Oct 25, 2005 2:57 am

Post by erypmav »

I found that if Census is started and doing a /who when you exit or log out it hangs up. My solution since I do auto census is either wait for it to finish or stop it before I exit or log out.
Image
Image

Post Reply