Page 1 of 1

Bug on exit

Posted: Wed Oct 26, 2005 1:04 pm
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.

Posted: Wed Oct 26, 2005 1:05 pm
by AkeGamer
This was me. Sorry.

Posted: Wed Oct 26, 2005 3:24 pm
by Hybuir
I get the /played information but no overflow :|

Posted: Wed Oct 26, 2005 3:40 pm
by Dal
i have this error too, here is a picture of it:
Click here

Posted: Wed Oct 26, 2005 4:32 pm
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.

Posted: Wed Oct 26, 2005 4:38 pm
by Rollie
ew, thanks for the info. I'll work on this tonight.

Posted: Wed Oct 26, 2005 5:00 pm
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?

Posted: Wed Oct 26, 2005 7:09 pm
by erypmav
I sometimes lock up when I use /exit but that is the only problem I have so far with the mod.

Posted: Wed Oct 26, 2005 11:52 pm
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

Posted: Thu Oct 27, 2005 6:43 am
by AkeGamer
I tried /logout last night and got the same hard close.

Posted: Thu Oct 27, 2005 10:13 am
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.