RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Game launching video loading screens

    Scheduled Pinned Locked Moved Ideas and Development
    emulationstatiolaunchingimageslaunchingvideos
    123 Posts 8 Posters 32.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.
    • P
      PISCES3988 @Clyde
      last edited by

      @clyde

      Hi Clyde about the other day when you said to note every step of where I'm at with the videoloading screens, Well, here I'am agian this is where I'm at with this. I'll try my best to explain everything to the best of my ability.

      1. I've type the runcommand-onstart.sh here is the one I typed.
        Screenshot_2020-11-30 Game launching video loading screens.png

      2. I've created the videoloading screens folder, The weird thing is on Putty, or directly on the Raspberry Pi 3B+, it says that the videoloading screens folder is created but when I select and start a game it says,

      "$HOME/RetroPie/videoloadingscreens/default.mp4" not found or something like
      that.

      1. I've tried to add the mp4 files where I put them at is, home/pi/retropie/videoloadingscreens folder this is where I put the mp4 files. Agian when I selected and start a game It says,

      "$HOME/RetroPie/videoloadingscreens/default.mp4" not found, this is pretty much where I'm at with this. Am I doing something write or wrong please tell me and guide me through this Thanks a million.

      D 1 Reply Last reply Reply Quote 0
      • D
        dmmarti @PISCES3988
        last edited by

        @pisces3988
        Briefly looking at it, you have a situation where "case sensitivity" might be happening.

        /home/pi/RetroPie

        is not the same as

        /home/pi/retropie

        You need to make sure you created the videoloadingscreens folder in the correct location.

        /home/pi/RetroPie/videoloadingscreens

        Notice the capital "R" and "P" in RetroPie ... make sure you are using that path, not the all lowercase version.

        P 1 Reply Last reply Reply Quote 0
        • P
          PISCES3988 @dmmarti
          last edited by

          @dmmarti

          That's the way I typed it but it still did'nt work.

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

            @pisces3988 Run, from the terminal

            ls $HOME/RetroPie/videoloadingscreens/
            

            and post the output.

            P 4 Replies Last reply Reply Quote 0
            • P
              PISCES3988 @mitu
              last edited by

              @mitu

              Where do I type this command at

              1 Reply Last reply Reply Quote 0
              • P
                PISCES3988 @mitu
                last edited by

                @mitu

                and where is the terminal located.

                1 Reply Last reply Reply Quote 0
                • P
                  PISCES3988 @mitu
                  last edited by

                  @mitu

                  I type that command and I got mame.mp4, thats the mp4 file I named, Now what do I
                  do next after typing that command?

                  1 Reply Last reply Reply Quote 0
                  • P
                    PISCES3988 @mitu
                    last edited by

                    @mitu

                    Hello anybody there?

                    mituM 1 Reply Last reply Reply Quote -1
                    • mituM
                      mitu Global Moderator @PISCES3988
                      last edited by

                      @pisces3988 Please don't bump your posts. This is not a chat - have patience.

                      I type that command and I got mame.mp4, thats the mp4 file I named, Now what do I
                      do next after typing that command?

                      Please post the exact output of the command. If you're using a SSH session, just copy and paste the output.

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        PISCES3988 @mitu
                        last edited by

                        @mitu

                        Can you please show me what your talking about so I will have a better understand?

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

                          @pisces3988 Execute the command I've posted, then post the result. For instance:

                          pi@pie4:~ $ ls $HOME/RetroPie/videoloadingscreens/
                          ls: cannot access '/home/pi/RetroPie/videoloadingscreens/': No such file or directory
                          pi@pie4:~ $
                          
                          P 1 Reply Last reply Reply Quote 0
                          • P
                            PISCES3988 @mitu
                            last edited by

                            @mitu

                            Do I delete this command right here

                            Screenshot_2020-11-30 Game launching video loading screens.png

                            To type the one you just posted?

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

                              @pisces3988 No, just type the command at the command prompt, after you log in to your Pi via SSH (or by exiting EmulationStation).

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                PISCES3988 @mitu
                                last edited by

                                @mitu

                                I typed the command but all I get is a blackscreen then it just loads the game I select why is that???

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

                                  @pisces3988 What command have you typed ? The ls command just lists files, it doesn't start anything.

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    PISCES3988 @mitu
                                    last edited by

                                    @mitu

                                    I typed the command that you showed me, was that the one I was supposed to type.

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

                                      Exit EmulationStation right after you boot your Pi (press F4) and then type the command at the command prompt. I think you're just adding the ls command to the onstart script, which is not what I asked.

                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        PISCES3988 @mitu
                                        last edited by

                                        @mitu

                                        I exited emulationstation like you told me then I tried to type the command and all I get
                                        is command not found.

                                        This is what I typed

                                        pipie4:~ $ ls $HOME/RetroPie/videoloadingscreens/

                                        I hit enter after the first command and all I get is command not found???

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

                                          @pisces3988 said in Game launching video loading screens:

                                          pipie4:~ $ ls $HOME/RetroPie/videoloadingscreens/

                                          That's not the command I posted.

                                          P 1 Reply Last reply Reply Quote 0
                                          • P
                                            PISCES3988 @mitu
                                            last edited by

                                            @mitu

                                            I'm sorry I typed it like this

                                            pi@pie4:~ $ ls $HOME/RetroPie/videoloadingscreens/

                                            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.