Raised This Month: $51 Target: $400
 12% 

[CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Mata Patos
Senior Member
Join Date: Jul 2011
Old 07-27-2012 , 09:22   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1791

Quote:
Originally Posted by sion997 View Post
Hi,
I have a problem with the sdk tools file
I got follow at my server log: [SM] Unable to load extension "sdktools.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdktools.ext.so: cannot open shared object file: No such file or directory
L 07/25/2012 - 16:11:41: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "lastrequest_shotgunwars.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "funcommands.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "kigen-ac-pub.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "basecomm.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "sm_hosties.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "playercommands.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "sm_super_cmds.smx": Required extension "SDKTools" file("sdktools.ext") not running
Im a new about hoosting a css server, I guess, maybe I just need the extension sdktools - but have no clue where to find it – someone who can help a noob? J
I have re-uploaded: sourcemod 1.4.4, sm_hosties 2.0.4 and sdkhook 2.1.0 - thx for your help
Upload the last version of sdkhook : http://users.alliedmods.net/~psychon.../sdkhooks/2.2/
Mata Patos is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 07-27-2012 , 14:58   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1792

Quote:
Originally Posted by Mata Patos View Post
Upload the last version of sdkhook : http://users.alliedmods.net/~psychon.../sdkhooks/2.2/
It's also his SDKTools that's not loading.
Quote:
Originally Posted by sion997 View Post
Hi,
I have a problem with the sdk tools file
I got follow at my server log: [SM] Unable to load extension "sdktools.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdktools.ext.so: cannot open shared object file: No such file or directory
L 07/25/2012 - 16:11:41: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "lastrequest_shotgunwars.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "funcommands.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "kigen-ac-pub.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "basecomm.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "sm_hosties.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "playercommands.smx": Required extension "SDKTools" file("sdktools.ext") not running
L 07/25/2012 - 16:11:41: [SM] Unable to load plugin "sm_super_cmds.smx": Required extension "SDKTools" file("sdktools.ext") not running
Im a new about hoosting a css server, I guess, maybe I just need the extension sdktools - but have no clue where to find it – someone who can help a noob? J
I have re-uploaded: sourcemod 1.4.4, sm_hosties 2.0.4 and sdkhook 2.1.0 - thx for your help
Do a clean reinstall of Sourcemod. SDKTools isn't loading, and that's weird. And after reinstalling SM, reinstall SDKHooks, and you don't need the 2.2 versions. The stable 2.1.0 should suffice.
minimoney1 is offline
deathkilla
Senior Member
Join Date: Mar 2011
Old 07-29-2012 , 19:43   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1793

Quote:
Originally Posted by shavit View Post
Until a update use a if(IsValidEntity(entity) && IsValidEdict(entity)) checks.
can you please elaborate on this?
deathkilla is offline
Hunter S. Thompson
Senior Member
Join Date: Jun 2012
Old 07-30-2012 , 00:36   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1794

Quote:
Originally Posted by deathkilla View Post
can you please elaborate on this?
Whatever entity you're using in the error you've posted, is returning -1, meaning it's not a valid entity.

Checking with

if (IsValidEntity(entity) && IsValidEdict(entity))
{
//Code to do whatever here
}

will stop it from returning -1.
Hunter S. Thompson is offline
TheSpetsnaz
Junior Member
Join Date: Jul 2012
Old 07-30-2012 , 07:23   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1795

How do I activate this and etc.? I just update my linux to CSS
TheSpetsnaz is offline
sion997
Junior Member
Join Date: Jul 2012
Old 07-30-2012 , 09:14   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1796

Quote:
Originally Posted by minimoney1 View Post
It's also his SDKTools that's not loading.

Do a clean reinstall of Sourcemod. SDKTools isn't loading, and that's weird. And after reinstalling SM, reinstall SDKHooks, and you don't need the 2.2 versions. The stable 2.1.0 should suffice.
thanks for your help - now my SDKTools is loaded and now running perfect. But I got a new error:
L 07/30/2012 - 149:12: [SM] Unexpected fatal logging error (file "/storage/gameservers/30436/css/cstrike/addons/sourcemod/logs/L20120730.log")
L 07/30/2012 - 149:12: [SM] Platform returned error: "Permission denied"
L 07/30/2012 - 149:12: [SM] Logging has been disabled.

the L20120730.log says:
L 07/30/2012 - 145:57: SourceMod error session started
L 07/30/2012 - 145:57: Info (map "de_dust2") (file "errors_20120730.log")
L 07/30/2012 - 145:57: [SM] Unable to load extension "sdkhooks.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory

anyone who got a fix for that, so i can run my sm_hosties file?
sion997 is offline
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 07-30-2012 , 11:18   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1797

Quote:
L 07/30/2012 - 149:12: [SM] Platform returned error: "Permission denied"
you dont have permission
Quote:
L 07/30/2012 - 145:57: [SM] Unable to load extension "sdkhooks.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
read requirements? SDKHOOKS is required...
DorCoMaNdO is offline
TheSpetsnaz
Junior Member
Join Date: Jul 2012
Old 07-30-2012 , 11:41   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1798

my server.cfg
// Exec Other Files
exec banned.cfg
exec banned_user.cfg
exec banned_ip.cfg
exec autoexec.cfg
exec mani_server.cfg
exec /sourcemod/sm_hosties2.cfg

Code:
Unknown command "sm_hosties_add_servertag"
Unknown command "sm_hosties_announce_attack"
Unknown command "sm_hosties_announce_lr"
Unknown command "sm_hosties_announce_lr_delay"
Unknown command "sm_hosties_announce_rebel"
Unknown command "sm_hosties_announce_rebel_down"
Unknown command "sm_hosties_announce_rules"
Unknown command "sm_hosties_announce_wpn_attack"
Unknown command "sm_hosties_beacon_sound"
Unknown command "sm_hosties_checkplayers_enable"
Unknown command "sm_hosties_ct_start"
Unknown command "sm_hosties_display_advert"
Unknown command "sm_hosties_freekill_adv_prot"
Unknown command "sm_hosties_freekill_ban_length"
Unknown command "sm_hosties_freekill_notify"
Unknown command "sm_hosties_freekill_punishment"
Unknown command "sm_hosties_freekill_reset"
Unknown command "sm_hosties_freekill_sound"
Unknown command "sm_hosties_freekill_sound_mode"
Unknown command "sm_hosties_freekill_treshold"
Unknown command "sm_hosties_gamedesc_tag"
Unknown command "sm_hosties_lr"
Unknown command "sm_hosties_lr_beacon"
Unknown command "sm_hosties_lr_beacon_interval"
Unknown command "sm_hosties_lr_beams"
Unknown command "sm_hosties_lr_beams_distance"
Unknown command "sm_hosties_lr_cf_cheat_action"
Unknown command "sm_hosties_lr_cf_enable"
Unknown command "sm_hosties_lr_cf_loser_blue"
Unknown command "sm_hosties_lr_cf_loser_green"
Unknown command "sm_hosties_lr_cf_loser_red"
Unknown command "sm_hosties_lr_cf_slay"
Unknown command "sm_hosties_lr_damage"
Unknown command "sm_hosties_lr_db_cheatcheck"
Unknown command "sm_hosties_lr_db_enable"
Unknown command "sm_hosties_lr_db_flash_duration"
Unknown command "sm_hosties_lr_db_gravity"
Unknown command "sm_hosties_lr_enable_delay"
Unknown command "sm_hosties_lr_gt_enable"
Unknown command "sm_hosties_lr_gt_markers"
Unknown command "sm_hosties_lr_gt_meter"
Unknown command "sm_hosties_lr_gt_mode"
Unknown command "sm_hosties_lr_hp_cheat_action"
Unknown command "sm_hosties_lr_hp_enable"
Unknown command "sm_hosties_lr_hp_maxtime"
Unknown command "sm_hosties_lr_hp_mintime"
Unknown command "sm_hosties_lr_hp_pickupannounce"
Unknown command "sm_hosties_lr_hp_speed_multipl"
Unknown command "sm_hosties_lr_hp_teleport"
Unknown command "sm_hosties_lr_jumpcontest_on"
Unknown command "sm_hosties_lr_kf_cheat_action"
Unknown command "sm_hosties_lr_kf_drunk"
Unknown command "sm_hosties_lr_kf_enable"
Unknown command "sm_hosties_lr_kf_gravity"
Unknown command "sm_hosties_lr_kf_speed"
Unknown command "sm_hosties_lr_m4m_capacity"
Unknown command "sm_hosties_lr_mag4mag_on"
Unknown command "sm_hosties_lr_ns_delay"
Unknown command "sm_hosties_lr_ns_enable"
Unknown command "sm_hosties_lr_ns_weapon"
Unknown command "sm_hosties_lr_p_killed_action"
Unknown command "sm_hosties_lr_race_airpoints"
Unknown command "sm_hosties_lr_race_on"
Unknown command "sm_hosties_lr_race_tell_cts"
Unknown command "sm_hosties_lr_rebel_action"
Unknown command "sm_hosties_lr_rebel_cts"
Unknown command "sm_hosties_lr_rebel_impact"
Unknown command "sm_hosties_lr_rebel_mode"
Unknown command "sm_hosties_lr_rebel_on"
Unknown command "sm_hosties_lr_rebel_ts"
Unknown command "sm_hosties_lr_rps_enable"
Unknown command "sm_hosties_lr_russianroulette_on"
Unknown command "sm_hosties_lr_s4s_dblsht_action"
Unknown command "sm_hosties_lr_s4s_enable"
Unknown command "sm_hosties_lr_s4s_shot_taken"
Unknown command "sm_hosties_lr_send_global_msgs"
Unknown command "sm_hosties_lr_sound"
Unknown command "sm_hosties_lr_ts_max"
Unknown command "sm_hosties_mute"
Unknown command "sm_hosties_mute_ct"
Unknown command "sm_hosties_mute_immune"
Unknown command "sm_hosties_noblock_enable"
Unknown command "sm_hosties_noscope_sound"
Unknown command "sm_hosties_override_gamedesc"
Unknown command "sm_hosties_rebel_blue"
Unknown command "sm_hosties_rebel_color"
Unknown command "sm_hosties_rebel_green"
Unknown command "sm_hosties_rebel_red"
Unknown command "sm_hosties_roundend_overlay_ct"
Unknown command "sm_hosties_roundend_overlay_ct_vmt"
Unknown command "sm_hosties_roundend_overlay_t"
Unknown command "sm_hosties_roundend_overlay_t_vmt"
Unknown command "sm_hosties_roundstart_mute"
Unknown command "sm_hosties_rules_enable"
Unknown command "sm_hosties_startweapons_on"
Unknown command "sm_hosties_t_start"
TheSpetsnaz is offline
sion997
Junior Member
Join Date: Jul 2012
Old 07-30-2012 , 11:44   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1799

Quote:
Originally Posted by DorCoMaNdO View Post
you dont have permission

read requirements? SDKHOOKS is required...
woow, really? dude, this is my problem after trying to do what minimoney1 suggest: I have reinstalled Sourcemod, SM_hosties and SDKHooks

finally my SDKTools is running - but not my SDKHooks. Certainly i have checked my installation of SDKHooks twice - but i still get this error at my log:
L 07/30/2012 - 145:57: SourceMod error session started
L 07/30/2012 - 145:57: Info (map "de_dust2") (file "errors_20120730.log")
L 07/30/2012 - 145:57: [SM] Unable to load extension "sdkhooks.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory

also tried to run with the 2.2 version of Hooks - but still same error? could need some help...
sion997 is offline
amohanlall32
SourceMod Donor
Join Date: Sep 2009
Location: Female
Old 07-30-2012 , 12:54   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1800

Quote:
Originally Posted by sion997 View Post
woow, really? dude, this is my problem after trying to do what minimoney1 suggest: I have reinstalled Sourcemod, SM_hosties and SDKHooks

finally my SDKTools is running - but not my SDKHooks. Certainly i have checked my installation of SDKHooks twice - but i still get this error at my log:
L 07/30/2012 - 145:57: SourceMod error session started
L 07/30/2012 - 145:57: Info (map "de_dust2") (file "errors_20120730.log")
L 07/30/2012 - 145:57: [SM] Unable to load extension "sdkhooks.ext": /storage/gameservers/30436/css/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory

also tried to run with the 2.2 version of Hooks - but still same error? could need some help...
I know this is silly, but just to be sure, did you make sure you downloaded the linux package of sdk hooks? That is what the server is looking for, since it appears to be a linux server.

Also, did you restart your server after adding the extensions? I have had extension issues fixed magically by a server restart on multiple occasions.
__________________
amohanlall32 is offline
Reply



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 17:11.


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