[SOLVED] Not all of my roms are uploading onto the SD card

Having trouble with your GBZ build? Ask your questions here!
User avatar
Richb77
Posts: 54
Joined: Sun Jul 23, 2017 6:17 pm
Location: Bird Mountain, Hessen, Germany
Has thanked: 7 times
Been thanked: 5 times

Re: Not all of my roms are uploading onto the SD card

Post by Richb77 » Sat Nov 11, 2017 2:41 am

YaYa wrote:
Thu Nov 09, 2017 11:53 am
So when you say they are not copied, i presume you say that because you don’t see the games in your gamelist, do you ?
But did you actually try to list the files within the roms folders to see if they were REALLY on the SD ?
I mean list from the command line just to eliminate the fact that automatic USB rom service do copy everything.
OK. I have not replied instantly as i wanted to try more before waving the white flag again...

Ya Ya your are a hero...But thats not to say its working yet!

I need to list the contents of the SD card but not 100% sure how. I dont know Linux. i will update as soon as i can :)

The consoles (SNES, NES and Megadrive) DO NOT show up in Emulation Station at all. So its not like they are even recognising the folders with contents.

I have the USB (structure created by retropie) with the ROMS in. I plan to have all games beginning with "A" zipped with *.zip. All "B" games ending with *.Zip and all "C" games ending with *.ZIP.

One issue i am having is that windows 10 (I am new to this too) wont allow me to change the case of the file type defaulting it all to lower case. I am looking into this unless its a simple fix.

Would a fresh install of Retropie and ES work? I cannot believe all the consoles work fine except these three in the build?

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Not all of my roms are uploading onto the SD card

Post by YaYa » Sat Nov 11, 2017 4:40 am

You don’t see the consoles in Emulation Station because Emulation Station doen’t see roms so it thinks that the folders are empty even if they are full !

You need to tell Emulation Station what to look for.
Listen to me and do it step by step... before trying to add systems sorted by A / B / C etc first solve the problem that emulation station shows the roms in bulk !
Follow me on instagram Image

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Not all of my roms are uploading onto the SD card

Post by YaYa » Sat Nov 11, 2017 4:44 am

why do you want to put upper case to extensions ? Leave them as they are instead tell Emulation Station to look after all types of extensions so you won’t miss roms with different extensions...

Like i told, for Emulation Station, zIp is not the same as Zip or as ziP or as ZIP... linux is case sensitive. Windows is not.
Follow me on instagram Image

User avatar
Richb77
Posts: 54
Joined: Sun Jul 23, 2017 6:17 pm
Location: Bird Mountain, Hessen, Germany
Has thanked: 7 times
Been thanked: 5 times

Re: Not all of my roms are uploading onto the SD card

Post by Richb77 » Sat Nov 11, 2017 7:32 am

YaYa wrote:
Sat Nov 11, 2017 4:40 am
You don’t see the consoles in Emulation Station because Emulation Station doen’t see roms so it thinks that the folders are empty even if they are full !

You need to tell Emulation Station what to look for.
Listen to me and do it step by step... before trying to add systems sorted by A / B / C etc first solve the problem that emulation station shows the roms in bulk !
That makes sense and what i have been trying to do but i cannot make ES do that. I dont know what i am doing wrong. I followed your instructions to find the cfg file location but get stuck there as i cannot locate the individual config to tell it what to read. Like i say i do no know linux at all so i am fumbling around in the dark here and need step by step points.

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Not all of my roms are uploading onto the SD card

Post by YaYa » Sat Nov 11, 2017 8:14 am

i have already given you all the paths to follow...

Code: Select all

sudo apt-get update
to update packages lists

Code: Select all

sudo apt-get install mlocate
to install a find application

Code: Select all

sudo updatedb
to read the whole system files and save a list of them

Code: Select all

locate es-systems.cfg
to see where is the file

Code: Select all

sudo nano the-path-to-the-file
Follow me on instagram Image

User avatar
Richb77
Posts: 54
Joined: Sun Jul 23, 2017 6:17 pm
Location: Bird Mountain, Hessen, Germany
Has thanked: 7 times
Been thanked: 5 times

Re: Not all of my roms are uploading onto the SD card

Post by Richb77 » Sat Nov 11, 2017 1:12 pm

Yup. I did that (OK) and got the location of the config file.

Quoted from an earlier post:

I have FINALLY located the file. I see the following.
pi@retropie:~ $ locate es_systems.cfg
/etc/emulationstation/es_systems.cfg
/etc/emulationstation/es_systems.cfg.bak

I try to edit the cfg with this command...

"sudo ~/etc/emulation/es_systems.cfg" but thats not working.""

I also tried "sudo nano ~/etc/emulation/es_systems.cfg"...... But that too does nowt.

I have not abrviated a single path or what I am seeing. I am typing EXACTLY what I see.

The path to es_systems.cfg isn't right? "~" normally means "approximately" or used as an abreviation of path???

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Not all of my roms are uploading onto the SD card

Post by YaYa » Sat Nov 11, 2017 1:19 pm

the ~ is a replacement for /home/pi/ so if you type ~/test it is equivalent at typing /home/pi/test/

so your paths are wrong !

~/etc/ does not exists !

you must type

Code: Select all

sudo nano /etc/emulationstation/es_system.cfg
Follow me on instagram Image

User avatar
fraggle
Posts: 50
Joined: Mon Mar 06, 2017 2:28 pm
Has thanked: 18 times
Been thanked: 16 times

Re: Not all of my roms are uploading onto the SD card

Post by fraggle » Sat Nov 11, 2017 7:17 pm

Don't mean to be rude or but in but there is no need for locate, or installing anything...

The file is at "/etc/emulationstation/es_systems.cfg"

...but really you should run the command
sudo cp /etc/emulationstation/es_systems.cfg /opt/retropie/configs/all/emulationstation/es_systems.cfg
This will place an editable copy of "es_systems.cfg" on the path " /opt/retropie/configs/all/emulationstation/"

You can edit this however you wish - no need for sudo.

The reason for doing it this way is the default version, "/etc/emulationstation/es_systems.cfg", is overwritten whenever you make updates to your RetroPie system so any custom changes you make *will be lost*.

See Step 1. Edit es_systems.cfg in "Add a New System in EmulationStation" for a clear step by step guide on editing the es_systems.cfg with all the caveats.

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Not all of my roms are uploading onto the SD card

Post by YaYa » Sat Nov 11, 2017 10:09 pm

The reason why i am talking about locate is for teaching him how to find a file. Soon or sooner, he will need to configure another file and this method will gives him a bit of autonomy. :D
Follow me on instagram Image

User avatar
Richb77
Posts: 54
Joined: Sun Jul 23, 2017 6:17 pm
Location: Bird Mountain, Hessen, Germany
Has thanked: 7 times
Been thanked: 5 times

Re: Not all of my roms are uploading onto the SD card

Post by Richb77 » Sun Nov 12, 2017 5:41 am

What your saying does make some sense to me but its just not reading out as i expect after reading your posts.

Thats MY fault not yours!

I type
"sudo nano /etc/emulationstation/es_system.cfg" and hit reurn after entering SSH though PuTty on my laptop connected to the GBZ.

I get this.

Image

Now what?

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest