• 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

ScummVM 2.1.0

Scheduled Pinned Locked Moved Help and Support
scummvmsource2.1.0updategithub
42 Posts 6 Posters 8.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.
  • G
    GeekOB @mitu
    last edited by 24 Oct 2019, 01:35

    Thanks @mitu, I stand corrected.
    Are there any news on the decision of which branch(es) will be used for ScummVM @hhromic ?

    H 2 Replies Last reply 30 Oct 2019, 12:03 Reply Quote 0
    • H
      hhromic @GeekOB
      last edited by 30 Oct 2019, 12:03

      @GeekOB I'm working on it, please be patient and soon I will post updates :)

      1 Reply Last reply Reply Quote 0
      • H
        hhromic @GeekOB
        last edited by 2 Nov 2019, 13:10

        @GeekOB can you please test the following PR on your side?
        https://github.com/RetroPie/RetroPie-Setup/pull/2889

        It applies the changes requested by Eugene from ScummVM, namely use the stable v2.1.0 tag for checking out the code and disabling the experimental engines.

        Thanks!

        G 1 Reply Last reply 2 Nov 2019, 16:21 Reply Quote 0
        • G
          GeekOB @hhromic
          last edited by 2 Nov 2019, 16:21

          @hhromic happy to, what do I need to do to test this?

          H 1 Reply Last reply 2 Nov 2019, 16:32 Reply Quote 0
          • H
            hhromic @GeekOB
            last edited by hhromic 11 Feb 2019, 16:33 2 Nov 2019, 16:32

            @GeekOB a simple way is to do this:

            1. Go to your RetroPie-Setup directory. Make sure you don't have any pending changes or modifications.

            2. Checkout a new branch for testing: git checkout -b scummvm-test

            3. Apply the PR as a patch:

              git am < <(curl -sSL https://patch-diff.githubusercontent.com/raw/RetroPie/RetroPie-Setup/pull/2889.patch)
              
            4. Re-build and install ScummVM from source as normal.

            5. Test ScummVM.

            6. To revert the patch, checkout back to master: git checkout master and delete the testing branch: git branch -D scummvm-test.

            G 1 Reply Last reply 2 Nov 2019, 16:54 Reply Quote 0
            • G
              GeekOB @hhromic
              last edited by GeekOB 11 Feb 2019, 19:18 2 Nov 2019, 16:54

              I can confirm that version 2.1.0 is working properly after building from the testing branch.
              Let me know if I can help with any additional testing @hhromic
              Thanks!

              H 1 Reply Last reply 3 Nov 2019, 11:28 Reply Quote 1
              • H
                hhromic @GeekOB
                last edited by 3 Nov 2019, 11:28

                @GeekOB thanks for confirming!
                I'll green-light the PR then to be merged soon.

                G 1 Reply Last reply 5 Nov 2019, 18:02 Reply Quote 1
                • G
                  GeekOB @hhromic
                  last edited by 5 Nov 2019, 18:02

                  Thanks @hhromic !!
                  What branch will the build from source option use?
                  Are you planning to introduce any "bleeding edge" variants in the experimental packages section?

                  1 Reply Last reply Reply Quote 0
                  • G
                    GeekOB
                    last edited by 7 Nov 2019, 14:53

                    I have updated to 2.1.0 using the latest binary. Thanks @hhromic and @BuZz !
                    I also went ahead and tested the "Update from source" option and received the following error messages:

                    Log started at: Thu  7 Nov 08:41:35 EST 2019
                    
                    RetroPie-Setup version: 4.5.2 (5941e53d)
                    System: Raspbian GNU/Linux 9.11 (stretch) - Linux retropie 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
                    
                    = = = = = = = = = = = = = = = = = = = = =
                    Installing dependencies for 'scummvm' : ScummVM
                    = = = = = = = = = = = = = = = = = = = = =
                    
                    /home/pi/RetroPie-Setup/tmp/build/scummvm /home/pi
                    
                    = = = = = = = = = = = = = = = = = = = = =
                    Getting sources for 'scummvm' : ScummVM
                    = = = = = = = = = = = = = = = = = = = = =
                    
                    git clone --recursive --depth 1 --branch v2.1.0 "https://github.com/scummvm/scummvm.git" "/home/pi/RetroPie-Setup/tmp/build/scummvm"
                    Cloning into '/home/pi/RetroPie-Setup/tmp/build/scummvm'...
                    error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
                    fatal: The remote end hung up unexpectedly
                    fatal: early EOF
                    fatal: index-pack failed
                    fatal: Cannot change to '/home/pi/RetroPie-Setup/tmp/build/scummvm': No such file or directory
                    fatal: Cannot change to '/home/pi/RetroPie-Setup/tmp/build/scummvm': No such file or directory
                    HEAD is now in branch '' at commit ''
                    can't find file to patch at input line 3
                    Perhaps you used the wrong -p or --strip option?
                    The text leading up to this was:
                    --------------------------
                    |--- a/configure
                    |+++ b/configure
                    --------------------------
                    No file to patch.  Skipping patch.
                    1 out of 1 hunk ignored
                    /home/pi
                    Error running 'git clone --recursive --depth 1 --branch v2.1.0 https://github.com/scummvm/scummvm.git /home/pi/RetroPie-Setup/tmp/build/scummvm' - returned 128
                    scummvm patch /home/pi/RetroPie-Setup/scriptmodules/emulators/scummvm/01_rpi_enable_scalers.diff failed to apply
                    
                    Log ended at: Thu  7 Nov 08:42:10 EST 2019
                    Total running time: 0 hours, 0 mins, 35 secs
                    

                    I wanted to give you a heads up so you can fix it when you have a chance.
                    Thank you once again :)

                    M 1 Reply Last reply 7 Nov 2019, 15:44 Reply Quote 0
                    • M
                      mitu Global Moderator @GeekOB
                      last edited by 7 Nov 2019, 15:44

                      @GeekOB said in ScummVM 2.1.0:

                      error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.

                      Looks like a connection problem on your end. Have you retried to do the source installation ?
                      Since the binaries are now following a stable branch and they've been recently build, you'll be installing the same version as the binary update.

                      G 1 Reply Last reply 7 Nov 2019, 17:25 Reply Quote 1
                      • G
                        GeekOB @mitu
                        last edited by 7 Nov 2019, 17:25

                        Understood @mitu , thanks. I'll retest the source and let you know.
                        The version makes sense as it's very recent, not sure if the ScummVM team will be making major changes to that branch, we'll see.

                        H 1 Reply Last reply 7 Nov 2019, 18:12 Reply Quote 0
                        • H
                          hhromic @GeekOB
                          last edited by 7 Nov 2019, 18:12

                          Hi @GeekOB ,

                          As @mitu mentions is highly likely a connection problem on your end.

                          Besides, we are now using the v2.1.0tag, not branch. Which means that is never going to change until they release a new stable version or hotfix. You always will get the same result (the current binary) no matter when you build from source.

                          The only difference that building from source can make is that when building from source you are using compiler optimisation for your particular RPI device. This optimisation may be very minimal anyway.

                          1 Reply Last reply Reply Quote 0
                          • L
                            liquidpolicenaut
                            last edited by 11 Nov 2019, 23:54

                            Sorry for the extreme late reply! In reference to my original issues, I got the controller issue fixed (Yay!) but my other problem remains in that I cant get Beavis and Butthead to load from the start. From my last post, I discovered that the game does in fact run properly IF I load a save file from it, however, I get booted back to the main EmulationStation screen if I try to start a game from the beginning. Here are the contents of my runcommand file:

                            Parameters:
                            Executing: bash /home/pi/RetroPie/roms/scummvm/+Start\ ScummVM.sh "bbvs-win"
                            Using joystick: SWITCH CO.,LTD. USB Gamepad
                            Virtual keyboard pack 'vkeybd_default' loaded successfully
                            WARNING: No hardware input were defined, using defaults!
                            User picked target 'bbvs-win' (gameid 'bbvs')...
                            Looking for a plugin supporting this gameid... MTV's Beavis and Butt-head in Virtual Stupidity
                            Starting 'Beavis and Butt-head in Virtual Stupidity'
                            Using joystick: SWITCH CO.,LTD. USB Gamepad
                            /home/pi/RetroPie/roms/scummvm/+Start ScummVM.sh: line 4: 1506 Aborted /opt/retropie/emulators/scummvm/bin/scummvm --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/scummvm/extra" $game

                            When I try and start a new game and get booted back to the main screen, this line of text briefly shows up...

                            *** Error in `/opt/retropie/emulators/scummvm/bin/scummvm': double free or corruption (out): 0x7ee9b2d0 ***

                            Any ideas, thoughts or help would be greatly appreciated!

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