Page 1 of 1

Crash while changing Graphic Mode

Posted: Wed Dec 08, 2010 1:39 am
by escargot
It has happened to me a couple of times and now I got it on tape, AHA!

Here goes the GDB log:

Code: Select all

Starting program: D:\Juegos\t-engine4-windows-1.0.0beta15b/t-engine.exe 
[New Thread 3988.0xae4]
[New Thread 3988.0xf0c]
[New Thread 3988.0x830]
[New Thread 3988.0x86c]
[New Thread 3988.0x2c8]
[New Thread 3988.0xca8]
[New Thread 3988.0x234]
[New Thread 3988.0xda8]
[New Thread 3988.0xd34]
[New Thread 3988.0xbb0]
[New Thread 3988.0xa84]
[New Thread 3988.0xfdc]

Program received signal SIGSEGV, Segmentation fault.
0x0049151c in TCOD_noise_simplex (noise=0x6769008, f=0x22f6f0) at src/libtcod_import/noise_c.c:400
400	src/libtcod_import/noise_c.c: No such file or directory.
	in src/libtcod_import/noise_c.c
The program being debugged has been started already.
Start it from the beginning? (y or n) Program not restarted.
A debugging session is active.

	Inferior 1 [process 3988] will be killed.

Quit anyway? (y or n) warning: SuspendThread failed. (winerr 5)
error return ../../gdb-7.2/gdb/windows-nat.c:2208 was 5
error return ../../gdb-7.2/gdb/windows-nat.c:1243 was 31
That happened when I changed from 32x32 Graphical to 32x32 ASCII (no background).
Hope it helps.

Re: Crash while changing Graphic Mode

Posted: Wed Dec 08, 2010 8:38 am
by darkgod
Oh damnit ..
thanks