Raised This Month: $32 Target: $400
 8% 

[SOLVED]sdkhooks.ext and L4D2 Exploit Fixes Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-24-2012 , 21:54   [SOLVED]sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #1

After I update to the current version, I experience the following error with SMAC.
Code:
L 03/24/2012 - 18:26:37: Info (map "c1m1_hotel") (file "errors_20120324.log")
L 03/24/2012 - 18:26:37: [SM] Unable to load plugin "smac_l4d2_fixes.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
I searched and downloaded (SDK Hooks 2.1 - Updated 2011-9-10) http://forums.alliedmods.net/showthread.php?t=106748

However, I have the following error:
Code:
[10]  file "sdkhooks.ext.so": orangebox/tf/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
 
[12]  file "connect.ext.so": /orangebox/tf/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
The rest of the plugins and extensions are working correctly.
Hosting on CentOS 6.X 64 bit.

Please help me solve this problem and thank you very much!
__________________

Last edited by jackliu92; 03-26-2012 at 01:26.
jackliu92 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-25-2012 , 09:41   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #2

Did you download the windows, mac, or linux version?
Drixevel is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-25-2012 , 11:39   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #3

the errors shows that he is trying to load sdk hooks on a tf2 server,
were he should have uploaded it to a l4d2 server.

I thought at first he was trying to load tf2 sdkhooks on l4d2 server, but it appears that he didn't.

Last edited by Visual77; 03-25-2012 at 12:58.
Visual77 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 03-25-2012 , 12:37   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #4

Quote:
Originally Posted by jackliu92 View Post
However, I have the following error:
Code:
[10]  file "sdkhooks.ext.so": orangebox/tf/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
 
[12]  file "connect.ext.so": /orangebox/tf/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
Those errors are from a TF2 server, not an L4D2 server.
psychonic is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-25-2012 , 16:57   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #5

Quote:
Originally Posted by psychonic View Post
Those errors are from a TF2 server, not an L4D2 server.
I just copied the wrong thing cuz I had two console opened at the same time....
I dont remember why but I had sdkhook installed on the TF2 servers too

here is a copy of L4D2 server
Code:
-> sm exts list
[SM] Displaying 11 extensions:
[01] Automatic Updater (1.4.1): Updates SourceMod gamedata files
[02] Webternet (1.4.1): Extension for interacting with URLs
[03] SDK Tools (1.4.1): Source SDK Tools
[04] BinTools (1.4.1): Low-level C/C++ Calling API
[05] Client Preferences (1.4.1): Saves client preference settings
[06] SQLite (1.4.1): SQLite Driver
[07]  file "sdkhooks.ext.so": /left4dead2/left4dead2/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
[08] Top Menus (1.4.1): Creates sorted nested menus
[09] Socket (3.0.1): Socket extension for SourceMod
[10]  file "connect.ext.so": /left4dead2/left4dead2/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
[11] MySQL-DBI (1.4.1): MySQL driver implementation for DBI
Also I downloaded linux version.


Basically I have same issue on these two exts (connect.ext.so and sdkhooks on all of my servers).

Sorry about that and thank you.
__________________

Last edited by jackliu92; 03-25-2012 at 17:02.
jackliu92 is offline
TheAvengers2
BANNED
Join Date: Jul 2011
Old 03-26-2012 , 00:06   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #6

You're getting that error because you don't have the two extensions (connect and sdkhooks) installed properly. Make sure that you've put the linux binaries in the correct directory and restarted the server. You can also manually load them, but I've had bad experiences w/ late loading (it won't update gamedata). You'll need to likely restart the game server twice due to gamedata updates (annoying, yes).

If the extensions are properly installed, then you might have permission issues. Check out file ownership and chmod on the extension file's binary.

Last edited by TheAvengers2; 03-26-2012 at 00:20.
TheAvengers2 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-26-2012 , 01:18   Re: sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #7

Quote:
Originally Posted by TheAvengers2 View Post
You're getting that error because you don't have the two extensions (connect and sdkhooks) installed properly. Make sure that you've put the linux binaries in the correct directory and restarted the server. You can also manually load them, but I've had bad experiences w/ late loading (it won't update gamedata). You'll need to likely restart the game server twice due to gamedata updates (annoying, yes).

If the extensions are properly installed, then you might have permission issues. Check out file ownership and chmod on the extension file's binary.
1. connect extension does not seems to be developed for L4D2 server, but it is now running correctly on TF2 servers.

2. I still have no idea about SDKHooks plugin
When I upload all files it says
sdkhooks.ext.so: cannot open shared object file: No such file or directory

If I rename sdkhooks.ext.2.l4d2.so to sdkhooks.ext.so it says:
<FAILED> file "sdkhooks.ext.so": SDKHooks 2.x cannot load while old version (sdkhooks.ext.so) is still in extensions dir



EDIT: Somehow I delete what I had and uploaded SDKHooks again it is running correctly now... But I this is first time I install SDKHook, why it was not working on the first upload, like I am using same account, same chmod value same folder. This is weird.
__________________

Last edited by jackliu92; 03-26-2012 at 01:25.
jackliu92 is offline
TheAvengers2
BANNED
Join Date: Jul 2011
Old 03-26-2012 , 01:32   Re: [SOLVED]sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #8

I'm guessing you were uploading something wrong and/or weren't overwriting files. Anyways, I'm glad that you've resolved the server issues.

Last edited by TheAvengers2; 03-26-2012 at 01:40.
TheAvengers2 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-26-2012 , 01:53   Re: [SOLVED]sdkhooks.ext and L4D2 Exploit Fixes Problem
Reply With Quote #9

Quote:
Originally Posted by TheAvengers2 View Post
I'm guessing you were uploading something wrong and/or weren't overwriting files. Anyways, I'm glad that you've resolved the server issues.
Yep, thank you for helping!
__________________
jackliu92 is offline
Reply


Thread Tools
Display Modes

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 06:16.


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