Crash - Stepped on a trap

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Crash - Stepped on a trap

#1 Post by Canderel »

[LOG] Leoric slides on a rock!
checkHit 21 9.5
=> chance to hit 83.243845991561
[LOG] Leoric is stunned!
addTmpVal stunned 1 :=: 7 27
[LOG] Leoric is not stunned anymore.
removeTempVal stunned 1 :=: 27
delTmpVal stunned 1
Dunno if it's possible, but can the STERR.txt give a bit more info, or STOUT... it just seems it never/almost never has the actual crash reason in there. Leoric is a Skeleton Archer.

btw. Skeleton archers (the monsters) are tough for a reason. Wow skeletons make awesome archers.

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

Re: Crash - Stepped on a trap

#2 Post by darkgod »

It would need to be run under gdb :<
[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 ;)

Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Re: Crash - Stepped on a trap

#3 Post by Canderel »

Code: Select all

[LOG]	Leoric uses Ammo Creation.
USING	table: 03A6A508	Ammo Creation
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
Filtering	ammo	arrow
[LOG]	You found nothing!
333 frames in 10.021 seconds = 33.2302 FPS
Another crash, which I presume is with the workings of the treasure creation? How would GDB help? How can I get it (for windows)... Maybe a wiki page?

rmeakins
Wayist
Posts: 22
Joined: Thu May 20, 2010 10:40 pm

Re: Crash - Stepped on a trap

#4 Post by rmeakins »

Canderel wrote:Another crash, which I presume is with the workings of the treasure creation? How would GDB help? How can I get it (for windows)... Maybe a wiki page?
Good idea - I created a wiki page with GDB instructions here:
http://doku.t-o-m-e.net/tome4:running_tome_with_gdb

Post Reply