#12754
zsprawl
Participant

[quote=12664]Thanks for posting this guide. It helped a lot. Unfortunately I am having trouble getting pisnes to work. I followed you directions for changing the emulator to pisnes in the es_systems.cfg file, but now when I try to run a game, I get an error something like this;

sh: 1: opt/retropie/emulators/pisnes/snes9x permission denied!

Any ideas on what I am doing wrong?

Also, another problem I am having is that I previously ran the scraper, then ended up moving some roms and now the pictures don’t show up. If I try to re-run the scraper, it thinks that the info is already there so it skips those games. If I force it to re-scrape the entire folder, it stops on the first game and goes back to terminal. If I try to re-enter emulationstation from terminal I get an error message saying I have no systems and I have to reboot.
[/quote]

As mentioned above, set the file to 777 will fix this.

sudo chmod -R 777 /opt/retropie/emulators/pisnes

If you download pisnes from source, this step is in the install script, so I accidently left out this requirement.