Author Topic: crash when the server hits the master server.  (Read 550 times)

i recently tried to host a server and blockland.exe kept crashing.
i can't host anymore.

have you tried without addons?

also, has anything changed since you were last able to host?
ie new internet/addons/computer/anything?

might as well start off by stating the obvious: actually look at what addons you're executing and disable things you don't use.

stuff like this:
- disable Ai_national socialist, it's looking for Gamemode_zombie, which you don't have
- disable Event_DamageCreep, it's looking for Gamemode_Creeper, which you don't have
- disable Event_Parachute, it's looking for Item_Parachute, which you don't have
- disable Event_ZapkSound, it's trying to use another addon that was CRC'd for injection vulnerabilities and probably doesn't even work right now
- disable your gamemode addons, you have Gamemode_Speedkart, and Gamemode_Rampage attempting to load (Rampage manages to stop itself, but disable it anyways)
- if you're not running a dedicated server, Script_Eval is pretty much useless
- disable Vehicle_Luton_Van, it's looking for Support_Interactive_Vehicle, which you don't have

if that doesn't fix things, disable the addons you most recently enabled/downloaded

If nothing above works remove any client mods that could be affecting, below are possibles of game breaking add-ons.

Remove these:
Client_RealisticSpace
System_BlocklandRevised (Same as System_ReturnToBlockland, just remove it)
Script_AddOnFavorites
(Maybe) Client_Themes

If that doesn't work remove this:
System_ReturnToBlockland

also i didn't mention that when i join a server the game crashes when i'm about to spawn.

- disable Ai_national socialist, it's looking for Gamemode_zombie, which you don't have
- disable Event_DamageCreep, it's looking for Gamemode_Creeper, which you don't have
- disable Event_Parachute, it's looking for Item_Parachute, which you don't have
- disable Event_ZapkSound, it's trying to use another addon that was CRC'd for injection vulnerabilities and probably doesn't even work right now
- disable your gamemode addons, you have Gamemode_Speedkart, and Gamemode_Rampage attempting to load (Rampage manages to stop itself, but disable it anyways)
- if you're not running a dedicated server, Script_Eval is pretty much useless
- disable Vehicle_Luton_Van, it's looking for Support_Interactive_Vehicle, which you don't have

that actually worked for hosting, thanks