View previous topic :: View next topic |
Author |
Message |
pizza-rat Tux's lil' helper
Joined: 23 Dec 2022 Posts: 81
|
Posted: Fri Apr 07, 2023 4:02 am Post subject: advancemame? |
|
|
Was trying to get MAME set up on gentoo today, and I noticed the official mame linux client isn't in the main repos but "advancemame" is. So I thought I'd try it instead, but when I try to load a game, ie:
it just spits errors:
Code: | AdvanceMAME - Copyright (C) 1999-2018 by Andrea Mazzoleni
MAME - Copyright (C) 1997-2003 by Nicola Salmoria and the MAME Team
*** stack smashing detected ***: terminated
Signal SIGABRT[fffffffah], from code at (nil)
Compiled Apr 7 2023, 15:55:15
Stack backtrace:
[(nil)]
advmame(+0x76da2b) [0x5650ab34ea2b]
/lib64/libc.so.6(+0x38340) [0x7fb6b4b78340]
/lib64/libc.so.6(+0x887cc) [0x7fb6b4bc87cc]
/lib64/libc.so.6(gsignal+0x12) [0x7fb6b4b78292]
/lib64/libc.so.6(abort+0xd3) [0x7fb6b4b62472]
/lib64/libc.so.6(+0x7c548) [0x7fb6b4bbc548]
/lib64/libc.so.6(__fortify_fail+0x22) [0x7fb6b4c578f2]
/lib64/libc.so.6(__fortify_fail+0) [0x7fb6b4c578d0]
advmame(+0x77b7c5) [0x5650ab35c7c5]
advmame(+0x778428) [0x5650ab359428]
advmame(+0x8c5481) [0x5650ab4a6481]
advmame(+0x79ad05) [0x5650ab37bd05]
advmame(+0x77cc1d) [0x5650ab35dc1d]
advmame(main+0x10a) [0x5650ab34c6fa]
/lib64/libc.so.6(+0x232ca) [0x7fb6b4b632ca]
/lib64/libc.so.6(__libc_start_main+0x85) [0x7fb6b4b63385]
advmame(+0x76b751) [0x5650ab34c751]
|
Any ideas what's happening here? Advancemame itself doesn't seem to have had a new release since 2018. Should I just bite the bullet and wine the windows build of mame or, alternatively, suffer retroarch's horseshit? There's an ebuild for sdlmame in one of the unofficial overlays but I'd rather avoid installing anything from outside official repos where possible. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54638 Location: 56N 3W
|
Posted: Fri Apr 07, 2023 7:26 am Post subject: |
|
|
pizza-rat,
Have a look here _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22853
|
Posted: Fri Apr 07, 2023 2:48 pm Post subject: Re: advancemame? |
|
|
pizza-rat wrote: | Code: | *** stack smashing detected ***: terminated
Signal SIGABRT[fffffffah], from code at (nil) |
| This is a bug in advancemame. It needs to be fixed before you can continue. As a first step, consider rebuilding with symbols so we can determine where in the program the bug occurs. |
|
Back to top |
|
|
pizza-rat Tux's lil' helper
Joined: 23 Dec 2022 Posts: 81
|
Posted: Fri Apr 07, 2023 8:14 pm Post subject: |
|
|
Thanks both, in the end I decided to compile MAME's linux build myself locally (hoo boy did that take a while, too). |
|
Back to top |
|
|
|