[FIXED] Can't even seem to open the program...

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
Pauan
Novice
Novice
Posts: 236
Joined: 15 Aug 2006, 07:28
Contact:

[FIXED] Can't even seem to open the program...

Post by Pauan »

I just finished updating the SVN and remaking TMW. Upon opening the program, I was greeted with this lovely segfault:

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220249936 (LWP 13804)]
0xb7dd8aae in SDL_SetAlpha () from /usr/lib/libSDL-1.2.so.0
(gdb) bt
#0  0xb7dd8aae in SDL_SetAlpha () from /usr/lib/libSDL-1.2.so.0
#1  0x080fd216 in init_engine (options=@0xbfd82f68) at main.cpp:261
#2  0x080fdd6a in main (argc=1, argv=0xbfd830e4) at main.cpp:564
I apparently can't even open it anymore. Is there a new update on some dependency I missed? Sure seems like it.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Thanks for reporting this problem. It was because it failed to load the icon, so I have now added a check to make sure it won't crash.
Post Reply