-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Linux installation not running sdlmame #1
Comments
Hi, did you received my message ? |
Options have specified location of sdlmame binary to /usr/lib/sdlmame/sdlmame, and I have a couple roms installed. I have the path for the roms and samples. Also, I checked the option to let it use 'default options' and many more options opened up, but restarting, pressing the 'refresh' button, it says it audits the games, but then nothing shows up still. sdlmame is 0.170. |
/usr/lib/sdlmame/sdlmame is very old ? what is the version ? if is >= mame-0.163 , it needs a fix , like I wrote in email that I send to you. |
I had to edit to include the version. I am re-reading the link, thanks. |
Okay, I found a contribution of 0.171 to Arch Linux in AUR and updated. The problem persists, but now I get the following error after I try to build the game list:
|
sdlmame is 0.170. we need copy some code from These is the commits that I have saved to analise : https://git.gnome.org/browse/gnome-video-arcade/commit/?id=9dfb0f7d1f5fc8cc4a9b52df28e1c4d8ad556b7e Gmameui stopped to work in version 0.163, and I hadn't time to fix it yet ... , update sdlmame will not fix it either, we need do some code before. |
I agree. I think game_list.c will need the most work. |
I have identified a few functions that maybe key here. I am not a great programmer, so I am not sure how this will need to be done. from src/game_list.c:
} gboolean mame_gamelist_save (MameGamelist *gl) {
GMAMEUI_DEBUG ("Saving gamelist... done"); I could see changing the 'gamename' variable to 'machinename' but it would cascade to elsewhere. |
Compilation works just fine, gmameui starts, but even after configuring it does not work.
% file /usr/lib/sdlmame/sdlmame /usr/lib/sdlmame/sdlmame: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=1c568ea445136897ea8e9bfd3d66b9be2bdee0de, stripped
A screenshot here: http://i.imgur.com/ZXtEXFS.jpg
I'm not sure what other information to provide at this time. If you would like to know more, just ask and I can make it happen.
The text was updated successfully, but these errors were encountered: