[b31] Crashing on exit to world map

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
CaptainTrips
Wyrmic
Posts: 227
Joined: Thu Mar 10, 2011 9:10 pm

[b31] Crashing on exit to world map

#1 Post by CaptainTrips »

My game is consistently crashing when trying to exit to the world map. This happened a few times throughout this character's life, starting the first time I tried to leave the Sher'Tul Fortress. Usually restarting the game and reloading would allow me to enter the world map without problems, but this time it appears to be consistent. No lua errors; here's what I'm getting from gdb after the crash:

Code: Select all

Starting program: C:\Users\Sandra\Desktop\t-engine4-windows-1.0.0beta31/t-engine.exe 
[New Thread 4556.0x1498]
[New Thread 4556.0x149c]
[New Thread 4556.0x1130]
[New Thread 4556.0x1034]
[New Thread 4556.0xd94]
[New Thread 4556.0xb80]
[New Thread 4556.0x111c]
[New Thread 4556.0x154c]
[New Thread 4556.0x16f4]
[New Thread 4556.0x12f0]
[New Thread 4556.0x3f8]
[New Thread 4556.0x1350]
[New Thread 4556.0x1420]
[New Thread 4556.0x12a8]
[New Thread 4556.0x448]
[New Thread 4556.0x1128]
[New Thread 4556.0x14e0]
[New Thread 4556.0x178c]
[New Thread 4556.0x1214]

Program received signal SIGSEGV, Segmentation fault.
0x004381be in map_to_screen (L=0x1f501c0) at ../src/map.c:1208
1208	../src/map.c: No such file or directory.
	in ../src/map.c

CaptainTrips
Wyrmic
Posts: 227
Joined: Thu Mar 10, 2011 9:10 pm

Re: [b31] Crashing on exit to world map

#2 Post by CaptainTrips »

My newest character in b31 is encountering this problem again. I'm currently in the Ruined Dungeon, and upon trying to exit the game crashes consistently. No lua errors, nothing in stdout; I've attached the game log, and here's the log from gdb:

Code: Select all

Starting program: C:\Users\Sandra\Desktop\t-engine4-windows-1.0.0beta31/t-engine.exe 
[New Thread 5216.0x15f8]
[New Thread 5216.0x17cc]
[New Thread 5216.0xd6c]
[New Thread 5216.0x11a8]
[New Thread 5216.0x11b8]
[New Thread 5216.0xd00]
[New Thread 5216.0x140c]
[New Thread 5216.0x134c]
[New Thread 5216.0x11c8]
[New Thread 5216.0x1010]
[New Thread 5216.0x127c]
[New Thread 5216.0x9b8]
[New Thread 5216.0xfe8]
[New Thread 5216.0x16ec]
[New Thread 5216.0x1574]
[New Thread 5216.0x15a0]
[New Thread 5216.0x4d0]
[New Thread 5216.0x77c]
[New Thread 5216.0x660]

Program received signal SIGSEGV, Segmentation fault.
0x004372e3 in map_to_screen (L=0x1ef01c0) at ../src/map.c:1130
1130	../src/map.c: No such file or directory.
	in ../src/map.c
Attachments
te4_log.rar
(85.81 KiB) Downloaded 93 times

Post Reply