Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › SNES games not loading
- This topic has 13 replies, 4 voices, and was last updated 8 years, 12 months ago by linkz.
-
AuthorPosts
-
11/17/2015 at 20:10 #110130linkzParticipant
Hi all first let me fill this out:
Pi Model: B I think, I have the first one made
RetroPie Version Used: 3.0.0, just downloaded yesterday
Built From: SD Image
USB Devices connected: Keyboard or USB SNES Controller
Controller used: 2 USB SNES Controller
Error messages received: None
Guide used: A basic setup guide
File:
Attachment of config files:
How to replicate the problem:Basically I have all my NES roms working which is awesome! But all of my SNES roms don’t, I start the rom, I see the “press any key to load options” then the screen fades black and I’m back at my select a SNES rom screen. No errors or anything and I don’t see anything in that .log file. Ideas?
11/17/2015 at 20:14 #110132herbfargusMemberwhat format are you roms in? have you unzipped them? also which emulator are you using? have you tried other emulators from the runcommand menu?
11/17/2015 at 21:30 #110139linkzParticipantI’ve tryied all the emulators. Pocksnes, snes9x and all the others in the list. I did upzip them. They are .sfc files.
11/17/2015 at 21:41 #110140linkzParticipantJust for testing I redownloaded all my roms in .smc and tried in all emulators. Same thing. NES games work just fine.
11/17/2015 at 22:48 #110143herbfargusMemberThe only two things I could think of are to check permissions on your roms or reinstall the emulators from binary
11/18/2015 at 14:47 #110182FloobMemberYes, if it really is version 3 you are using, it had an issue with the default snes emulator.
I’d try 3.2.1 which shouldnt have that issue, or update the binary as herbfargus says.11/18/2015 at 20:39 #110197linkzParticipantI apologize, I do have the latest 3.2.1 and I’m getting this issue.
11/18/2015 at 21:25 #110201petrockblogKeymasterthere should be at least something in /tmp/runcommand.log after failing to launch – you sure you checked the correct file ? Switch to pocketsnes and then check the log.
you can also drop to a terminal and try
/opt/retropie/emulators/retroarch/bin/retroarch --verbose -L /opt/retropie/libretrocores/lr-pocketsnes/libretro.so --config /opt/retropie/configs/snes/retroarch.cfg ~/RetroPie/roms/snes/SNESROMFILE
11/18/2015 at 21:31 #110203linkzParticipantAfter chmod 777 on all snes roms, I switched to pocketnes and I get same as beofre in the log.
[libretro]: Rom loading failed…
11/18/2015 at 21:40 #110206linkzParticipant[img]http://s13.postimg.org/63mv9pssn/IMG_0034.jpg[/img]
11/18/2015 at 22:52 #110214petrockblogKeymasterplease can you paste me the output of
ls -la ~/RetroPie/roms/snes
also have you tried some alternative roms ?
Please run it via ssh, and so you can c&p the output rather then taking a photo :)
the CRC32 would suggest the files are empty, or they were unable to be read or something.
11/19/2015 at 17:35 #110251linkzParticipantFinal update solved! I only tried the chmod 777 on the roms that were .smc For kicks I put the .sfc roms back on, deleted the .smc roms and gave the .sfc roms chmod 777. Changed the emu back to pocketnes and perfect!
So at least for me the forumla is
1. pocketsnes
2. .sfc roms
3. make sure all roms have chmod 77711/19/2015 at 17:53 #110255petrockblogKeymasteryou shouldn’t need to chmod them at all if you copied them over with the pi user. 777 is actually wrong for these files, since they are not executables. better would be “644” for user rw, and r for group / all
That’s why I asked for the output of ls -la so I can check the files/permissions as maybe they are owned by root or something.
11/19/2015 at 18:04 #110256linkzParticipantYeah the 777 was lazyness. Normally I would freak if people just gave full access to files on my linux server at work, but since this is a private “machine” I wasn’t worried about it. I don’t think they were owned by root since root password is disabled since 3.0. I got the roms onto the pi via usb but for some reason they wouldn’t auto sync so I just
cp /media/usb/retropie/roms/snes/* ~/RetroPie/roms/snes -
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.