[Beta29 - SVN3839]Triggered error

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

[Beta29 - SVN3839]Triggered error

#1 Post by madmonk »

Got this from triggering a trap I assume.

Code: Select all

[LOG]	A bolt of lightning fires onto Bascha!
Lua Error: /engine/Trap.lua:137: attempt to call method 'triggered' (a nil value)
	At [C]:-1 triggered
	At /engine/Trap.lua:137 trigger
	At /engine/Trap.lua:150 check
	At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
	At /engine/Actor.lua:185 move
	At /mod/class/Actor.lua:538 move
	At /mod/class/Player.lua:179 move
	At /engine/interface/PlayerRun.lua:137 runStep
	At /mod/class/Player.lua:234 act
	At /engine/GameEnergyBased.lua:118 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:44 tick
	At /mod/class/Game.lua:778 
 ----------------  Stack Dump ----------------
2: table // b5715de8
1: table // b5715de8
--------------- Stack Dump Finished ---------------
Game recovered and carried on.
Regards

Jon.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [Beta29 - SVN3839]Triggered error

#2 Post by darkgod »

Did you copy the savefile from a computer to an other, or at least save & reload before that happened ?
Did you compile it yourself ? using luajit2 or the default vm ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: [Beta29 - SVN3839]Triggered error

#3 Post by madmonk »

I compiled myself, posted about compiling under luajit so looking at that too.

This was an existing previous save game (SVN 3828), loaded OK and got this...
Regards

Jon.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [Beta29 - SVN3839]Triggered error

#4 Post by darkgod »

Ah yes switching VMs and loading savefiles *will* break
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply