Blockland Forums > Help
Blockland crashes when I try to load my space station save
Planr:
bump
Kevune:
I realize and already stated I'm not an expert, but I was going from experience. I got a build from a friend once and couldn't load it without disabling that box, so I figured it was a measure against build stealing. I saw the topic title and it seemed like the same problem I got, so I offered the solution I found
Planr:
This is still happening. How can I stop it? D:
zmaster:
--- Code: --- Object (199993) fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> fxDTSBrick -> SceneObject -> NetObject -> SimObject -> SimObject
base/server/scripts/allGameScripts.cs (20468): Unknown command onTrustCheckFinished.
Object fpCandyItem(2885) fpCandyItem -> Weapon -> ItemData -> ItemData -> ItemData -> ShapeBaseData -> GameBaseData -> SimDataBlock -> SimObject -> SimObject
base/server/scripts/allGameScripts.cs (20427): Unknown command onLoadPlant.
--- End code ---
I dont think those commands even exist onLoadPlant should be onPlant
try disabling:
Item_LLFoodPack
Item_IceCreamCup
Item_Icecreamcone
Item_CookedSteak
Item_Cheeseburger
Item_Baguette
Item_Pork
Item_SodaCan
They are generating some nasty errors
Who ever created these PLEASE make sure your add-on does not generate these kinds of errors.
EX
--- Code: ---ParticleEmitterData(SodaCanEmitter) unable to find particle datablock: SodaCandrinkParticle
ParticleEmitterData(SodaCanEmitter) unable to find any particle datablocks
Add-Ons/Item_SodaCan/Item_SodaCan.cs (0): Register object failed for object SodaCanEmitter of class ParticleEmitterData.
--- End code ---
Planr:
Thanks, it worked! :D