Author Topic: Console Spam in Dedicated Server  (Read 586 times)

Ace

So yeah, I've been recently running a dedicated server for my clan, and it's been going fine until now. The server itself seems to be fine when I enter it, but in the console, it's a completely different story:

Code: [Select]
base/server/scripts/allGameScripts.cs (22552): Unable to find object: '' attempting to call function 'getClassName'
base/server/scripts/allGameScripts.cs (22556): Unable to find object: '' attempting to call function 'getClassName'
base/server/scripts/allGameScripts.cs (22560): Unable to find object: '' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22574): Unable to find object: '' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22583): Unable to find object: '' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22587): Unable to find object: '' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22592): Unable to find object: '' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22605): Unable to find object: '' attempting to call function 'getGroup'
base/server/scripts/allGameScripts.cs (22552): Unable to find object: '69745' attempting to call function 'getClassName'
base/server/scripts/allGameScripts.cs (22556): Unable to find object: '69745' attempting to call function 'getClassName'
base/server/scripts/allGameScripts.cs (22560): Unable to find object: '69745' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22574): Unable to find object: '69745' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22583): Unable to find object: '69745' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22587): Unable to find object: '69745' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22592): Unable to find object: '69745' attempting to call function 'getType'
base/server/scripts/allGameScripts.cs (22605): Unable to find object: '69745' attempting to call function 'getGroup'

This huge segment then goes on repeating itself rapidly. I have no idea what could be causing it, as everything in the server seems to be working just fine.

Do you have any mods that use short schedules to repeadly call a function? Disable your addons one by one, then post the one it stops with here.