Mega-Happy-Sprite by SigFLUP | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 56% |
|||||||
alltime top: #26433 |
|
|||||||
|
||||||||
added on the 2009-05-29 06:37:52 by sigflup |
popularity helper
comments
After fixing that it doesn't work either, it switches to 640x480, displays black screen and freezes.
I'm running 64-bit Ubuntu 9.04, standard configuration afaik
backtrace:
#0 0x00007f412a1376de in ?? () from /lib/libc.so.6
#1 0x00007f412a0c1025 in ?? () from /lib/libc.so.6
#2 0x00007f412a0bd26b in free () from /lib/libc.so.6
#3 0x00007f412a5e1a80 in SDL_SetTimer () from /usr/lib/libSDL-1.2.so.0
#4 0x00007f412a5e1d3d in ?? () from /usr/lib/libSDL-1.2.so.0
#5 0x00007f412a5d88e5 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#6 0x00007f412a5d893e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#7 0x00007f412a5d91df in ?? () from /usr/lib/libSDL-1.2.so.0
#8 <signal handler called>
#9 0x00007f412a0be0f2 in ?? () from /lib/libc.so.6
#10 0x00007f412a0bf828 in malloc () from /lib/libc.so.6
#11 0x0000000000416b2c in new_obj ()
#12 0x000000000041e8c3 in new_menu ()
#13 0x0000000000403117 in setup_windows (flags=<value optimized out>) at mega.c:410
#14 0x0000000000405161 in main (argc=1, argv=0x7fff32a86e38) at mega.c:897
(gdb)
backtrace:
#0 0x00007f412a1376de in ?? () from /lib/libc.so.6
#1 0x00007f412a0c1025 in ?? () from /lib/libc.so.6
#2 0x00007f412a0bd26b in free () from /lib/libc.so.6
#3 0x00007f412a5e1a80 in SDL_SetTimer () from /usr/lib/libSDL-1.2.so.0
#4 0x00007f412a5e1d3d in ?? () from /usr/lib/libSDL-1.2.so.0
#5 0x00007f412a5d88e5 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#6 0x00007f412a5d893e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#7 0x00007f412a5d91df in ?? () from /usr/lib/libSDL-1.2.so.0
#8 <signal handler called>
#9 0x00007f412a0be0f2 in ?? () from /lib/libc.so.6
#10 0x00007f412a0bf828 in malloc () from /lib/libc.so.6
#11 0x0000000000416b2c in new_obj ()
#12 0x000000000041e8c3 in new_menu ()
#13 0x0000000000403117 in setup_windows (flags=<value optimized out>) at mega.c:410
#14 0x0000000000405161 in main (argc=1, argv=0x7fff32a86e38) at mega.c:897
(gdb)
for the platform
Ok, now it works, but it would be definitely nice to have native 64bit binary.
Also i had to add -m32 and -L/usr/lib32 to the final linking command
Also i had to add -m32 and -L/usr/lib32 to the final linking command
sigflup: do you even need a 64-bit machine for providing a 64-bit binary? GCC can cross-compile between architectures, FTW!
For software rendering, gdi32 is as fast as vesa/bank/mode 'x'vga from dos, and ligther as raster than sdl shits.
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !
In function ‘open’,
inlined from ‘load_save_bottom’ at bottom.c:163:
/usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments
In function ‘open’,
inlined from ‘load_save_bottom’ at bottom.c:182:
/usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments
make: *** [bottom.o] Error 1