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

    **SOLVED** - Trying to install Daphne - Failing with error daphne.bin not found

    Scheduled Pinned Locked Moved Help and Support
    27 Posts 5 Posters 12.8k 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.
    • FinheadF
      Finhead @Shazam
      last edited by

      @Shazam said in Trying to install Daphne - Failing with error daphne.bin not found:

      That's just it, it doesn't get to complete the Daphne installation nor does it make the daphne folder under roms. It's all still in the retropie-setup/tmp folders when it stops installation. It just seems like it won't install to get to this point where I can put the roms/images..

      Did you try a reboot after install? As long as your internet access it working it should install fine, I have installed it on 2 Rpi3's with no issues at all.
      If it still doesn't work you could try manually installing.
      $ git clone https://github.com/Shmoopty/daphne-pi.git
      $ cd daphne-pi
      $ ./build-daphne.sh
      $ sudo ./install-daphne.sh

      S 1 Reply Last reply Reply Quote 0
      • S
        Shazam @Finhead
        last edited by

        @Finhead Awesome!! Tyvm for the manual installation process.. :D I'm going to try that now!

        1 Reply Last reply Reply Quote 0
        • herb_fargusH
          herb_fargus administrators
          last edited by

          just fair warning that build is a tad janky and wont work as well as the one provided with retropie.

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          S 1 Reply Last reply Reply Quote 0
          • S
            Shazam
            last edited by

            Manual install worked flawlessly!! You are the best @Finhead :D I owe ya one! :D

            1 Reply Last reply Reply Quote 0
            • S
              Shazam @herb_fargus
              last edited by

              @herb_fargus - I wish I could get the Retropie install to work - but every time I run it, I get the same exact errors, can't find daphne.bin in the Retropie-Setup/tmp area.. :(

              1 Reply Last reply Reply Quote 0
              • S
                Shazam
                last edited by

                @herb_fargus @Finhead - Got it working with Dragons Lair!! Thank you very much for your assistance! :)

                FinheadF 1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators
                  last edited by BuZz

                  It would be useful to see the log to see why the RetroPie daphne build failed - please can you upload it somewhere (eg pastebin.com). logs are stored in ~/RetroPie-Setup/logs/

                  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

                  S 1 Reply Last reply Reply Quote 0
                  • FinheadF
                    Finhead @Shazam
                    last edited by

                    @Shazam said in Trying to install Daphne - Failing with error daphne.bin not found:

                    @herb_fargus @Finhead - Got it working with Dragons Lair!! Thank you very much for your assistance! :)

                    That's great you got it working, it looks killer with Attract Mode front end. I have it and Space Ace working nicely now.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Shazam @BuZz
                      last edited by

                      @BuZz Sorry about that BuZz - I would have uploaded it sooner, but weekends are usually pretty busy around here :D

                      Here it is! http://pastebin.com/SDuMiqyj

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

                        are you running a wheezy based retropie image ? Wheezy is now unsupported. What is the output of cc --version ? The C compiler is too old I think hence I think you must be on Raspbian Wheezy.

                        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

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Shazam @BuZz
                          last edited by

                          @BuZz - I thought I got the image directly from the Retropie site, but now I don't remember.

                          The response I get is:
                          cc (Raspbian 4.7.3-11+rpi1) 4.7.3

                          Is that the image you are referring to? Do I have the wrong image? I don't mind wiping it all out and starting over if I have to. I'd rather have a good version that's working than not :)

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

                            and the output of cat /etc/debian_version ? Looks like you have an old image - you will need to start from a new Jessie image. Perhaps you downloaded the image before we switched over to Jessie.

                            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

                            S 1 Reply Last reply Reply Quote 0
                            • BuZzB
                              BuZz administrators
                              last edited by

                              if you update the retropie-setup script, it should warn you if using the unsupported Raspbian version.

                              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

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                Shazam @BuZz
                                last edited by

                                @BuZz - That comes back as 8.0

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Shazam @BuZz
                                  last edited by

                                  @BuZz said in Trying to install Daphne - Failing with error daphne.bin not found:

                                  if you update the retropie-setup script, it should warn you if using the unsupported Raspbian version.

                                  I run the script - says that it's fetched the latest version and then flashes so fast and comes back to the menu system.

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

                                    ok that's correct - so look like you somehow have your default gcc set to 4.7 then - instead of 4.9

                                    best bet would just be to remove gcc-4.7 for now (and make sure gcc-4.9 is installed)

                                    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

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Shazam @BuZz
                                      last edited by

                                      @BuZz I'm a complete noob when it comes to this stuff. Do I need to format the sdcard and start from scratch or is there a simple way to change it?

                                      Thanks for all your input btw! greatly appreciated!

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

                                        from terminal - sudo apt-get remove gcc-4.7

                                        but starting from a new image is an option if that doesn't solve it.

                                        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

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

                                          without removing gcc-4.7 - this may sort it too

                                          sudo ln -sf /usr/bin/gcc-4.9 /usr/bin/gcc
                                          

                                          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

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            Shazam @BuZz
                                            last edited by

                                            @BuZz Awesome! That worked! thank you very much! :D

                                            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.