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 7.1k 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.
    • 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.