AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Sourcemods Crashing Server? (https://forums.alliedmods.net/showthread.php?t=152318)

017 03-07-2011 11:16

Sourcemods Crashing Server?
 
So, I bothered to install Sourcemod on my garry's mod server with metamod:source today, but this error message is all I'm getting from it. Server won't start and it seems to be looping restarts in the logs, and this happens every time.

I've seen some threads on it before but they're very old and I'm not sure if they're applicable to this.

I'm using 1.3.6 at the moment, however I've tried some of the unstable builds as well, and they don't work either.

Code:

Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdown()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for master->Init() : master->Shutdown()
Missing shutdown function for sv.Init( bDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shutdown()
Missing shutdown function for NET_Init( bDedicated ) : NET_Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for saverestore->Init() : saverestore->Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for g_pCVar->Init() : g_pCVar->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Init( s_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesystem( info.m_pInitialMod ) : COM_ShutdownFileSystem()


Snaggle 03-07-2011 13:45

Re: Sourcemods Crashing Server?
 
I might be wrong, but Sourcemod isn't for Garry's Mod. You'll be better off using ULX which is designed specifically for Garry's Mod.

http://ulyssesmod.net/

017 03-07-2011 14:32

Re: Sourcemods Crashing Server?
 
I don't think that's the case, as ULX and a number of other admin mods support the use of SourceBans with them as well. And Sourcebans Requires Sourcemod to run. I also know HLStatsX supports Gmod, and it needs sourcemod as well.

psychonic 03-07-2011 14:40

Re: Sourcemods Crashing Server?
 
SM does support Garry's Mod.

Did you install any other server or SM plugins beside just MM:S, SM, and the base plugins that come with SM?

Edit:

FWIW
Code:

version
Protocol version 15
Exe version 1.0.13.0 (garrysmod)
Exe build: 12:08:12 Feb 21 2011 (4426) (4000)
sm version
 SourceMod Version Information:
    SourceMod Version: 1.3.6
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.3.6)
    SourcePawn API: v1 = 4, v2 = 3
    Compiled on: Oct 30 2010 19:26:52
    Build ID: 3065:8036343199ca
    http://www.sourcemod.net/


Samantha 03-07-2011 19:08

Re: Sourcemods Crashing Server?
 
Why not use the lua version of sourcebans?


All times are GMT -4. The time now is 09:49.

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