Author Topic: Server crash on startup  (Read 754 times)

my server loads fine, until it gets halfway though add-ons, or starts loading music. here is the console log. If you need any more info, let me know.

you can't edit in help?
This seems kinda out of the ordinary, it was at the end of the console.log when it crashed.
Code: [Select]
base/server/scripts/game.cs (321): Unable to find function echo
base/server/scripts/game.cs (322): Unable to find function echo
base/server/scripts/game.cs (323): Unable to find function echo
base/server/scripts/game.cs (324): Unable to find function echo
base/server/scripts/game.cs (325): Unable to find function echo
base/server/scripts/game.cs (326): Unable to find function echo
base/server/scripts/game.cs (327): Unable to find function echo
base/server/scripts/game.cs (328): Unable to find function echo
base/server/scripts/game.cs (329): Unable to find function echo
base/server/scripts/allGameScripts.cs (30705): Unable to find function deleteVariables
base/server/scripts/allGameScripts.cs (4599): Unable to find function eval
base/server/scripts/allGameScripts.cs (4631): Unable to find function eval
base/server/scripts/allGameScripts.cs (4648): Unable to find function eval
base/server/mainServer.cs (1791): Unable to find function echo
base/server/mainServer.cs (1792): Unable to find function echo

lolwhat
that's impressive
what if you disable all addons?
what if you start with a clean install?

Code: [Select]
Loading Add-On: Ai_Shark (CRC:-2061534083)
Executing Add-Ons/Ai_Shark/server.cs.

ERROR: ForceRequiredAddOn() - "Gamemode_zombie" is not a valid add-on
BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->onServerCreated->loadAddOns->ForceRequiredAddOn


ERROR: Gamemode_Zombie - required add-on Gamemode_Zombie not found
BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->onServerCreated->loadAddOns

0 datablocks added.

Loading Add-On: Ai_national socialist (CRC:-661796955)
Executing Add-Ons/Ai_national socialist/server.cs.

ERROR: ForceRequiredAddOn() - "Gamemode_zombie" is not a valid add-on
BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->onServerCreated->loadAddOns->ForceRequiredAddOn

Add-Ons/Ai_national socialist/server.cs (0): Unable to find function error
0 datablocks added.
also try disabling these, the Ai_national socialist and Ai_Shark
I don't think they'll work anymore, since they used the old gamemode_zombie

what if you disable all addons?
I've tried that, it still crashes.
what if you start with a clean install?
Every time I insert either Gamemode_Slayer (or any other variant) it crashes, as well as with System_ReturnToBlockland.
also try disabling these, the Ai_national socialist and Ai_Shark
I don't think they'll work anymore, since they used the old gamemode_zombie
I did and nothing changed.

Hmm, try a clean install of BL via re-installing, there might be a problem with some core files.

Hmm, try a clean install of BL via re-installing, there might be a problem with some core files.
I did this and it helped. Thank you.