Page 1 of 1

[RC2] Gravestones in cemetery by Last Hope give Lua errors

Posted: Sat Dec 22, 2012 5:12 pm
by greycat
All the gravestones in cemetery by Last Hope give Lua errors. I reported two in-game.

Code: Select all

Lua Error: /data/zones/last-hope-graveyard/grids.lua:58: attempt to call method 'learnLore' (a nil value)
        At [C]:-1 learnLore
        At /data/zones/last-hope-graveyard/grids.lua:58 check
        At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
        At /engine/Actor.lua:184 move
        At /mod/class/Actor.lua:974 move
        At /mod/class/Player.lua:240 moveDir
        At /mod/class/Game.lua:1317 
        At /engine/KeyBind.lua:224 
Lua Error: /data/zones/last-hope-graveyard/grids.lua:58: attempt to call method 'learnLore' (a nil value)
        At [C]:-1 learnLore
        At /data/zones/last-hope-graveyard/grids.lua:58 check
        At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
        At /engine/Actor.lua:184 move
        At /mod/class/Actor.lua:974 move
        At /mod/class/Player.lua:240 moveDir
        At /mod/class/Game.lua:1315 
        At /engine/KeyBind.lua:224 

Re: [RC2] Gravestones in cemetery by Last Hope give Lua erro

Posted: Sat Dec 22, 2012 11:35 pm
by darkgod
Ahh frell .. grep failed me ! :<

Re: [RC2] Gravestones in cemetery by Last Hope give Lua erro

Posted: Tue Dec 25, 2012 12:40 pm
by omeg
Just had this, but in my case it was infinitely repeating forcing me to kill the process. Might want to implement some sort of safeguard to prevent that.