RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    [PI3B+ & Retropie 4.4.4] Limit on Roms stored?

    Scheduled Pinned Locked Moved Help and Support
    roms dont worklimitroms closeroms not loadin
    38 Posts 7 Posters 8.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zefolhadelaZ
      zefolhadela
      last edited by

      yaiks maybe that is my problem aswell cause i add two new systems and a lot of games and none works if those are in the USB

      magicflyM 1 Reply Last reply Reply Quote 0
      • magicflyM
        magicfly
        last edited by

        Ok. Just formatted with FAT32, connected to the PI and reimaged my sd with the official retropie image.
        Now i'm stuck here:

        1505299351-photo-13-09-2017-12-35-27.jpg

        Later, I'll try disconnecting the hard disk at the boot, configuring wifi and country and try to reconnect with the PI completely configured.

        Thanks for now :)

        1 Reply Last reply Reply Quote 0
        • magicflyM
          magicfly @zefolhadela
          last edited by

          @zefolhadela said in [PI3B+ & Retropie 4.4.4] Limit on Roms stored?:

          yaiks maybe that is my problem aswell cause i add two new systems and a lot of games and none works if those are in the USB

          can you tell me the amount of roms on disk? thanks!

          zefolhadelaZ 1 Reply Last reply Reply Quote 1
          • zefolhadelaZ
            zefolhadela @magicfly
            last edited by

            @magicfly not that much. I was using easy hax and i change for the oficial rom tranfer so i have my games stored in the pendrive. But know when i store all my psx games to de pendrive, i put the pen in the pi and the psx roms are gonne.. having just 10psx games of 100psx games . I dont knoe why this is happening

            1 Reply Last reply Reply Quote 0
            • magicflyM
              magicfly
              last edited by magicfly

              Hi,
              i followed the manual method using my hard drive with NTFS.
              Don't know what was happening when it was formatted with FAT32 but i got the error 0x80070052 after a lot of roms where copied (googled for half a day but no solution found) so i went back with NTFS, and now every time i launch a rom, emulationstation freezes...just hit F4 and restart from bash with emulationstation

              this is my fstab:
              proc /proc proc defaults 0 0
              PARTUUID=f2d3cb4f-01 /boot vfat defaults 0 2
              PARTUUID=f2d3cb4f-02 / ext4 defaults,noatime 0 1
              a swapfile is not a swap partition, no line here
              use dphys-swapfile swap[on|off] for that
              UUID=F6381E5F381E1EE5 /home/pi/RetroPie ntfs nofail,user,uid=pi,gid=pi 0 2

              is it correct?

              this is from es_log.txt
              lvl2: Attempting to launch game...
              lvl2: /opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS fba /home/pi/RetroPie/roms/fba/1942a.zip
              lvl1: ...launch terminated with nonzero exit code -1!
              lvl2: Creating surface...
              lvl2: Created window successfully.
              lvl2: Added unconfigured joystick Microsoft X-Box 360 pad (GUID: 030000005e0400008e02000010010000, instance ID: 0, device index: 0).
              lvl2: Added unconfigured joystick Microsoft X-Box 360 pad (GUID: 030000005e0400008e02000010010000, instance ID: 0, device index: 0).

              any idea what's happening?thanks

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @magicfly
                last edited by mitu

                @magicfly As I said in my first post - do you have enough memory available ?
                There might be an error be in the /dev/shm/runcommand.log file, check that file also. ES launches Runcommand, but Runcommand is unable to start the game

                lvl2: /opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS fba /home/pi/RetroPie/roms/fba/1942a.zip
                lvl1: ...launch terminated with nonzero exit code -1!
                
                magicflyM 1 Reply Last reply Reply Quote 0
                • magicflyM
                  magicfly @mitu
                  last edited by magicfly

                  @mitu Hi, there's no runcommand. log in that folder so i think that file hasn't been written because the rom hasn't launched at all. any other thing i can check?

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @magicfly
                    last edited by

                    @magicfly You can check the system log, via dmesg, if there are any OOM errors or other process starting warnings.

                    ClydeC 1 Reply Last reply Reply Quote 0
                    • ClydeC
                      Clyde @mitu
                      last edited by

                      @mitu said in [PI3B+ & Retropie 4.4.4] Limit on Roms stored?:

                      @magicfly You can check the system log, via dmesg, if there are any OOM errors or other process starting warnings.

                      @magicfly In addition to that, you can use grep to show only those lines of dmesg that contain a specific term. Examples from my Pi's Retropie:

                      $ dmesg | grep warning
                      [    4.826054] random: 7 urandom warning(s) missed due to ratelimiting
                      $ dmesg | grep memory
                      [    0.000000] Virtual kernel memory layout:
                      [    0.001599] Disabling memory control group subsystem
                      [    0.176509] BCM2708FB: allocated DMA memory ef910000
                      [    0.263815] vc-sm: Videocore shared memory driver
                      [    1.217152] Freeing unused kernel memory: 1024K
                      

                      Just type dmesg | grep and the word(s) you want grep to search for in dmesg's output.

                      The vertical bar is the Unix Pipeline, also called "pipe", that passes the output of one command (here: dmesg) to another (here: grep).

                      1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator
                        last edited by

                        What @Clyde said :). What I usually do is clear the log buffer with sudo dmesg -c, try to reproduce the error condition, then run dmesg again just to see the new added messages.

                        ClydeC 1 Reply Last reply Reply Quote 1
                        • ClydeC
                          Clyde @mitu
                          last edited by

                          @mitu Nice tip! I will try to remember it in the future.

                          1 Reply Last reply Reply Quote 0
                          • magicflyM
                            magicfly
                            last edited by

                            something has changed..now i can't enter into emulationstation.
                            the HDD seems to load a lot and after some minutes from ES splash, the pi quits to the retropie bash with "KILLED" message.
                            what does it mean? it's a timeout? is there a way to modify this timeout?
                            Thanks

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @magicfly
                              last edited by

                              @magicfly Looks like the OOM killer kicked in.

                              magicflyM 1 Reply Last reply Reply Quote 0
                              • magicflyM
                                magicfly @mitu
                                last edited by

                                @mitu said in [PI3B+ & Retropie 4.4.4] Limit on Roms stored?:

                                @magicfly Looks like the OOM killer kicked in.

                                i get this log via dmesg:

                                https://pastebin.com/aGbZfiDb

                                mituM 1 Reply Last reply Reply Quote 0
                                • mituM
                                  mitu Global Moderator @magicfly
                                  last edited by

                                  @magicfly Yes, the dmesg shows ES being killed for using too much memory - which I've kept repeating since you've brought up this topic in the first place.

                                  magicflyM 1 Reply Last reply Reply Quote 0
                                  • magicflyM
                                    magicfly @mitu
                                    last edited by

                                    @mitu than you so much. so all these roms are to heavy for the pie...time to free resources..
                                    thanks again!

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                    Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.