vasyyshakov / zombiereloaded

Automatically exported from code.google.com/p/zombiereloaded
0 stars 0 forks source link

Invalid handle error in ambient sounds (beta 2) #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
L 05/10/2011 - 17:42:01: [SM] Native "KillTimer" reported: Invalid timer handle 
85cb0370 (error 3)
 L 05/10/2011 - 17:42:01: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
 L 05/10/2011 - 17:42:01: [SM] [0] Line 187, src/zr/soundeffects/ambientsounds.inc::AmbientSoundsRestart()
 L 05/10/2011 - 17:42:01: [SM] [1] Line 131, src/zr/soundeffects/ambientsounds.inc::AmbientSoundsOnRoundStart( )
 L 05/10/2011 - 17:42:01: [SM] [2] Line 79, src/zr/soundeffects/soundeffects.inc::SEffectsOnRoundStart()
 L 05/10/2011 - 17:42:01: [SM] [3] Line 89, src/zr/event.inc::EventRoundStart()

Haven't seen this on my test server, but someone got this error. I've noticed 
that AmbientSoundsOnMapStart just reset the timer handle, but it can't be this 
because the handle id in the error is not 0.

Original issue reported on code.google.com by richard.helgeby@gmail.com on 10 May 2011 at 11:09