Author Topic: Duplicator broke  (Read 533 times)

it doesn't work on dedi's. It says bricks are planted but it doesn't plant.

It wouldn't work for me either. I don't know what is wrong.


Code: [Select]
Heedicalking spawned.
base/server/scripts/allGameScripts.cs (20360): Unable to find object: '0' attempting to call function 'onRemove'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->fxDTSBrick::onRemove->fxDTSBrick::onRemove->fxDTSBrick::onRemove
Add-Ons/Tool_Duplicator/server.cs (718): Register object failed for object (null) of class fxDTSBrick.
Add-Ons/Tool_Duplicator/server.cs (719): Unable to find object: '0' attempting to call function 'setTrusted'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (720): Unable to find object: '0' attempting to call function 'plant'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Set::add: Object "0" doesn't exist
Add-Ons/Tool_Duplicator/server.cs (731): Unable to find object: '0' attempting to call function 'getNumDownBricks'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (758): Unable to find object: '0' attempting to call function 'getNumUpBricks'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (785): Unable to find object: '0' attempting to call function 'getNumDownBricks'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (785): Unable to find object: '0' attempting to call function 'getNumUpBricks'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (796): Unable to find object: '0' attempting to call function 'setPrint'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (797): Unable to find object: '0' attempting to call function 'setRayCasting'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (798): Unable to find object: '0' attempting to call function 'setColliding'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (799): Unable to find object: '0' attempting to call function 'setRendering'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (957): Unable to find object: '0' attempting to call function 'contentTypeID'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
base/server/scripts/allGameScripts.cs (20360): Unable to find object: '0' attempting to call function 'onRemove'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->fxDTSBrick::onRemove->fxDTSBrick::onRemove->fxDTSBrick::onRemove
Add-Ons/Tool_Duplicator/server.cs (718): Register object failed for object (null) of class fxDTSBrick.
Add-Ons/Tool_Duplicator/server.cs (719): Unable to find object: '0' attempting to call function 'setTrusted'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Add-Ons/Tool_Duplicator/server.cs (720): Unable to find object: '0' attempting to call function 'plant'
BackTrace: ->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick->ServerCmdPlantBrick
Set::add: Object "0" doesn't exist

Problem could be here.


Running a dedicated server enables all your Add-Ons. Try removing everything except defaults and the Duplicator (or putting them somewhere else) and running it.

You have a lot of bad Add-Ons.

These mods are failed by Add-On CRCs and won't run at all.
Weapon_Slingshot
Weapon_Sgrenade
Weapon_LegendSpells
Weapon_BattleAxe
Vehicle_Missle
Vehicle_Arwing
Vehicle_Airliner
Vehicle_AA
Script_NewDeath
Script_IGSO
script_GreekBots
Script_GetmapListPatch
Projectile_RocketMissile
Event_Vehicle
Props_Heed

These mods don't seem to do anything except add annoying messages to the server that get in the way and occasionally kill you for no reason:
Script_Hunger
Script_CashmodII

These mods of yours seem to be broken:
Props_Heed (Bad Add-On CRC)
Heed_Halberd (Renamed from something else with namecheck.txt left)
Brick_2x2Fail (Renamed from something else with namecheck.txt left)
A_RP (No description.txt)

These Add-Ons are not in the Category_Name format.  Mod-created files should go in the config folder:
downloadRTB
download
camera
CAENY3QL

Running all of these at once will probably cause errors:
Gamemode_TrenchMining
Gamemode_TrenchDigging
GameMode_CityRPG
Script_Zombies_Legend

These AIs may not be up to date with the special projectile damage system added to Gamemode_zombie now:
AI_Pirate
AI_Knight
AI_Archer
Zombie_King
Zombie_Heedpack

Having all of these enabled at once will make your weapon loadouts very confusing:
Weapon_CC_RPG_MK2
Weapon_CC45
Weapon_CC17gmk1
Weapon_CC150s

Having all the weapons, vehicles and player types with special models on your server at once will cause huge downloads for everyone. Try removing the ones you don't need/use often or at least taking them out of the Add-Ons folder if running a dedicated.

Minor notes on some mods:
Script_Copy has been broken for ages and isn't that useful anyway.
Script_NoFunkyShirt is unnecessary since v13 disables changing avatars that often by default now.
Server_VehicleRespawn breaks getting off the skis sometimes.
I have no idea what Test_files is, but it probably shouldn't be on a dedicated.
Script_FireFight breaks death messages, turning Self Deletes into "Fire X Space Guy".

Space Guy has won the help section.