Combat bug, Slash used three times in one turn = Death

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Elkan
Archmage
Posts: 336
Joined: Wed Aug 08, 2007 12:23 pm

Combat bug, Slash used three times in one turn = Death

#1 Post by Elkan »

Massively disappointing bug killed my level 25 solipsist, the only character I'd legitimately got that far through rogue-like difficulty. An elven warrior in the dark crypt used slash, couldn't resolve the damage properly, aborted the attack and then re-tried it until I ran out of health Code below. This followed a string of bugs involving the use of distortion talents I'd had earlier but was able to click past.

Code: Select all

[MIND CRIT %]	30.438953291861
[LOG]	#{bold}#WINDFISH's mind surges with critical power!#{normal}#
[LOG]	WINDFISH attunes to the damage.
[LOG]	WINDFISH is invigorated by the attack!
[LOG]	#UID:3684:0#Poressra the elven corruptor hits Polovea the elven warrior for #ROYAL_BLUE#11 lightning#LAST# damage.
[LOG]	#UID:3684:0#Poressra the elven corruptor hits WINDFISH for #ROYAL_BLUE#0 lightning#LAST# damage.
[LOG]	Polovea the elven warrior uses Slash.
[ATTACK] attacking with	insidious dwarven-steel battleaxe of disruption
[ATTACK] to 	WINDFISH	 :: 	123.29908257118	2	12	21.675	::	2.2149269998201
checkHit	46.266666666667	21.675
=> chance to hit	100
[ATTACK] raw dam	123.29908257118	versus	12	0.3	with APR	2
[ATTACK] after armor	113.29908257118
[ATTACK] after range	147
[PHYS CRIT %]	13.6
[ATTACK] after crit	147
[ATTACK] after mult	325.59426897355
[ATTACK] after inc by type	325.59426897355
[PROJECTOR] starting dam	325.59426897355
[PROJECTOR] after difficulty dam	325.59426897355
[PROJECTOR] res	24.34	0.7566	 on dam	338.61803973249
[PROJECTOR] after resists dam	256.1984088616
[PROJECTOR] after flat damage armor	256.1984088616
[PROJECTOR] final dam	256.1984088616
[Dismissal] 	WINDFISH	 attempting to ignore 	256.1984088616	damage from 	Polovea the elven warrior	using	54.513584912524	mental save.
checkHit	54.513584912524	256.1984088616
=> chance to hit	0
[LOG]	WINDFISH's mind suffers #YELLOW#141 psi#LAST# damage from the attack.
[PROJECTOR] starting dam	3
[PROJECTOR] after difficulty dam	3
[PROJECTOR] res	65.08	0.3492	 on dam	3.12
[PROJECTOR] after resists dam	1.089504
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	WINDFISH is invigorated by the attack!
[LOG]	WINDFISH is poisoned!
[PROJECTOR] starting dam	12
[PROJECTOR] after difficulty dam	12
[PROJECTOR] res	17.55	0.8245	 on dam	12.48
[PROJECTOR] after resists dam	10.28976
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	WINDFISH is invigorated by the attack!
[PROJECTOR] starting dam	11
[PROJECTOR] after difficulty dam	11
[PROJECTOR] res	30.16	0.6984	 on dam	11.44
[PROJECTOR] after resists dam	7.989696
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	#{bold}#WINDFISH's mind surges with critical power!#{normal}#
[LOG]	WINDFISH is invigorated by the attack!
stack traceback:
	[C]: in function 'error'
	/engine/interface/ActorTalents.lua:151: in function </engine/interface/ActorTalents.lua:134>
Lua Error: /engine/interface/ActorTalents.lua:173: /engine/interface/ActorTalents.lua:151: /data/damage_types.lua:1459: attempt to index local 'dam' (a number value)
stack traceback:
	/data/damage_types.lua:1459: in function 'projector'
	/mod/class/interface/Combat.lua:638: in function 'attackTargetWith'
	/mod/class/interface/Combat.lua:156: in function 'attackTarget'
	/data/talents/cursed/slaughter.lua:49: in function </data/talents/cursed/slaughter.lua:42>
	[C]: in function 'xpcall'
	/engine/interface/ActorTalents.lua:146: in function </engine/interface/ActorTalents.lua:134>
	At [C]:-1 
	At [C]:-1 error
	At /engine/interface/ActorTalents.lua:173 useTalent
	At /mod/ai//tactical.lua:366 runAI
	At /mod/ai//tactical.lua:392 doAI
	At /mod/class/NPC.lua:61 act
	At /engine/GameEnergyBased.lua:126 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:46 tick
	At /mod/class/Game.lua:1054 
 ----------------  Stack Dump ----------------
2: table // 2d45f38
1: table // 2d45f38
--------------- Stack Dump Finished ---------------
Loading tile	effects/insidious_poison.png
[HEALING]	1682	WINDFISH	for	5.4915997352165
[PROJECTOR] starting dam	26.76
[PROJECTOR] after difficulty dam	26.76
[PROJECTOR] res	52.907790229479	0.47092209770521	 on dam	27.8304
[PROJECTOR] after resists dam	13.105950347975
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	#{bold}#WINDFISH's mind surges with critical power!#{normal}#
[LOG]	WINDFISH is invigorated by the attack!
[PROJECTOR] starting dam	3
[PROJECTOR] after difficulty dam	3
[PROJECTOR] res	65.08	0.3492	 on dam	3.12
[PROJECTOR] after resists dam	1.089504
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	#{bold}#WINDFISH's mind surges with critical power!#{normal}#
[LOG]	WINDFISH is invigorated by the attack!
[LOG]	Polovea the elven warrior uses Slash.
[ATTACK] attacking with	insidious dwarven-steel battleaxe of disruption
[ATTACK] to 	WINDFISH	 :: 	123.29908257118	2	12	21.675	::	2.2149269998201
checkHit	46.266666666667	21.675
=> chance to hit	100
[ATTACK] raw dam	123.29908257118	versus	12	0.3	with APR	2
[ATTACK] after armor	113.29908257118
[ATTACK] after range	124
[PHYS CRIT %]	13.6
[ATTACK] after crit	124
[ATTACK] after mult	274.65094797769
[ATTACK] after inc by type	274.65094797769
[PROJECTOR] starting dam	274.65094797769
[PROJECTOR] after difficulty dam	274.65094797769
[PROJECTOR] res	24.34	0.7566	 on dam	285.63698589679
[PROJECTOR] after resists dam	216.11294352951
[PROJECTOR] after flat damage armor	216.11294352951
[PROJECTOR] final dam	216.11294352951
[Dismissal] 	WINDFISH	 attempting to ignore 	216.11294352951	damage from 	Polovea the elven warrior	using	54.513584912524	mental save.
checkHit	54.513584912524	216.11294352951
=> chance to hit	0
[LOG]	WINDFISH's mind suffers #YELLOW#119 psi#LAST# damage from the attack.
[PROJECTOR] starting dam	3
[PROJECTOR] after difficulty dam	3
[PROJECTOR] res	70	0.3	 on dam	3.12
[PROJECTOR] after resists dam	0.936
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	#{bold}#WINDFISH's mind surges with critical power!#{normal}#
[LOG]	WINDFISH is invigorated by the attack!
[PROJECTOR] starting dam	12
[PROJECTOR] after difficulty dam	12
[PROJECTOR] res	17.55	0.8245	 on dam	12.48
[PROJECTOR] after resists dam	10.28976
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	WINDFISH is invigorated by the attack!
[PROJECTOR] starting dam	11
[PROJECTOR] after difficulty dam	11
[PROJECTOR] res	30.16	0.6984	 on dam	11.44
[PROJECTOR] after resists dam	7.989696
[PROJECTOR] after flat damage armor	0
[PROJECTOR] final dam	0
[MIND CRIT %]	30.438953291861
[LOG]	WINDFISH is invigorated by the attack!
stack traceback:
	[C]: in function 'error'
	/engine/interface/ActorTalents.lua:151: in function </engine/interface/ActorTalents.lua:134>
Lua Error: /engine/interface/ActorTalents.lua:173: /engine/interface/ActorTalents.lua:151: /data/damage_types.lua:1459: attempt to index local 'dam' (a number value)
stack traceback:
	/data/damage_types.lua:1459: in function 'projector'
	/mod/class/interface/Combat.lua:638: in function 'attackTargetWith'
	/mod/class/interface/Combat.lua:156: in function 'attackTarget'
	/data/talents/cursed/slaughter.lua:49: in function </data/talents/cursed/slaughter.lua:42>
	[C]: in function 'xpcall'
	/engine/interface/ActorTalents.lua:146: in function </engine/interface/ActorTalents.lua:134>
	At [C]:-1 
	At [C]:-1 error
	At /engine/interface/ActorTalents.lua:173 useTalent
	At /mod/ai//tactical.lua:366 runAI
	At /mod/ai//tactical.lua:392 doAI
	At /mod/class/NPC.lua:61 act
	At /engine/GameEnergyBased.lua:126 tickLevel
	At /engine/GameEnergyBased.lua:62 tick
	At /engine/GameTurnBased.lua:46 tick
	At /mod/class/Game.lua:1054 
 ----------------  Stack Dump ----------------
2: table // 2d45f38
1: table // 2d45f38
--------------- Stack Dump Finished ---------------
[LOG]	Polovea the elven warrior uses Slash.
[ATTACK] attacking with	insidious dwarven-steel battleaxe of disruption
[ATTACK] to 	WINDFISH	 :: 	123.29908257118	2	12	21.675	::	2.2149269998201
checkHit	46.266666666667	21.675
=> chance to hit	100
[ATTACK] raw dam	123.29908257118	versus	12	0.3	with APR	2
[ATTACK] after armor	113.29908257118
[ATTACK] after range	165
[PHYS CRIT %]	13.6
[ATTACK] after crit	165
[ATTACK] after mult	365.46295497031
[ATTACK] after inc by type	365.46295497031
[PROJECTOR] starting dam	365.46295497031
[PROJECTOR] after difficulty dam	365.46295497031
[PROJECTOR] res	24.34	0.7566	 on dam	380.08147316912
[PROJECTOR] after resists dam	287.56964259976
[PROJECTOR] after flat damage armor	287.56964259976
[PROJECTOR] final dam	287.56964259976
[Dismissal] 	WINDFISH	 attempting to ignore 	287.56964259976	damage from 	Polovea the elven warrior	using	54.513584912524	mental save.
checkHit	54.513584912524	287.56964259976
=> chance to hit	0
[LOG]	WINDFISH's mind suffers #YELLOW#158 psi#LAST# damage from the attack.
[PROFILE] filtering save of 	deaths	 to profile 	online
[PROFILE] mounted 	online	on /current-profile
[PROFILE] unmounted 	online	from /current-profile
[ONLINE PROFILE] saved character 	78ac641c-2add-41f3-8417-7d8e82858ca2
[PROFILE] filtering save of 	scores	 to profile 	online
[PROFILE] mounted 	online	on /current-profile
[PROFILE] unmounted 	online	from /current-profile
[COROUTINE] registering	savefilepipe	thread: 0x0c81d540
Make wait background texture 6 : 2560x1600 (4096, 2048)
[SAVEFILE PIPE] new save running in the pipe:	WINDFISH	game	::	game.teag	::	table: 0x09c24150	=>	table: 0x0a44e3a0	(1961)
Loading savefile 	/save/WINDFISH/
Save MD5	78ac641c-2add-41f3-8417-7d8e82858ca2	94c04a8926d8e18128a5a6c9521c3eb0	game	game.teag
[ONLINE PROFILE] saved character md5	78ac641c-2add-41f3-8417-7d8e82858ca2	game.teag	94c04a8926d8e18128a5a6c9521c3eb0
[LOG]	Saving done.
Wait finished, counted 357, 357 ticks
[COROUTINE] registering	savefilepipe	thread: 0x0ce23c80
Make wait background texture 1097 : 2560x1600 (4096, 2048)
[SAVEFILE PIPE] new save running in the pipe:		world	::	world.teaw	::	table: 0x09fe2390	=>	table: 0x0ce1e168	(1)
Loading savefile 	/save//
[LOG]	Saving done.
Wait finished, counted 1, 166 ticks
Disabling psiblade	Bloomsoul
Disabling psiblade	Psionic Fury
[ONLINE PROFILE] saved character 	78ac641c-2add-41f3-8417-7d8e82858ca2
[COROUTINE] registering	savefilepipe	thread: 0x0d12dbd8
Make wait background texture 1130 : 2560x1600 (4096, 2048)
[SAVEFILE PIPE] new save running in the pipe:	party	entity	::	78ac641c-2add-41f3-8417-7d8e82858ca2-1.0.3.charball	::	table: 0x0c83f9b8	=>	table: 0x0d03dbe0	(42)
Loading savefile 	/save/party/
[ONLINE PROFILE] saved character charball	78ac641c-2add-41f3-8417-7d8e82858ca2
[LOG]	Saving done.
Wait finished, counted 12, 153 ticks
Saving JSON	true
[LOG]	Saving game...
[ONLINE PROFILE] saved character 	78ac641c-2add-41f3-8417-7d8e82858ca2
[SOUND] loading from	/data/sound/actions/death.ogg	:=:	sound "/data/sound/actions/death.ogg" : <static>
[LOG]	Polovea the elven warrior resists!
[LOG]	#UID:3902:0#Polovea the elven warrior hits WINDFISH for #aaaaaa#116 physical#LAST#, #LIGHT_GREEN#0 nature#LAST#, #GREEN#0 acid#LAST#, #LIGHT_RED#0 fire#LAST#, #LIGHT_RED#0 fire#LAST#, #LIGHT_GREEN#0 nature#LAST#, #aaaaaa#98 physical#LAST#, #LIGHT_GREEN#0 nature#LAST#, #GREEN#0 acid#LAST#, #LIGHT_RED#0 fire#LAST#, #aaaaaa#130 physical#LAST# damage (total 341.95).
[LOG]	#{bold}##UID:3902:0#Polovea the elven warrior killed WINDFISH!#{normal}#
[LOG]	#{bold}#WINDFISH the level 26 yeek solipsist was skewered to death by Polovea the elven warrior on level 4 of Dark crypt.#{normal}#
stack traceback:
[COROUTINE] error	cannot resume dead coroutine
[COROUTINE] dead	savefilepipe
[USERCHAT] channel serial data	Elkan	tome	758
[USERCHAT] channel achievement	forgivenintent	tome	The Arena
[USERCHAT] channel talk	fedorento11	tome	haha, you thought forged plant cannot move!
[USERCHAT] channel serial data	sradac	tome	598
[USERCHAT] channel talk	sradac	tome	mines better
[USERCHAT] channel talk	sebsebeleb	tome	:(
[USERCHAT] channel achievement	strego	tome	Level 10
[USERCHAT] channel achievement	loufion	tome	Reaver
Server latency	24

Post Reply