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

    Basic install failed - could not successfully build muplen64plus

    Scheduled Pinned Locked Moved Help and Support
    muplen64
    38 Posts 5 Posters 3.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.
    • R
      RonReese
      last edited by

      Hello I am on a Dell Laptop running Lubuntu 18.04 and new to Linux in general - have tried the install twice and get the above message (GlideN64/projects/cmake/plugin/Release/muplen64plus-video-Glide-GlideN64 - so. not found)
      Any ideas?
      Thanks

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

        @ronreese Are you running the latest RetroPie release ? Find the compilation log under /home/pi/RetroPie-Setup/logs/ (should a .gz file with the date of the install) and upload it to pastebin.com to take a look at the actual error.

        R 1 Reply Last reply Reply Quote 0
        • R
          RonReese @mitu
          last edited by

          @mitu It says no such file or directory? I can now see Retropie under the 'Games' tab and it's let me scrape a number of roms, it just doesn't play any of them

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

            @ronreese The folder I mentioned should be there, this is where all the operations performed in the RetroPie-Setup script are logged.
            Given you're on Lubuntu, it's probably $HOME/RetroPie-Setup/logs.

            R 1 Reply Last reply Reply Quote 0
            • R
              RonReese @mitu
              last edited by

              @mitu Me again, just tried to install it again and still no luck with mupen, it directs me to a logfile then tells me Permission Denied

              DougAD 1 Reply Last reply Reply Quote 0
              • DougAD
                DougA @RonReese
                last edited by

                I also installed on Ubuntu 18.04 a couple of weeks ago, and got error messages and "failed to install" on the mupen 64 emulator, but I didn't do anything about it because I didn't want to play N64 games.

                R 1 Reply Last reply Reply Quote 0
                • R
                  RonReese @DougA
                  last edited by

                  @douga That's fair enough however none of the other emulators are working for me either, I can hear the music but the screen is a dark gray rectangle

                  mituM BuZzB 2 Replies Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @RonReese
                    last edited by

                    @ronreese Switch the RetroArch output video driver to sdl2 and try again, this is a common problem with 18.04.
                    For your initial problem, please provide the log file from the compilation, as I asked before, simply saying doesn't work or Permission denied does not ring any bells and it's useless trying to diagnose the problem you're having.

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

                      @ronreese make sure your retroarch version is v1.7.3 - should work without switching video driver. if not, update retropie-setup and retroarch.

                      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

                        mupen64 currently fails on 32bit installs - should work on 64bit Ubuntu.

                        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

                        K 1 Reply Last reply Reply Quote 0
                        • R
                          RonReese @mitu
                          last edited by

                          @mitu how do I switch the RetroArch output video driver please? And as I stated when I've tried the command to get the log file I get 'Permission Denied' when I type it in so I haven't been able to get one

                          mituM 1 Reply Last reply Reply Quote 0
                          • R
                            RonReese
                            last edited by

                            @buzz I went onto retropie and chose the linux 32 bit instructions so would that be v.1.7.3?

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

                              @ronreese Modify the /opt/retropie/configs/all/retroarch.cfg and find the line with

                              # video driver = gl
                              

                              Modify it so it becomes

                              video_driver = sdl2
                              

                              then try again to start a Libretro emulator - try a NES/SNES/Arcade game that was not working.

                              As for the log file, as @buzz said, if you're running a 32 bit Lubuntu installation, installation won't work. TO copy the log file, go to a command prompt and change it's permissions with sudo

                              sudo chown $USER <file>
                              

                              where $USER is your username and <file> is the full path to the file.

                              R 1 Reply Last reply Reply Quote 0
                              • R
                                RonReese @mitu
                                last edited by

                                @mitu Sorry me again, as I stated I'm new to linux and do appreciate your help, does 'Modify' mean open a terminal and type in that line of script? Or should I be doing something else? I've just opened a terminal and typed the /opt/etc. in and it stated Permission Denied again so maybe that;s not what you meant?

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

                                  @ronreese No, modifying means using a text editor to modify the file's contents. When you type directly a path in the command line, the shell is trying to execute it as a command, but directories are not executable, hence the error.
                                  If you have a graphical desktop, then use something like leafpad or geany to edit the file (they might be already installed, if not you can install them from the software center). If you're on a command line use nano as an editor and type name /path/to/file to open it up and modify it.

                                  R 1 Reply Last reply Reply Quote 0
                                  • R
                                    RonReese @mitu
                                    last edited by

                                    @mitu erm again, i've got leafpad but after that i'm completely lost, I am a complete noob to linux, how do i use it to edit a file in retropie? it looks like notepad on windows

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

                                      @ronreese Sorry, it seems you're also a beginner with using a computer ?
                                      You might want to start with a linux user guide to familiarize yourself with the concepts of the operating system and its applications.

                                      R 1 Reply Last reply Reply Quote 0
                                      • R
                                        RonReese @mitu
                                        last edited by

                                        @mitu No I've been using a computer for a long time but on windows so I've never had to do anything like this before

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          RonReese @RonReese
                                          last edited by

                                          @ronreese anyway I finally managed to figure it out, changed the video setting in the config file and it didn't fix it, it's still the same. I'll try to get the log file this evening now I understand a bit more about what I'm doing.

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

                                            OK, that's progress. Can you upload the retroarch.cfg file you modified on pastebin.com and provide the link, so we can check its contents ? Do the same for the log file for the compilation of the Mupen64plus emulator.

                                            R 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.