Blockland Forums > Help
Cant find the problem with this console.log
Kqgqn:
Server Ive been on kept crashing, I asked for the console.log and I cant quite see what the problem is.
Blocki:
--- Code: ---
ERROR: getBL_IDfromObject() - "" is not an object
BackTrace: ->RotNormalZombie::onCollision->[ZombieOverwritePackage]Armor::onCollision->[sportBallsPackage]Armor::onCollision->[HEGrenadePackage]Armor::onCollision->[GrenadeBagPackage]Armor::onCollision->[BigAmmoDropPackage]Armor::onCollision->miniGameCstar fishe->getBL_IDFromObject
--- End code ---
And that is there about 1000 times
I wouldn't sa that's normal but ok
Kqgqn:
--- Quote from: Blocki on December 02, 2012, 03:08:06 PM ---
--- Code: ---
ERROR: getBL_IDfromObject() - "" is not an object
BackTrace: ->RotNormalZombie::onCollision->[ZombieOverwritePackage]Armor::onCollision->[sportBallsPackage]Armor::onCollision->[HEGrenadePackage]Armor::onCollision->[GrenadeBagPackage]Armor::onCollision->[BigAmmoDropPackage]Armor::onCollision->miniGameCstar fishe->getBL_IDFromObject
--- End code ---
And that is there about 1000 times
I wouldn't sa that's normal but ok
--- End quote ---
But what is the problem? I can't seem to understand.
Pacnet2012³:
--- Quote from: Kqgqn on December 02, 2012, 04:26:42 PM ---But what is the problem? I can't seem to understand.
--- End quote ---
Gamemode_zombie seems to be trying to use getBL_IDfromObject([objectid]);
But the objectid doesn't exist.
Try deleting Gamemode_zombie to see if it works.
Kqgqn:
--- Quote from: Pacnet2012³ on December 03, 2012, 03:14:43 PM ---Gamemode_zombie seems to be trying to use getBL_IDfromObject([objectid]);
But the objectid doesn't exist.
Try deleting Gamemode_zombie to see if it works.
--- End quote ---
But the server uses gamemode_zombie as one of the main mechanics