Raised This Month: $ Target: $400
 0% 

css Update 9-11-12 broke sm


Post New Thread Reply   
 
Thread Tools Display Modes
MPQC
SourceMod Donor
Join Date: Dec 2011
Old 09-11-2012 , 19:52   Re: css Update 9-11-12 broke sm
Reply With Quote #51

Needed to update MM:S. Works fine now.
MPQC is offline
khgw.DeFiaNT
Junior Member
Join Date: Aug 2012
Location: Cambridge, ON
Old 09-11-2012 , 19:53   Re: css Update 9-11-12 broke sm
Reply With Quote #52

Quote:
Originally Posted by ocwoody View Post
SourcedMod 1.5.0-hg3655.zip and MetaMod MM:S 1.9.0, Windows

Working great for me on windows!
With gungame too?
khgw.DeFiaNT is offline
khgw.DeFiaNT
Junior Member
Join Date: Aug 2012
Location: Cambridge, ON
Old 09-11-2012 , 19:57   Re: css Update 9-11-12 broke sm
Reply With Quote #53

Now running MetaMod:Source v1.9.0, SourceMod v1.5.0-dev+3655 and still no gungame.

Clearly an sdkhooks issue?

L 09/11/2012 - 18:54:55: SourceMod error session started
L 09/11/2012 - 18:54:55: Info (map "gg_fy_funtimes") (file "errors_20120911.log")
L 09/11/2012 - 18:54:55: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found.
L 09/11/2012 - 18:54:55: [SM] Unable to load plugin "gungame_sdkhooks.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
khgw.DeFiaNT is offline
Emaster
Junior Member
Join Date: May 2012
Location: USA
Old 09-11-2012 , 20:01   Re: css Update 9-11-12 broke sm
Reply With Quote #54

For me, it was an SDKTools issue. I reinstalled the server fresh, then put a fresh copy of MM:S on it, and it started up. Then I loaded up Sourcemod, and I got this error filling up the logs:


[SDKTOOLS] Sigscan for FireOutput failed - Disabling detour to prevent crashes

I suppose just wait for a fix.
__________________
Emaster is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 09-11-2012 , 20:03   Re: css Update 9-11-12 broke sm
Reply With Quote #55

Anyone know the new sigs for "CSWeaponDrop"
__________________
zeroibis is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 09-11-2012 , 20:14   Re: css Update 9-11-12 broke sm
Reply With Quote #56

OK I understand that now the standard is to do an sdk call directly. The is the code I have:
Code:
public bool:War3Source_InitOffset()
{
    new bool:ret=true;
        
    
    
    new Handle:hGameConf=INVALID_HANDLE;
    if(War3_GetGame()==Game_TF)
        hGameConf=LoadGameConfigFile("sm-tf2.games");
    else if(War3_GetGame()==Game_CS)
        hGameConf=LoadGameConfigFile("sm-cstrike.games");
    else if(War3_IsL4DEngine())
        return true; // don't need fancy offsets... yet
    if(hGameConf && War3_GetGame()==Game_TF)
    {
        StartPrepSDKCall(SDKCall_Entity);
        PrepSDKCall_SetFromConf(hGameConf,SDKConf_Virtual,"ForceRespawn");
        hSpawnPlayer=EndPrepSDKCall();
        CloseHandle(hGameConf);
    }
    else if(hGameConf && War3_GetGame()==Game_CS)
    {
        StartPrepSDKCall(SDKCall_Entity);
        PrepSDKCall_SetFromConf(hGameConf,SDKConf_Signature,"RoundRespawn");
        hSpawnPlayer=EndPrepSDKCall();
        CloseHandle(hGameConf);
    }
    else
    {
        PrintToServer("[War3Source] Error, could not find configuration file for game.");
        ret=false;
    }
    return ret;
}
What needs to be fixed so that I do not need a separate sig for drop weapon
__________________
zeroibis is offline
Jizzy
Member
Join Date: Dec 2010
Old 09-11-2012 , 20:19   Re: css Update 9-11-12 broke sm
Reply With Quote #57

SM and MM work, however SDK Hooks doesnt.

All my servers use SDK Hooks apart from one server and its up and running with no problems.

Would explain why servers like GG and JB dont work atm.

Windows.
Jizzy is offline
Dino Penis
SourceMod Donor
Join Date: Apr 2010
Old 09-11-2012 , 20:27   Re: css Update 9-11-12 broke sm
Reply With Quote #58

Quote:
Originally Posted by Jizzy View Post
SM and MM work, however SDK Hooks doesnt.

All my servers use SDK Hooks apart from one server and its up and running with no problems.

Would explain why servers like GG and JB dont work atm.

Windows.

I have SDK Hooks installed on my server, but it works. I see no errors in the logs and the hosties plugin works perfectly.
Dino Penis is offline
Jizzy
Member
Join Date: Dec 2010
Old 09-11-2012 , 20:27   Re: css Update 9-11-12 broke sm
Reply With Quote #59

Quote:
Originally Posted by Dino Penis View Post
I have SDK Hooks installed on my server, but it works. I see no errors in the logs and the hosties plugin works perfectly.
And your running a windows server?
Jizzy is offline
Dino Penis
SourceMod Donor
Join Date: Apr 2010
Old 09-11-2012 , 20:29   Re: css Update 9-11-12 broke sm
Reply With Quote #60

Quote:
Originally Posted by Jizzy View Post
And your running a windows server?
Yes it is windows.
Dino Penis 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 02:06.


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