error with SDL!

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
flipe
Peon
Peon
Posts: 32
Joined: 18 Oct 2005, 05:16

error with SDL!

Post by flipe »

I try play tmw-0.18.1 in a debian box, and I get this error with SDL, what is the problema?

I have last version of all dependecies!

thanks!
gdb tmw
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/tmw
[Thread debugging using libthread_db enabled]
[New Thread 1085868032 (LWP 7052)]
The Mana World v0.0.18.1

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1085868032 (LWP 7052)]
0x00000000 in ?? ()
(gdb) gd
Undefined command: "gd". Try "help".
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x4028aea2 in SDL_KeyboardInit () at SDL_keyboard.c:77
#2 0x40289dd1 in SDL_StartEventLoop (flags=0) at SDL_events.c:232
#3 0x4026d4d6 in SDL_VideoInit (driver_name=0x0, flags=0) at SDL_video.c:274
#4 0x40242fdf in SDL_InitSubSystem (flags=33) at SDL.c:74
#5 0x402430b2 in SDL_Init (flags=33) at SDL.c:166
#6 0x080e0bb3 in init_engine () at main.cpp:126
#7 0x080e3597 in main (argc=1, argv=0xbffff734) at main.cpp:394
(gdb) quit
The program is running. Exit anyway? (y or n) y
Post Reply