Forums » General

Infiturbo causes crash on death

Dec 30, 2008 Liath link
Does this quite often... been bitching that it was the game engine (thought it was, cause I didn't know to check for an error log :P now I know better)

So yeah, sorry devs if I've been bitching about engine and shit... its not you!! lol

shoudln't the game be able to recover from a plugin error though? just curious... maybe shoudl be run in its own little space :P

[12/30/08 05:16:24] *SMV Messaris destroyed Liath
sent plugins/infiturbo/main.lua:15: attempt to compare number with nil
stack traceback:
plugins/infiturbo/main.lua:15: in function <plugins/infiturbo/main.lua:12>
sent plugins/infiturbo/main.lua:15: attempt to compare number with nil
stack traceback:
plugins/infiturbo/main.lua:15: in function <plugins/infiturbo/main.lua:12>
plugins/infiturbo/main.lua:15: attempt to compare number with nil
stack traceback:
plugins/infiturbo/main.lua:15: in function <plugins/infiturbo/main.lua:12>
plugins/infiturbo/main.lua:15: attempt to compare number with nil
stack traceback:
plugins/infiturbo/main.lua:15: in function <plugins/infiturbo/main.lua:12>[12/30/08 05:16:31] (group) *IDV Kora destroyed *Bamon Romu
Dec 30, 2008 JestatisBess link
LOL same thing happens to me :) but you should report it here:
http://www.vendetta-online.com/x/msgboard/9/18931

its player created so its not the devs fault. And any other real bugs should be reported in the bugs fourm

tj
Dec 30, 2008 slime73 link
I haven't tested this myself, but try changing this:
local energy = GetActiveShipEnergy()
to this:
local energy = GetActiveShipEnergy() or 0