Author Topic: Runtime error On dedicated server  (Read 1514 times)

look over the log file yourself, and do the following:

find any addon that gives an error and disable it.  I would start with the AI_Shark since that seems to be the one spamming your console with errors.

also DELETE these zip files (they are marked as bad addons and will never run)
   Vehicle_Policecar.zip
   Brick_Corners.zip


Brick4x4f_Print is broken - delete it, download the update, or fix it yourself

Loading Add-On: Brick_4x4f_Print (CRC:1315919240)
Add-Ons/Brick_4x4f_Print/server.cs Line: 9 - Syntax error.
>>> Some error context, with ## on sides of error halt:
/ANOTHER 2Second edit... made by AndreZ...

datablock fxDTSBrickData(Brick4x4fprintData : brick2x2fPrintData)

{

^brickFile = "./4x4f_Print.blb";

^category = "Plates";

^subCategory = "Prints";

^uiName = "4x4f_Print";

^iconname = "Add-Ons/Brick_4x4f_Print/4x4f_Print"

}##;##
>>> Error report complete.
ADD-ON "Brick_4x4f_Print" CONTAINS SYNTAX ERRORS


you also have a bunch of duplicate names in your print bricks:
ERROR: Brick datablock "plate1x14x1Data" has the same uiname as "brick1x14x1Data" (1x14) - removing.
.. and bunches more


K thx ill see what i can do

No that didn't work but heres a new console.log

just keep doing the same thing...

whatever addon gives errors, de-activate it.
The "L4B" addons seem to be causing a lot of errors.
You also have something thats duplicating your plate bricks
ERROR: Brick datablock "plate1x14x1Data" has the same uiname as "brick1x14x1Data" (1x14) - removing.

try deactivating the brick plate addons and see if the error goes away.


Also mabye its a good idea to start with ONLY the default addons and see how long your dedicated server runs.

just keep doing the same thing...

whatever addon gives errors, de-activate it.
The "L4B" addons seem to be causing a lot of errors.
You also have something thats duplicating your plate bricks
ERROR: Brick datablock "plate1x14x1Data" has the same uiname as "brick1x14x1Data" (1x14) - removing.

try deactivating the brick plate addons and see if the error goes away.


Also mabye its a good idea to start with ONLY the default addons and see how long your dedicated server runs.


Kay i will do that but not the default addon thing

Kay i will do that but not the default addon thing
well then you may never solve your problem.

the default addons is to check and see if the problem is with your pc, or with your addons.  If it works fine with just the default addons, then you know where to look.
If your server STILL crashes with the default addons, then the problem is with your PC.

well then you may never solve your problem.

the default addons is to check and see if the problem is with your pc, or with your addons.  If it works fine with just the default addons, then you know where to look.
If your server STILL crashes with the default addons, then the problem is with your PC.
k thx ill do that also

Ok i figured out nothing was wrong with my system and the redistrubatle package wasn't required.

Can someone point out some add-ons i should probably disable?