Author Topic: My server crashes if its on custom on Single Player, LAN, And Internet.  (Read 1419 times)

Completely disable everything and see what happens

yah your still enabling way to many add-ons
you can only have 4095 datablocks at a time
checking through your console log will show you how many datablocks each addon uses

Okay, you have way too many datablocks.
Code: [Select]
:[size=8pt] SimDataBlock::onAdd() - Exceeded maximum number of data blocks (4095)
Add-Ons/Brick_BlackDragonIV_Filler/server.cs (0): Register object failed for object brick2x5x1BrickData of class fxDTSBrickData.
Error: SimDataBlock::onAdd() - Exceeded maximum number of data blocks (4095)
Add-Ons/Brick_BlackDragonIV_Filler/server.cs (0): Register object failed for object brick2x7x1BrickData of class fxDTSBrickData.
Error: SimDataBlock::onAdd() - Exceeded maximum number of data blocks (4095)
[/size]
You have so much datablock errors I can't even post them all because they exceed the maximum blockland forum message length.



Your problem is the tf2 and tsp add-ons.
They add way too many datablocks.
Tier tactical adds a lot too, but I understand that T+T is pretty much needed for any server.
Rpg bows also add a lot.
Modern Weapons add 134.
I added them all together, discluding T+T, and the amount of datablocks already added was 431.
That's some issue.
And that number of datablocks with tier tactical is 556.
And I didn't even include all the tier tactical add-ons.
So my suggestion is remove the tf2, tsp, rpg bows, and modern weapons add-ons, and you should be okay.