• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

ResidualVM - Can't start after compile and install

Scheduled Pinned Locked Moved Help and Support
residualvmrespberry pi 3
16 Posts 4 Posters 2.5k 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
    raphamotta
    last edited by 16 Sept 2017, 21:59

    Pi Model: Raspberry Pi 3
    RetroPie Version Used: 4.2 Image from retropie website
    Built From: 4.2 Image from retropie website (fresh image - jessie)
    USB Devices connected: keyboard, generic USB joystick
    Controller used: generic USB joystick
    Error messages received: FrameBuffer is not complete
    Interpreter (/home/pi/RetroPie-Setup/tmp/build/residualvm/residualvm not found).
    Guide used: https://github.com/RetroPie/RetroPie-Setup/wiki/ResidualVM
    Emulator: ResidualVM

    After install from experimental packages I tried to start the emulator but no luck, it just back to ES.

    After look at runcommand.log log it says:

    Framebuffer is not complete! status: 36061!

    I tried also to update scripts and upgrade packages, but I have the same error.

    Anyone can install and open this ?

    1 Reply Last reply Reply Quote 0
    • R
      raphamotta
      last edited by 17 Sept 2017, 13:08

      Well I tried to compile directly using the tutorial:

      http://wiki.residualvm.org/index.php/Building_ResidualVM#Building_on_Linux

      I can build it but when try to start with 'residualvm' on terminal, it gives me an GLES error. Maybe a problem with OpenGL library?

      Any help will be nice...

      B 1 Reply Last reply 17 Sept 2017, 13:11 Reply Quote 0
      • B
        BuZz administrators @raphamotta
        last edited by BuZz 17 Sept 2017, 13:11

        @raphamotta Did you try switching to the software renderer via runcommand ? The GLES support is buggy on the rpi.

        https://retropie.org.uk/docs/Runcommand/

        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

        R 1 Reply Last reply 17 Sept 2017, 16:01 Reply Quote 0
        • R
          raphamotta @BuZz
          last edited by 17 Sept 2017, 16:01

          @buzz sorry I didn't find this option on run commander.... I can just pick the resolution but none worked

          1 Reply Last reply Reply Quote 0
          • B
            becca34
            last edited by 17 Sept 2017, 19:39

            You know I have the same problem, Framebuffer is not complete! status: 36061!

            I'm also using a fresh image of retropie. I believe it's a problem from retropie script, it can't compile right the OpenGL package.

            R 1 Reply Last reply 17 Sept 2017, 23:53 Reply Quote 0
            • R
              raphamotta @becca34
              last edited by raphamotta 17 Sept 2017, 23:53

              @becca34 Glad to know it's not only me. Hope it get fixed soon

              1 Reply Last reply Reply Quote 0
              • E
                ExarKunIv
                last edited by 18 Sept 2017, 13:34

                that is really odd.
                i have it running just fine on mine, but i had mine installed way back with build 4.0 so maybe.
                what ever you are finding came later.

                hope you figure it out.

                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                Maintainer of RetroPie-Extra .

                R B 2 Replies Last reply 18 Sept 2017, 13:43 Reply Quote 0
                • R
                  raphamotta @ExarKunIv
                  last edited by 18 Sept 2017, 13:43

                  @exarkuniv Maybe there's a way to force compile it from an old source from gihube? I know it's possible but I can't find the code...

                  1 Reply Last reply Reply Quote 0
                  • B
                    becca34 @ExarKunIv
                    last edited by becca34 18 Sept 2017, 16:48

                    @exarkuniv Can you share your binaries with us? Will be great!

                    Tell me what's on the sh file inside your residualvm rom folder

                    E 1 Reply Last reply 18 Sept 2017, 17:18 Reply Quote 0
                    • E
                      ExarKunIv @becca34
                      last edited by 18 Sept 2017, 17:18

                      @becca34

                      i dont know how to share binaries, but if someone can tell me i will try

                      as for my .sh

                      #!/bin/bash
                      renderer="$1"
                      [[ -z "$renderer" ]] && renderer="opengl_shaders"
                      game="$2"
                      [[ "$game" =~ ^\+ ]] && game=""
                      pushd "/home/pi/RetroPie/roms/residualvm" >/dev/null
                      /opt/retropie/emulators/residualvm/bin/residualvm --renderer=$renderer --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/residualvm/extra" $game
                      while read line; do
                      id=($line);
                      touch "/home/pi/RetroPie/roms/residualvm/$id.rvm"
                      done < <(/opt/retropie/emulators/residualvm/bin/residualvm --list-targets | tail -n +3)
                      popd >/dev/null

                      hope this can help

                      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                      Maintainer of RetroPie-Extra .

                      1 Reply Last reply Reply Quote 0
                      • B
                        BuZz administrators
                        last edited by 21 Sept 2017, 11:37

                        Upstream issue with GLES - I've not got time to debug it currently. I have switched the `+Start ResidualVM" to use software rendering which seems to work on the RPI.

                        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

                        R 1 Reply Last reply 21 Sept 2017, 12:38 Reply Quote 0
                        • R
                          raphamotta @BuZz
                          last edited by raphamotta 21 Sept 2017, 12:38

                          @buzz Great, could you please share here this file? Or tell how to do that?

                          B 1 Reply Last reply 21 Sept 2017, 12:44 Reply Quote 0
                          • B
                            BuZz administrators @raphamotta
                            last edited by 21 Sept 2017, 12:44

                            @raphamotta update RetroPie-Setup and that emulator.

                            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

                            R 1 Reply Last reply 21 Sept 2017, 13:26 Reply Quote 0
                            • R
                              raphamotta @BuZz
                              last edited by 21 Sept 2017, 13:26

                              @buzz Thank you. I saw the changes you made on github, sorry I didn't figure out that. But now it will run slow correct? Hope it can use opengl soon. Thank you!

                              B 1 Reply Last reply 21 Sept 2017, 13:28 Reply Quote 0
                              • B
                                BuZz administrators @raphamotta
                                last edited by 21 Sept 2017, 13:28

                                @raphamotta for games that have 3D that support gles through residualvm it will be slower yes. It won't get fixed unless the devs get informed about it (we don't develop that software) - I may get round to debugging it, but It's not a high priority.

                                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

                                R 1 Reply Last reply 21 Sept 2017, 13:47 Reply Quote 0
                                • R
                                  raphamotta @BuZz
                                  last edited by 21 Sept 2017, 13:47

                                  @buzz I see, I'm starting to understand it now... I'll try to compile from an old source of residualvm and see if I can get gles working.

                                  1 Reply Last reply Reply Quote 0
                                  16 out of 16
                                  • First post
                                    16/16
                                    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.

                                    This community forum collects and processes your personal information.
                                    consent.not_received