Page 1 of 1

Handle 34b901d7 is invalid (error 3)

Posted: Tue Jun 09, 2009 5:28 pm
by EclipseGSX
So, I was investigating an issue on one of the servers I help admin, and I found the following instead. It appears to have been a recurring issue, but has never caused a minidump, just an errorlog in /addons/sourcemod/logs

Code: Select all

L 06/09/2009 - 12:41:26: [SM] Native "CloseHandle" reported: Handle 34b901d7 is invalid (error 3)
L 06/09/2009 - 12:41:26: [SM] Displaying call stack trace for plugin "kigen-ac-pub.smx":
L 06/09/2009 - 12:41:26: [SM]   [0]  Line 1383, kigen-ac-pub.sp::KillTimers()
L 06/09/2009 - 12:41:26: [SM]   [1]  Line 690, kigen-ac-pub.sp::OnClientDisconnect_Post()
Server is running MetaMod: Source v1.7.1V, EventScripts v2.0.0.252 and the following MM plugins:
[01] SourceMod (1.2.0) by AlliedModders LLC
[02] sbsrc (4.0.0) by IceMatrix
[03] CS:S Tools (1.2.0) by AlliedModders LLC
[04] SDK Tools (1.2.0) by AlliedModders LLC
[05] CS:S DM (2.1.0.446) by AlliedModders

Re: Handle 34b901d7 is invalid (error 3)

Posted: Thu Jun 11, 2009 12:39 am
by Kigen
The error is not fatal.

This error is known about and being worked on. However, it doesn't cause any harm as it just an annoyance in the logs.

Re: Handle 34b901d7 is invalid (error 3)

Posted: Thu Jun 18, 2009 9:39 pm
by EclipseGSX
Thanks, Kigen.