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

    Ri3 - Reicast (Dreamcast) Emulator Not Playing !

    Scheduled Pinned Locked Moved Help and Support
    48 Posts 8 Posters 22.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.
    • H
      Hydro @proaudiosoft
      last edited by Hydro

      @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

      I have it setup on an arcade machine with controls via gpio. One thing I had to do was edit the reicast.sh in emulators/reicast/bin/.

      A line near the top end with "emu.conf" , Change this to "emu.cfg.autoConf" ..... without quotes.

      See if that solves your problem. If your controller is mapped correctly, it should

      the file can't be overwritten and replaced.

      and i can't find - "emu.conf"

      only -

      local conf="$configdir/dreamcast/emu.cfg"

      ?

      1 Reply Last reply Reply Quote 0
      • P
        proaudiosoft
        last edited by proaudiosoft

        that is the correct line. change emu.cfg to emu.cfg.autoConf (local conf="$configdir/dreamcast/emu.cfg") you need to use "sudo nano /opt/retropie/emulators/reicast/bin/reicast.sh" without quotes

        use console, or putty to do this (not filezilla). when you are done editing ctrl + o , then enter to save. then ctrl + x to exit file. Your done

        1 Reply Last reply Reply Quote 0
        • P
          proaudiosoft
          last edited by proaudiosoft

          one more thing, type evtest while you are in terminal, check your device number. Make sure it matches whats in /configs/dreamcast/emu.cfg

          Also check that emu.cfg points to the correct file for your controller in the /mappings folder

          H 1 Reply Last reply Reply Quote 0
          • H
            Hydro @proaudiosoft
            last edited by Hydro

            @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

            one more thing, type evtest while you are in terminal, check your device number. Make sure it matches whats in /configs/dreamcast/emu.cfg

            Also check that emu.cfg points to the correct file for your controller in the /mappings folder

            done what you said still not loading & i can't find any numbers in the /emu.cfg

            here are some prt -

            alt text

            alt text

            P 1 Reply Last reply Reply Quote 0
            • P
              proaudiosoft @Hydro
              last edited by proaudiosoft

              @Hydro ok, so your device is 0, what does your emu.cfg look like, can you post it. Also your controller mapping file that emu.cfg should point to. One last thing, before anything, unplug the keyboard and reboot, then try reicast again

              H 1 Reply Last reply Reply Quote 0
              • H
                Hydro @proaudiosoft
                last edited by Hydro

                @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                @Hydro ok, so your device is 0, what does your emu.cfg look like, can you post it. Also your controller mapping file that emu.cfg should point to. One last thing, before anything, unplug the keyboard and reboot, then try reicast again

                tried unplugging the keyboard and reboot nothing.

                where do i find the emu.cfg file & the mapping file.

                and which one do i map -

                alt text

                P 1 Reply Last reply Reply Quote 0
                • P
                  pimpmaul69 @Hydro
                  last edited by pimpmaul69

                  @Hydro said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                  @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                  @Hydro ok, so your device is 0, what does your emu.cfg look like, can you post it. Also your controller mapping file that emu.cfg should point to. One last thing, before anything, unplug the keyboard and reboot, then try reicast again

                  tried unplugging the keyboard and reboot nothing.

                  where do i find the emu.cfg file & the mapping file.

                  /opt/retropie/configs/dreamcast
                  
                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Hydro @pimpmaul69
                    last edited by Hydro

                    @pimpmaul69 said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                    @Hydro said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                    @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                    @Hydro ok, so your device is 0, what does your emu.cfg look like, can you post it. Also your controller mapping file that emu.cfg should point to. One last thing, before anything, unplug the keyboard and reboot, then try reicast again

                    tried unplugging the keyboard and reboot nothing.

                    where do i find the emu.cfg file & the mapping file.

                    /opt/retropie/configs/dreamcast
                    

                    this is what i found in emulators.cfg

                    ''reicast="CON:/opt/retropie/emulators/reicast/bin/reicast.sh OSS %ROM%"
                    default="reicast"

                    and which controller do i map in mapping -

                    alt text

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      proaudiosoft @Hydro
                      last edited by proaudiosoft

                      @Hydro
                      run in terminal :
                      cd /opt/retropie/emulators/reicast/bin
                      Here is a script called 'reicast-joyconfig'
                      run it :
                      ./reicast-joyconfig

                      Choose your joystick.
                      Now you can map your buttons.
                      When all is done it outputs the text for making a file in '/home/pi/.reicast/mappings' .
                      It outputs something like this (numbers are in decimals not hexadecimal such as in other contoller.cfg's(0x13b)):
                      [emulator]
                      mapping_name = Your Gamepad
                      btn_escape = 316

                      [dreamcast]
                      .......etc

                      make a file in '/home/pi/.reicast/mappings' called controller_Your Gamepad.cfg and paste the text in this file. (tip, highlighting the text in putty copies it to clipboard)

                      When you are done, we can create you a emu.cfg file pointing to the new map file...

                      H 1 Reply Last reply Reply Quote 0
                      • H
                        Hydro @proaudiosoft
                        last edited by Hydro

                        @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                        @Hydro
                        run in terminal :
                        cd /opt/retropie/emulators/reicast/bin
                        Here is a script called 'reicast-joyconfig'
                        run it :
                        ./reicast-joyconfig

                        Choose your joystick.
                        Now you can map your buttons.
                        When all is done it outputs the text for making a file in '/home/pi/.reicast/mappings' .
                        It outputs something like this (numbers are in decimals not hexadecimal such as in other contoller.cfg's(0x13b)):
                        [emulator]
                        mapping_name = Your Gamepad
                        btn_escape = 316

                        [dreamcast]
                        .......etc

                        make a file in '/home/pi/.reicast/mappings' called controller_Your Gamepad.cfg and paste the text in this file. (tip, highlighting the text in putty copies it to clipboard)

                        When you are done, we can create you a emu.cfg file pointing to the new map file...

                        this is the only file & folder i get after running - ./reicast-joyconfig

                        alt text

                        and it can't be edited or transferred.

                        P H 2 Replies Last reply Reply Quote 0
                        • P
                          proaudiosoft @Hydro
                          last edited by proaudiosoft

                          @Hydro You need to use putty or console, and go to the location I specified above. Quit emulation station within retropie, and you will be at the console
                          cd /opt/retropie/emulators/reicast/bin

                          H 4 Replies Last reply Reply Quote 0
                          • H
                            Hydro @proaudiosoft
                            last edited by

                            @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                            @Hydro You need to use putty or console, and go to the location I specified above. Quit emulation station within retropie, and you will be at the console
                            cd /opt/retropie/emulators/reicast/bin

                            can't find /home/pi/.reicast/mappings folder on winscp or putty.

                            alt text

                            are you on skype & can you sort it out for me by team-viewer.

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              Hydro @proaudiosoft
                              last edited by

                              @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                              @Hydro You need to use putty or console, and go to the location I specified above. Quit emulation station within retropie, and you will be at the console
                              cd /opt/retropie/emulators/reicast/bin

                              bump ...

                              1 Reply Last reply Reply Quote -2
                              • BuZzB
                                BuZz administrators
                                last edited by

                                Please wait patiently for an answer - bumping posts will not help, and will just get your post downvoted.

                                The folder does exist - in your screenshot it even tells you it "Is a directory". However, as you didn't use cd, it didn't change to that folder (you told the system to try and execute the directory hence the error)

                                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  Hydro @BuZz
                                  last edited by

                                  @BuZz said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                  Please wait patiently for an answer - bumping posts will not help, and will just get your post downvoted.

                                  The folder does exist - in your screenshot it even tells you it "Is a directory". However, as you didn't use cd, it didn't change to that folder (you told the system to try and execute the directory hence the error)

                                  What's the fix ?

                                  1 Reply Last reply Reply Quote -1
                                  • H
                                    Hydro @Hydro
                                    last edited by

                                    @Hydro said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                    @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                    @Hydro You need to use putty or console, and go to the location I specified above. Quit emulation station within retropie, and you will be at the console
                                    cd /opt/retropie/emulators/reicast/bin

                                    can't find /home/pi/.reicast/mappings folder on winscp or putty.

                                    alt text

                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      Hyell @Hydro
                                      last edited by

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • BuZzB
                                        BuZz administrators
                                        last edited by BuZz

                                        As I said, you need to use "cd" to switch to a folder. You should read some shell tutorials for linux. eg http://linuxcommand.org/learning_the_shell.php

                                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                        H 1 Reply Last reply Reply Quote 0
                                        • H
                                          Hydro @BuZz
                                          last edited by

                                          @BuZz said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                          As I said, you need to use "cd" to switch to a folder. You should read some shell tutorials for linux. eg http://linuxcommand.org/learning_the_shell.php

                                          i used -

                                          cd /home/pi/.reicast/mappings

                                          or do you mean use winscp ?

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            Hydro @Hydro
                                            last edited by

                                            @Hydro said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                            @proaudiosoft said in Ri3 - Reicast (Dreamcast) Emulator Not Playing !:

                                            @Hydro
                                            run in terminal :
                                            cd /opt/retropie/emulators/reicast/bin
                                            Here is a script called 'reicast-joyconfig'
                                            run it :
                                            ./reicast-joyconfig

                                            Choose your joystick.
                                            Now you can map your buttons.
                                            When all is done it outputs the text for making a file in '/home/pi/.reicast/mappings' .
                                            It outputs something like this (numbers are in decimals not hexadecimal such as in other contoller.cfg's(0x13b)):
                                            [emulator]
                                            mapping_name = Your Gamepad
                                            btn_escape = 316

                                            [dreamcast]
                                            .......etc

                                            make a file in '/home/pi/.reicast/mappings' called controller_Your Gamepad.cfg and paste the text in this file. (tip, highlighting the text in putty copies it to clipboard)

                                            When you are done, we can create you a emu.cfg file pointing to the new map file...

                                            there is no /home/pi/.reicast/mappings folder when i run winscp !

                                            1 Reply Last reply Reply Quote -1
                                            • 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.