[RC3] Crash at The Mouth

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
nital
Yeek
Posts: 13
Joined: Tue Dec 25, 2012 12:29 am

[RC3] Crash at The Mouth

#1 Post by nital »

Here is a screenshot of the situation. Freshly created dwarf bulwark descended into The Deep Bellow, fought her way through to The Mouth and... couldn't even type something in description and press "send" with the crash because the error dialogs were reappearing too fast.

supermini
Uruivellas
Posts: 800
Joined: Tue May 15, 2012 11:44 pm

Re: [RC3] Crash at The Mouth

#2 Post by supermini »

I can confirm this.

Code: Select all

[LOG]	The Mouth uses Gift of Amakthel.
Loading tile	npc/horror_corrupted_slimy_crawler.png
[LOG]	The Mouth spawns a slimy crawler!
[LOG]	
[LOG]	The Mouth uses Call of Amakthel.
[PULL] from	5	5	towards	9	9	over	1
[PULL] try	6	13	0
[PULL] ok pulled to	6	13	::
[LOG]	Once More, With Feeling is pulled in!
[LOG]	
Lua Error: /mod/class/NPC.lua:171: attempt to index field 'target_last_seen' (a number value)
	At [C]:-1 __index
	At /mod/class/NPC.lua:171 
	At [C]:-1 calc_default_fov
	At /engine/interface/ActorFOV.lua:71 computeFOV
	At /mod/class/NPC.lua:79 doFOV
	At /mod/class/NPC.lua:57 act
	At /engine/GameEnergyBased.lua:131 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:46 tick
	At /mod/class/Game.lua:1036 
 ----------------  Stack Dump ----------------
2: table // 12c5e58
1: table // 12c5e58
--------------- Stack Dump Finished ---------------
Lua Error: /mod/class/NPC.lua:171: attempt to index field 'target_last_seen' (a number value)
	At [C]:-1 __index
	At /mod/class/NPC.lua:171 
	At [C]:-1 calc_default_fov
	At /engine/interface/ActorFOV.lua:71 computeFOV
	At /mod/class/NPC.lua:79 doFOV
	At /mod/class/NPC.lua:57 act
	At /engine/GameEnergyBased.lua:131 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:46 tick
	At /mod/class/Game.lua:1036 
 ----------------  Stack Dump ----------------
2: table // 12c5e58
1: table // 12c5e58
<darkgod> all this fine balancing talk is boring
<darkgod> brb buffing boulder throwers

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

Re: [RC3] Crash at The Mouth

#3 Post by darkgod »

fixed
[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 ;)

Valkyrie
Posts: 1
Joined: Wed Dec 26, 2012 7:11 pm

Re: [RC3] Crash at The Mouth

#4 Post by Valkyrie »

Hmm. I have the same problem with RC3.

Code: Select all

Lua Error: /mod/class/NPC.lua:171: attempt to index field 'target_last_seen' (a number value)
	At [C]:-1 __index
	At /mod/class/NPC.lua:171 
	At [C]:-1 calc_default_fov
	At /engine/interface/ActorFOV.lua:71 computeFOV
	At /mod/class/NPC.lua:79 doFOV
	At /mod/class/NPC.lua:57 act
	At /engine/GameEnergyBased.lua:131 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:46 tick
	At /mod/class/Game.lua:1036 
 ----------------  Stack Dump ----------------
2: table // 2905e18
1: table // 2905e18

Post Reply