Raised This Month: $51 Target: $400
 12% 

[CS:S] Spammed Error Log - Invalid Timer Handle


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-07-2012 , 18:37   [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #1

I am not sure why, but I am getting this spammed in my error log:
Quote:
L 10/07/2012 - 118:01: Info (map "ze_echo_boatescape_extended") (file "errors_20121007.log")
L 10/07/2012 - 118:01: [SM] Native "KillTimer" reported: Invalid timer handle f9170864 (error 3)
L 10/07/2012 - 118:01: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 10/07/2012 - 118:01: [SM] [0] Line 148, src/zr/zombiereloaded.inc::ZREndTimer()
L 10/07/2012 - 118:01: [SM] [1] Line 95, src/zr/soundeffects/zombiesounds.inc::ZombieSoundsClientInit()
L 10/07/2012 - 118:01: [SM] [2] Line 69, src/zr/soundeffects/soundeffects.inc::SEffectsClientInit()
L 10/07/2012 - 118:01: [SM] [3] Line 252, src/zombiereloaded.sp::OnClientPutInServer()
L 10/07/2012 - 118:01: [SM] Native "KillTimer" reported: Invalid timer handle f9170864 (error 3)
L 10/07/2012 - 118:01: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 10/07/2012 - 118:01: [SM] [0] Line 148, src/zr/zombiereloaded.inc::ZREndTimer()
L 10/07/2012 - 118:01: [SM] [1] Line 116, src/zr/soundeffects/zombiesounds.inc::ZombieSoundsOnClientSpawn()
L 10/07/2012 - 118:01: [SM] [2] Line 102, src/zr/soundeffects/soundeffects.inc::SEffectsOnClientSpawn()
L 10/07/2012 - 118:01: [SM] [3] Line 188, src/zr/event.inc::EventPlayerSpawn()
L 10/07/2012 - 118:05: [SM] Native "KillTimer" reported: Invalid timer handle f9170864 (error 3)
L 10/07/2012 - 118:05: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 10/07/2012 - 118:05: [SM] [0] Line 148, src/zr/zombiereloaded.inc::ZREndTimer()
L 10/07/2012 - 118:05: [SM] [1] Line 388, src/zr/soundeffects/zombiesounds.inc::ZombieSoundsResetCmdTimers( )
L 10/07/2012 - 118:05: [SM] [2] Line 220, src/zr/soundeffects/zombiesounds.inc::ZombieSoundsOnRoundEnd()
L 10/07/2012 - 118:05: [SM] [3] Line 90, src/zr/soundeffects/soundeffects.inc::SEffectsOnRoundEnd()
L 10/07/2012 - 118:05: [SM] [4] Line 143, src/zr/event.inc::EventRoundEnd()
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-08-2012 , 23:51   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #2

Has no one else been experiencing this issue? I don't know why, it's happened out of the blue and I've made no changes to Zombie Escape server. Any help I can get would be awesome .
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 10-09-2012 , 10:34   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #3

Proper memory management is difficult...

Possible cause: Someone used scream commands right before map change (possibly after winning or loosing). Those commands use timers as cooldown to avoid spamming and ZR is destroying them in the round end event. Apparently map change doesn't trigger a round end event.

Possible fix: snapshot patch r705 (source)

You might want to review the change log because there are other changes as well: http://code.google.com/p/zombiereloa...repo=zr-3-0-b2

These errors must be rare because few know about the scream commands and fewer spam them right before map change.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 10-09-2012 at 10:39.
rhelgeby is offline
Send a message via MSN to rhelgeby
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 10-15-2012 , 02:28   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #4

Well it's just reared it's head on my CS:GO server for some reason, exactly the same error spew...
Jargon is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 10-15-2012 , 05:18   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #5

I am happy. Updated to newest snapshot and have 0 errors now ^-^. Makes me feel happy.
__________________
KratosMafia is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-15-2012 , 09:57   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #6

Yea, the snapshot worked fine for me. Thanks!
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 10-15-2012 , 18:34   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #7

Quote:
Originally Posted by daleGEND View Post
Yea, the snapshot worked fine for me. Thanks!
yup no problem ^-^
__________________
KratosMafia is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-17-2012 , 11:42   Re: [CS:S] Spammed Error Log - Invalid Timer Handle
Reply With Quote #8

Quote:
Originally Posted by KratosMafia View Post
yup no problem ^-^
Sorry, Thanks was for Rich and his fix.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode