I am repeatedly experiencing crashes: Segmentation fault (core dumped).
They only happen when I'm using autoexplore, only in certain dungeons (so far first level of Maze, level 1 and 4 of Halfling ruins). Also happened in 1.2.0 (char is imported). The moment of crash isn't constant, so I can play by saving often. My previous character in 1.2.0 completed both those dungeons with no issues.
Log attached.
[1.2.1] Segmentation fault
Moderator: Moderator
[1.2.1] Segmentation fault
- Attachments
-
- log.txt
- (188.31 KiB) Downloaded 108 times
Re: [1.2.1] Segmentation fault
You're on linux, do you have by any chances gdb installed ?
[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
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: [1.2.1] Segmentation fault
Yes.
Code: Select all
GNU gdb (GDB) 7.6.1-ubuntu
Re: [1.2.1] Segmentation fault
Groovy, please run the game with gdb like that:
Play until crash
When it does in the gdb prompt :
and show me the result
Code: Select all
cd /wherever/is/tome
gdb t-engine
run
When it does in the gdb prompt :
Code: Select all
bt
[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
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: [1.2.1] Segmentation fault
Here you go:
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe5ca5700 (LWP 24806)]
0x000000000049c311 in ?? ()
(gdb) bt
#0 0x000000000049c311 in ?? ()
#1 0x0000000000484060 in ?? ()
#2 0x000000000040c399 in ?? ()
#3 0x000000000040dcfa in ?? ()
#4 0x00007ffff76397ed in SDL_RunThread (data=0x1ed41f0)
at /opt/SDL2-2.0.3/src/thread/SDL_thread.c:282
#5 0x00007ffff7695249 in RunThread (data=<optimized out>)
at /opt/SDL2-2.0.3/src/thread/pthread/SDL_systhread.c:72
#6 0x00007ffff6432f6e in start_thread (arg=0x7fffe5ca5700)
at pthread_create.c:311
#7 0x00007ffff5f479cd in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
Re: [1.2.1] Segmentation fault
Same problem here on my Mac. Log and traceback attached.
- Attachments
-
- crash.zip
- (27.44 KiB) Downloaded 114 times
Re: [1.2.1] Segmentation fault
Looks like it's fixed.