View Single Post
Author Message
dcx2
Senior Member
Join Date: Sep 2011
Old 06-05-2012 , 23:39   E.Y.E. Divine Cybermancy supported [SOLVED]
Reply With Quote #1

Hi,

I am trying to install Metamod 1.8.7 (Windows 7 x64) on my EYE Divine Cybermancy dedicated server. I have successfully downloaded and installed the server and made sure I can connect. I then downloaded MM, and the appropriate metamod.vdf file using game folder "EYE" (no quotes) and placed it into the addons folder. Now when I launch my server, it immediately exits. Using -condebug I captured the text that it displayed while it was exiting.

Code:
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()
Am I doing something wrong? I've gotten MM and SM to work on L4D2 before and the server works fine until I put metamod.vdf in.

Thanks

EDIT:

Solved my own problem. Turns out that the Metamod snapshot on the front page (1.8.7) does not include metamod.2.eye.dll

So I went to the Metamod snapshots page and downloaded 1.8.8. Now it works. Yay! Don't you love when someone solves their own problem and posts the answer?

Last edited by dcx2; 06-06-2012 at 00:25. Reason: added MM version
dcx2 is offline