AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   E.Y.E. Divine Cybermancy supported [SOLVED] (https://forums.alliedmods.net/showthread.php?t=186918)

dcx2 06-05-2012 23:39

E.Y.E. Divine Cybermancy supported [SOLVED]
 
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? :)

psychonic 06-06-2012 07:22

Re: E.Y.E. Divine Cybermancy supported [SOLVED]
 
Feel free to post back if you run into any more issues. I know that EYE has had at least a few largish updates since support was added.


All times are GMT -4. The time now is 00:45.

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