Author Topic: Crash  (Read 1150 times)

I really want to use Nekram's weapons for a TDM but when they are enabled, I always crash. Please help.

Remove Server_SpawnCam


That is not the issue.
You have no idea what the issue is so you also don't know what isn't the issue.

In this case, the last line before the console.log abruptly ended is an error caused by Server_SpawnCam.

You have no idea what the issue is so you also don't know what isn't the issue.

In this case, the last line before the console.log abruptly ended is an error caused by Server_SpawnCam.
I do have an idea because I disabled the addon and it still crashed.

In general its probably best to disable mods that conflict with each other even if they don't cause blockland to crash...

In general its probably best to disable mods that conflict with each other even if they don't cause blockland to crash...
what mods conflict? I dont have any otheer weapons enable

I do have an idea because I disabled the addon and it still crashed.
Okay. Try this:

Disable all add-ons.
Enable only the weapon pack you want to use.
Type trace(1); in your console.
Start the server.

If it crashes, post the console.log. If it doesn't, enable more add-ons one by one until you find the conflicting one.

Can you enter trace(1); in the console before the crash?
I can't seem to find anything that is out of the ordinary.


Okay. Try this:

Disable all add-ons.
Enable only the weapon pack you want to use.
Type trace(1); in your console.
Start the server.

If it crashes, post the console.log. If it doesn't, enable more add-ons one by one until you find the conflicting one.
Dammit Zeblote, you beat me :p

You just don't seem to have brick_pole installed in your addons.
Poleadaptors is trying to forceload it but can't find it
Quote
Loading Add-On: Brick_PoleAdapters (CRC:31938351)
Executing Add-Ons/Brick_PoleAdapters/server.cs.

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

This shouldn't be an issue, but I am just throwing it out there.

IT ONLY CRASHES WHEN I CLICK A BRICK.

IT ONLY CRASHES WHEN I CLICK A BRICK.
nice console.log with trace you posted there