SDL version of AdvanceMenu makes SDL version of MAME hang on Linux
Brought to you by:
amadvance
The SDL version of AdvanceMenu (2.7) makes the SDL version of MAME hang on OpenSUSE 12.3 (kernel 3.7.10 x64). The SDL MAME hangs in ioctl VT_WAITACTIVE, which seems to be waiting for AdvanceMenu to finish with SDL. If I put SDL_Quit() and SQL_Init(SDL_INIT_NOPARACHUTE) around the while(1) "waitpid" in linux/target.c (in target_spawn and target_spawn_redirect) it starts working again.
Hi Chris,
What version of SDL do you have on your system ?
Also, are you running AdvanceMENU from the X graphical environment ? Or in the text interface using the framebuffer ?
Ciao,
Andrea
Hiya:
libSDL-1_2-0-1.2.15-5.4.1.x86_64
libSDL-devel-1.2.15-60.9.x86_64
I'm using from the command line with no X-Windows installed...
Cheers
On Tue, 2014-04-01 at 20:45 +0000, Andrea Mazzoleni wrote:
Related
Bugs: #242
Tried compiling it against libSDL2 and it fails, for example,
SDL_Linked_Version() is not defined, only SDL_GetVersion....
Cheers
On Wed, 2014-04-02 at 08:23 +0000, Chris T wrote:
Related
Bugs: #242