FPtje / DarkRP

DarkRP, a non-serious roleplay gamemode for Garry's Mod.
https://darkrp.miraheze.org
MIT License
466 stars 710 forks source link

DarkRP Corrupting Server [ My Repost from Facepunch ] #288

Closed ghost closed 11 years ago

ghost commented 11 years ago

I run a darkrp server, and last night when I switched out my modem, I join my server ( there were still people on ) and then I disconnect and stop the server. When I tried starting my server from TCA, I got this error:

# 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()

I re-installed the server today. And when I set everything up again, it worked fine. But I was getting a "table error" in darkrp which I fixed by updating the .svn . But now I am getting that error above again.

To be clear on this:
1) The server started fine with the mods and everything before.
2) Obviously this is an lua error within DarkRP, but it's confusing because how can DarkRP cause a server error like this.
3) If I remove darkrp, and launch sandbox. It works fine. 
FPtje commented 11 years ago

This is everything but a Lua error No Lua script can possibly cause the errors that you have I think the problem is either a module or a bad Installation of your server.

It simply cannot be darkrp because of the restrictions of the Lua language. This is why I'm closing this issue. Don't worry. You can still reply on this issue and I will still read it (Email notifications)

ghost commented 11 years ago

You said a module, what do you mean by that?

FPtje commented 11 years ago

A dll, like mysqloo

ghost commented 11 years ago

I just installed them after looking it up on facepunch after you commented. Should I have done that?

FPtje commented 11 years ago

Well they didn't cause the issue if you installed them after the issue occurred.

ghost commented 11 years ago

I know, I am just really trying to get this working, should I re-install the server ( this will be my third re-install )

FPtje commented 11 years ago

I have no idea what could possibly be wrong.