Search found 3 matches
- Mon Feb 10, 2014 4:40 pm
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: Bug in Ubuntu 13.10
- Replies: 11
- Views: 32952
Re: Bug in Ubuntu 13.10
I think I figured it out. Maybe studiorion or someone else can confirm. If you select a ROM from "Recently Used", which is the default on my system, then `gtk_file_chooser_get_current_folder` returns NULL (probably because "Recently Used" is not a real directory). If I navigate i...
- Mon Feb 10, 2014 4:27 am
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: Bug in Ubuntu 13.10
- Replies: 11
- Views: 32952
Re: Bug in Ubuntu 13.10
Hi studiorion. You'll have to download the source code, apply the patch, and then compile. Try these commands: $ wget https://sites.google.com/site/bearoso/snes9x/snes9x-1.53-src.tar.bz2 $ tar xvjf snes9x-1.53-src.tar.bz2 $ cd snes9x-1.53-src/ $ wget -qO- https://gist.github.com/anonymous/8908390/ra...
- Mon Feb 10, 2014 12:50 am
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: Bug in Ubuntu 13.10
- Replies: 11
- Views: 32952
Re: Bug in Ubuntu 13.10
Same here. Applying this patch to 1.53 fixes the issue for me:
https://gist.github.com/anonymous/8908390
https://gist.github.com/anonymous/8908390