Blockland Forums > General Discussion
Taboo's Randomizer Deathmatch - wotf
.::Taboo::.:
Aaaand, online!
.::Taboo::.:
Server mysteriously crashed, time for more exciting debugging adventures.
Lugnut:
--- Quote from: .::Taboo::. on November 02, 2013, 05:31:51 PM ---Server mysteriously crashed, time for more exciting debugging adventures.
--- End quote ---
post console.log
.::Taboo::.:
https://dl.dropboxusercontent.com/s/tw8oo209yngubmk/console_bl-10482-01_20131102205926.log
Lugnut:
--- Code: ---Add-Ons/Item_Energy_Shield/Support_EShields.cs (0): Unable to find object: '0' attempting to call function 'applyBodyColors'
BackTrace: ->dmshield_return
Add-Ons/Item_Energy_Shield/Support_EShields.cs (244): Unable to find object: '0' attempting to call function 'applyBodyParts'
BackTrace: ->dmshield_return
Add-Ons/Item_Energy_Shield/Support_EShields.cs (0): Unable to find object: '0' attempting to call function 'applyBodyColors'
BackTrace: ->dmshield_return
--- End code ---
those are the last three lines
obviously nothing that should've made it die
run it again, if it crashes again, run trace(1) for a second or two, then trace(0), then shutdown, nab console.log, post that one
you probably got stuck in a loop or something idk, trace will show that when it dies again.