N64 not showing up even with ROMs loaded? [solved]
I have loaded several NES, SNES and Neo Geo roms and everything has been great so far. However when I put roms into the n64 folder on my pi it doesn't bring up the emulator on the main screen at all. I have verified that they are in the correct folder and still zipped. Anything else that I need to do?
Re: N64 not showing up even with ROMs loaded?
I am assuming you are using retro pie. If so then I've had the same problem. I think it has to do with BIOS or something but I don't know for sure. If it does have to do with that then I would appreciate someone telling me and rogers017 how to install the bios or whatever you have to do.
Re: N64 not showing up even with ROMs loaded?
Have you checked here already?
https://github.com/retropie/retropie-setup/wiki
I'm guessing you probably have as it's the first hit in Google when searching for "RetroPie ROMs", but I thought I'd post the link anyway.
https://github.com/retropie/retropie-setup/wiki
I'm guessing you probably have as it's the first hit in Google when searching for "RetroPie ROMs", but I thought I'd post the link anyway.
Pi2B Mini-PC/Media Centre: ARM=1GHz (+3), Core=500MHz, v3d=500MHz, h264=333MHz, RAM=DDR2-1200 (+6/+4/+4+schmoo). Sandisk Ultra HC-I 32GB microSD card on '50=100' OCed slot (42MB/s read) running Raspbian/KODI16, Seagate 3.5" 1.5TB HDD mass storage.
Re: N64 not showing up even with ROMs loaded?
Yes, I am am using retropie and Raspbian Jessie. I forgot to put that in there. Long story short i was using Wheezy and everything was fine but somehow corrupted the card and used Jessie and retropie on a new card.
Re: N64 not showing up even with ROMs loaded?
I'm using Jessie and the latest version of Retropie and my N64 roms show up ok, they have a .7z file extension
-
- Posts: 1
- Joined: Tue Apr 05, 2016 1:43 am
Re: N64 not showing up even with ROMs loaded?
Make sure you extract, Accepted File Extensions: .z64 .n64 .v64, not just the .zip
Re: N64 not showing up even with ROMs loaded?
Extract the files (don't leave them compressed). I had the same problem.
Re: N64 not showing up even with ROMs loaded?
I know this is an old thread, but this information may be useful for someone searching for a solution in the future.
The libretro core for N64 (lr_mupen64plus) will play zipped file (*.zip). I don't know whether the stand-alone emulator will.
However, you must edit the emulationstation config file
Locate the section for n64 and examine the "extension" line
Change "extension" to include .zip and .ZIP
Now restart emulationstation from the UI. Zipped games appear in the N64 menu and are launchable.
The libretro core for N64 (lr_mupen64plus) will play zipped file (*.zip). I don't know whether the stand-alone emulator will.
However, you must edit the emulationstation config file
Code: Select all
sudo nano /etc/emulationstation/es_systems.cfg
Code: Select all
<system>
<name>n64</name>
<fullname>Nintendo 64</fullname>
<path>/home/pi/RetroPie/roms/n64</path>
<extension>.z64 .n64 .v64 .Z64 .N64 .V64</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ n64 %ROM%</command>
<platform>n64</platform>
<theme>n64</theme>
Code: Select all
<system>
<name>n64</name>
<fullname>Nintendo 64</fullname>
<path>/home/pi/RetroPie/roms/n64</path>
<extension>.z64 .n64 .zip .v64 .Z64 .N64 .V64 .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ n64 %ROM%</command>
<platform>n64</platform>
<theme>n64</theme>
Re: N64 not showing up even with ROMs loaded?
Will the zip extension thing work if I'm using retro pi 3.6 on raspberry pi 3
Re: N64 not showing up even with ROMs loaded?
I have same problem but I'm not using raspbian jesse or whatever, I'm on retropie on raspberry pi 3
Re: N64 not showing up even with ROMs loaded?
Jaime15,
I am using retro pie for my rps 3 and changing that little bit of code worked perfectly for me. I was really dreading having to unzip 200+ roms. As a noob it took me even more google searching to figure out where exactly I was suppose to be typing.
I am using retro pie for my rps 3 and changing that little bit of code worked perfectly for me. I was really dreading having to unzip 200+ roms. As a noob it took me even more google searching to figure out where exactly I was suppose to be typing.
Re: N64 not showing up even with ROMs loaded? [solved]
@usury thank you SO MUCH I figured I was having a similar issue because my N64 roms were in .7z files but I didn't want to go through all the extra steps to either delete them or extract them on the Pi, so, I went into the config and added .7z and .zip just for good measure and that cured it!