Raised This Month: $ Target: $400
 0% 

SDK Hooks 2.1 - Updated 2011-9-10


Post New Thread Closed Thread   
 
Thread Tools Display Modes
chatyak
Senior Member
Join Date: Aug 2011
Old 07-26-2013 , 09:50   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2601

Hi Everyone,

I am reporting a "bug"... I think? Atomic asked me to report it if I have the latest version of SDKHooks installed...which I believe I do. (Make sure you have an up-to-date SDKHooks, and if you do, report it there as bug of SDKHooks. The forward is not supposed to deliver such obviously broken values) Below are the errors followed by my server's info.

Quote:
L 07/25/2013 - 221:23: [SM] [0] Line 181, l4d2_godframesbegone.sp::OnTakeDamage()
L 07/25/2013 - 221:23: [SM] Native "IsClientInGame" reported: Client index -2094788132 is
L 07/25/2013 - 221:26: [SM] Displaying call stack trace for plugin "l4d2_godframesbegone.smx":
L 07/25/2013 - 221:26: [SM] [0] Line 181, l4d2_godframesbegone.sp::OnTakeDamage()
L 07/25/2013 - 221:26: [SM] Native "IsClientInGame" reported: Client index -2094788132 is invalid
L 07/25/2013 - 221:26: [SM] Displaying call stack trace for plugin "l4d2_godframesbegone.smx":
L 07/25/2013 - 221:26: [SM] [0] Line 181, l4d2_godframesbegone.sp::OnTakeDamage()
L 07/25/2013 - 221:27: [SM] Native "IsClientInGame" reported: Client index -2094788132 is invalid
L 07/25/2013 - 221:27: [SM] Displaying call stack trace for plugin "l4d2_godframesbegone.smx":
L 07/25/2013 - 221:27: [SM] [0] Line 181, l4d2_godframesbegone.sp::OnTakeDamage()
L 07/25/2013 - 221:28: [SM] Native "IsClientInGame" reported: Client index -2094788132 is invalid
L 07/25/2013 - 221:28: [SM] Displaying call stack trace for plugin "l4d2_godframesbegone.smx":
L 07/25/2013 - 221:28: [SM] [0] Line 181, l4d2_godframesbegone.sp::OnTakeDamage()


My server info:

Metamod:Source version 1.10.0-dev

[03] SourceMod (1.6.0-dev+3933) by AlliedModders LLC
[07] SDK Tools (1.6.0-dev+3933) by AlliedModders LLC
[08] SDK Hooks (1.6.0-dev+3933) by AlliedModders LLC


Do I need to update to a new version of SDKHooks? I have the latest version correct? Apologies for what seems like basic questions...

Last edited by chatyak; 07-26-2013 at 09:57.
chatyak is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 07-26-2013 , 14:08   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2602

@chatyak Looks more like a accidental conversion between a Float and a cell to me.
__________________
11530 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 07-26-2013 , 14:10   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2603

Quote:
Originally Posted by 11530 View Post
@chatyak Looks more like a accidental conversion between a Float and a cell to me.
It's probably an ent ref.
psychonic is offline
chatyak
Senior Member
Join Date: Aug 2011
Old 07-26-2013 , 14:56   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2604

Hi Fellas,

Sorry, I am not well versed in the code. Should I update to the latest dev version of Sourcemod and/or do I have the latest version of SDK Hooks?

Or is there nothing I can do to fix the errors? It's for Atomic's Godframes be Gone plugin. I do not understand what a float or cell are either.

What exactly do these errors mean?
chatyak is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 07-27-2013 , 09:04   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2605

It's a bug in the plugin, not SDKHooks.
bl4nk is offline
shadowman110
New Member
Join Date: Aug 2013
Old 08-15-2013 , 14:04   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2606

hello, i have this problem on my Server. Its running Debian 7

Code:
L 08/15/2013 - 20:03:00: [SM] Unable to load extension "sdkhooks.ext": /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by bin/libvstdlib.so)
is there any chance to fix it?
shadowman110 is offline
dcx2
Senior Member
Join Date: Sep 2011
Old 08-15-2013 , 14:04   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2607

The SteamPipe update broke Linux extensions. You will need to update Sourcemod. Sourcemod 1.5 and above have SDKHooks built in.
__________________
dcx2 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-15-2013 , 14:05   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2608

Quote:
Originally Posted by shadowman110 View Post
hello, i have this problem on my Server. Its running Debian 7

Code:
L 08/15/2013 - 20:03:00: [SM] Unable to load extension "sdkhooks.ext": /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by bin/libvstdlib.so)
is there any chance to fix it?
Follow the instructions in red at the top of the first post.
__________________
asherkin is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-15-2013 , 14:05   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2609

Quote:
Originally Posted by shadowman110 View Post
hello, i have this problem on my Server. Its running Debian 7

Code:
L 08/15/2013 - 20:03:00: [SM] Unable to load extension "sdkhooks.ext": /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by bin/libvstdlib.so)
is there any chance to fix it?
If you're running SM 1.4.x, update to a 1.5.0-dev snapshot. If you're already running 1.5 or 1.6, use the shipped version of SDKHooks instead of overwriting with the one from this thread.
psychonic is offline
shadowman110
New Member
Join Date: Aug 2013
Old 08-15-2013 , 15:32   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2610

Im running 1.6 with metamod 1.10, witch of those shipped SDKHook version do you mean?
shadowman110 is offline
Closed Thread



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 18:15.


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