Handle 34b901d7 is invalid (error 3)

Found a bug in KAC? Post it here.
Post Reply
EclipseGSX
Posts: 10
Joined: Tue Jun 09, 2009 5:21 pm
Location: Seattle, WA
Contact:

Handle 34b901d7 is invalid (error 3)

Post 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
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Handle 34b901d7 is invalid (error 3)

Post 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.
Image
EclipseGSX
Posts: 10
Joined: Tue Jun 09, 2009 5:21 pm
Location: Seattle, WA
Contact:

Re: Handle 34b901d7 is invalid (error 3)

Post by EclipseGSX »

Thanks, Kigen.
Post Reply