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

TF2 Server Crash with Latest SM 6043


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Grainz
Junior Member
Join Date: Jan 2016
Old 05-08-2018 , 14:58   TF2 Server Crash with Latest SM 6043
Reply With Quote #1

Hello,

Recently upgraded to SM 6043 and all TF2 servers will not launch once a map is loaded. I started a clean install on my local server with only MM:Source and SM. If I start srcds without a map, it loads fine but once I tell it to load a map, it crashes. No obvious errors in logs. Anyone else run into this? This is on Windows.

Edit: Missed this part in console.log with -condebug

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 ReplaySystem_Init( bDedicated ) : ReplaySystem_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()
Second update: Using latest Dev builds of MM:Source and SM do not fix this issue.

Last edited by Grainz; 05-08-2018 at 15:07.
Grainz is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-09-2018 , 02:45   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #2

Vouching
Drixevel is offline
gunther1380
New Member
Join Date: May 2018
Old 05-10-2018 , 03:22   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #3

bump same errors as grains i have tried stable version of source mod and unstable server does not want to run at all with it meta mod works fine alone but when i try and source mod is broken beating a dead horse but

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 ReplaySystem_Init( bDedicated ) : ReplaySystem_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()

anybody know whats going on here?
bump
gunther1380 is offline
MUN
Senior Member
Join Date: Jan 2012
Location: Cali
Old 05-10-2018 , 17:42   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #4

Confirmed here as well, reverted to build 6041 for the time being.
__________________
MUN is offline
gunther1380
New Member
Join Date: May 2018
Old 05-10-2018 , 21:37   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #5

Quote:
Originally Posted by MUN View Post
Confirmed here as well, reverted to build 6041 for the time being.
yaaaaas thank you this worked for me as well but i dont think 6043 should be a quote stable build if it does not work properly
gunther1380 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-11-2018 , 09:03   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #6

Something went wonky when SM was compiled against a SDK update and it needed a forced clean build.

6044 should fix this once it finishes building (which'll be a while because it has to do everything from scratch).
__________________
asherkin is offline
gunther1380
New Member
Join Date: May 2018
Old 05-11-2018 , 15:35   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #7

Quote:
Originally Posted by asherkin View Post
Something went wonky when SM was compiled against a SDK update and it needed a forced clean build.

6044 should fix this once it finishes building (which'll be a while because it has to do everything from scratch).
yikes! sounds about right though with valve and there updates :I
gunther1380 is offline
Grainz
Junior Member
Join Date: Jan 2016
Old 05-11-2018 , 17:08   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #8

Looks like 6044 is live. I'll check it out. Thanks @asherkin

Edit: No dice. Happens on existing server and clean server still. 6041 works fine so I'll just wait a couple more revisions before trying again.

Last edited by Grainz; 05-11-2018 at 17:15.
Grainz is offline
MUN
Senior Member
Join Date: Jan 2012
Location: Cali
Old 05-21-2018 , 12:40   Re: TF2 Server Crash with Latest SM 6043
Reply With Quote #9

Build 6046 seems to be working.

https://www.sourcemod.net/downloads.php?branch=stable


Testing now.
__________________
MUN 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 07:21.


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