RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!)

    Scheduled Pinned Locked Moved Ideas and Development
    githubscriptmodulesdevelopment
    545 Posts 42 Posters 264.3k 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.
    • F
      Folly @DTEAM
      last edited by Folly

      @dteam said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

      @folly said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

      ps. updated the script : now the .zip extension is always added in the generated script. So .zip files will appear in emulationstation.

      7z. ext. could be also add.

      Indeed, was thinking about that. I can implement this.
      EDIT : .7z is added in the scripts now.

      It works. The names are doubled like:

      • lr-mess-snes-snes-cart or
      • lr-mess-a5200-a5200-cart

      EDIT : I see now Atari 5200 does not have the right name, will try to fix this
      (EDIT: checked it, I have a good file (no issue): gen-lr-mess-atari5200-a5200-cart.sh)

      Yes that is correct. Both names are in the filemame :
      gen-lr-mess-<RetroPiename>-<MESSname><-media>.sh
      Perhaps there is a better way of naming.
      We can discuss that.
      For now I did this to check The RetroPie names against the MESS name.
      (EDIT: now it was already usefull to detect an issue with a5200)
      (EDIT: checked it, I have a good file (no issue): gen-lr-mess-atari5200-a5200-cart.sh)
      In these examples they are both the same.
      But with others they aren't.
      With msx you get something like this :
      msx-hbf700p-flop1 quite usefull, I think.

      Not the purpose, but just to know:

      Nes (good performance)
      SNES won't load (BIOS issue)
      a2600 (good performance)
      a5200 (screen view to set)
      N64 run at 25 FPS (really slow)
      32x (won't load , probably bad romset)
      3DO (stop on 3DO screen, but not freeze)

      I confirm, the names are matching between Retropie and MAME.

      Thanks for already testing a bit !

      I downloaded the artwork and tested it on gameboy.
      The artwork works oob. Nice job.
      2020-12-08-210454_800x600_scrot-resized.png 2020-12-08-210443_800x600_scrot-resized.png

      Only my space ship was toooo fast, Game over ^^

      1 Reply Last reply Reply Quote 1
      • F
        Folly @DTEAM
        last edited by Folly

        @dteam said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

        bash generate-lr-mess-systems-1v3-alpha.sh nes
        bash generate-lr-mess-systems-1v3-alpha.sh a2600
        bash generate-lr-mess-systems-1v3-alpha.sh a5200
        ....

        Perhaps you know. Perhaps others don't.
        But this is also nice in the terminal.

        Just copy and past the multiple lines will do the job also.
        Isn't that great. ;-)

        1 Reply Last reply Reply Quote 1
        • TPRT
          TPR
          last edited by

          I'm trying to install GSPlus but I'm running into the following error. Any ideas? Thank you.
          GSplus error.jpg

          F 1 Reply Last reply Reply Quote 0
          • F
            Folly @TPR
            last edited by Folly

            @tpr said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

            I'm trying to install GSPlus but I'm running into the following error. Any ideas? Thank you.

            You did not add much info to your problem.
            But it seems like you are installing the standalone gsplus from source (original valerino)

            Tried this for you now, I have the same error (using Raspberry Pi OS Buster on pi4)
            You have to read your specific/latest log in to find out more :
            /home/pi/RetroPie-Setup/logs
            In my log => fatal error: readline/readline.h file does not exist.
            So it seems to be a fault in the source code.
            So the compilation is terminated and thats why the binary isn't found.

            The script gets his sourcode from :
            https://github.com/digarok/gsplus

            TPRT 1 Reply Last reply Reply Quote 0
            • F
              Folly
              last edited by Folly

              @DTEAM

              I want to discuss the BIOS directory for my generated scripts.

              For my script I was thinking to change the BIOS directory so all lr-mess bios files go in there. Just to seperate them from the others. What do you think of that idea ?

              So the lr-mess-bios directory is going to be something like :
              /home/pi/RetroPie/BIOS/lr-mess
              (perhaps there is a better way)

              I think it's also possible to separate them on mess names, so we get a be view on what is where. Like this :
              /home/pi/RetroPie/BIOS/lr-mess/<MESSsystem>

              I don't know if I change it in the script, if this will work directly.
              But if it works, what do you think of this idea ?

              1 Reply Last reply Reply Quote 0
              • TPRT
                TPR @Folly
                last edited by

                @folly I have added that file from the source but I'm still getting errors. This is what my log currently tells me:

                [ 16%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/port.c.o
                [ 18%] Linking C static library libatbridge.a
                [ 18%] Built target atbridge
                [ 20%] Linking C executable to_pro
                [ 20%] Built target to_pro
                make: *** [Makefile:84: all] Error 2
                /home/pi
                Could not successfully build gsplus - Apple II/GS emulator (/home/pi/RetroPie-Setup/tmp/build/gsplus/bin/GSplus not found).

                Any further help would be appreciated. Thank you.

                1 Reply Last reply Reply Quote 0
                • TPRT
                  TPR @roslof
                  last edited by

                  @roslof I've been trying to get GSplus up and running and have everything you've mentioned in this post except for this: GSOS6.0.1.img

                  I can't seem to find any reference to this or videos on how to make one by Googling it. Any help would be appreciated. Thank you.

                  I'm trying to run something like "Thexder" and I have the gsp and the 2mg files in the correct place according to the gsp file but I don't have that .img file that you mention.

                  1 Reply Last reply Reply Quote 0
                  • F
                    Folly
                    last edited by Folly

                    @TRP

                    Just found the solution.

                    The package depends on libreadline-dev (GNU readline)
                    If installed on linux it will find the readline.h on your computer.
                    I manually compiled gsplus and this worked.

                    I checked also some gsplus forks.
                    This fork has updated the apt install <dependancies> in the readme.md :
                    https://github.com/daehahn/gsplus

                    Add these in the script on line 19 (/home/pi/RetroPie-Setup/scriptmodules/emulators/gsplus.sh) :

                    getDepends libsdl2-dev libsdl2-image-dev re2c libfreetype6-dev libpcap0.8-dev libreadline-dev
                    

                    Try to install again.
                    It should work now.

                    If this works someone could do a pull request or send an issue on valerino's github.

                    ps. When you have it working , can you share some info here?
                    How to run images etc. or get Thexder to run. I am also new to gsplus.
                    (It boots but I don't know how to load things)

                    TPRT 4 Replies Last reply Reply Quote 0
                    • TPRT
                      TPR @Folly
                      last edited by TPR

                      @folly Thanks. I don't have a script editor to tell me what line 19 is but in Wordpad I counted the lines and I added it here:

                      rp_module_flags=""

                      function depends_gsplus() {
                      getDepends libsdl2-dev libsdl2-image-dev re2c libfreetype6-dev libpcap0.8-dev libreadline-dev
                      }

                      function sources_gsplus() {
                      gitPullOrClone "$md_build" https://github.com/digarok/gsplus
                      }

                      Wish me luck!

                      1 Reply Last reply Reply Quote 0
                      • TPRT
                        TPR @Folly
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • TPRT
                          TPR @Folly
                          last edited by

                          @folly Yeah, I think Retropie-Setup really didn't like that and I'm still getting the same error...131091945_423708339000508_6495766920179466187_n.jpg

                          131174680_205578467736770_8505500218180470941_n.jpg

                          1 Reply Last reply Reply Quote 0
                          • TPRT
                            TPR @Folly
                            last edited by

                            @folly Can you post your version of gsplus.sh somewhere so I can try it?

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              Folly @TPR
                              last edited by Folly

                              EDIT : (22-12-2020) Problem has been solved now in the original fork of @valerino.

                              @tpr said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

                              @folly Can you post your version of gsplus.sh somewhere so I can try it?

                              I pushed the file to my github, so you can try.
                              Hope it works for you.

                              cd /home/pi/RetroPie-Setup/scriptmodules/emulators
                              wget --backups=1 https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/main/00-scriptmodules-00/emulators/gsplus.sh
                              
                              

                              (EDIT: fixed above line, now it will overwrite the gsplus.sh and make a backup of the old file)

                              or download this repository and extract the file :
                              https://github.com/FollyMaddy/RetroPie-Share

                              TPRT 1 Reply Last reply Reply Quote 0
                              • TPRT
                                TPR @Folly
                                last edited by

                                @folly I seem to still be getting an error using your version. Here's what my log file says:

                                = = = = = = = = = = = = = = = = = = = = =
                                Building 'gsplus' : Apple II/GS emulator v
                                = = = = = = = = = = = = = = = = = = = = =

                                -- The C compiler identification is GNU 8.3.0
                                -- The CXX compiler identification is GNU 8.3.0
                                -- Check for working C compiler: /usr/bin/cc
                                -- Check for working C compiler: /usr/bin/cc -- works
                                -- Detecting C compiler ABI info
                                -- Detecting C compiler ABI info - done
                                -- Detecting C compile features
                                -- Detecting C compile features - done
                                -- Check for working CXX compiler: /usr/bin/c++
                                -- Check for working CXX compiler: /usr/bin/c++ -- works
                                -- Detecting CXX compiler ABI info
                                -- Detecting CXX compiler ABI info - done
                                -- Detecting CXX compile features
                                -- Detecting CXX compile features - done
                                -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
                                -- Check if the system is big endian
                                -- Searching 16 bit integer
                                -- Looking for sys/types.h
                                -- Looking for sys/types.h - found
                                -- Looking for stdint.h
                                -- Looking for stdint.h - found
                                -- Looking for stddef.h
                                -- Looking for stddef.h - found
                                -- Check size of unsigned short
                                -- Check size of unsigned short - done
                                -- Using unsigned short
                                -- Check if the system is big endian - little endian
                                -- Checking for module 'sdl2'
                                -- Found sdl2, version 2.0.10
                                -- Checking for module 'freetype2'
                                -- Found freetype2, version 22.1.16
                                -- Configuring done
                                -- Generating done
                                -- Build files have been written to: /home/pi/RetroPie-Setup/tmp/build/gsplus
                                Scanning dependencies of target x_readline
                                Scanning dependencies of target partls
                                Scanning dependencies of target to_pro
                                Scanning dependencies of target atbridge
                                [ 5%] Building C object bin/CMakeFiles/to_pro.dir/to_pro.c.o
                                [ 5%] Building C object bin/CMakeFiles/x_readline.dir/readline.c.o
                                [ 5%] Building C object bin/CMakeFiles/partls.dir/partls.c.o
                                [ 6%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/aarp.c.o
                                /home/pi/RetroPie-Setup/tmp/build/gsplus/src/readline.c:90:10: fatal error: readline/readline.h: No such file or directory
                                #include <readline/readline.h>
                                ^~~~~~~~~~~~~~~~~~~~~
                                compilation terminated.
                                make[2]: *** [bin/CMakeFiles/x_readline.dir/build.make:63: bin/CMakeFiles/x_readline.dir/readline.c.o] Error 1
                                make[1]: *** [CMakeFiles/Makefile2:102: bin/CMakeFiles/x_readline.dir/all] Error 2
                                make[1]: *** Waiting for unfinished jobs....
                                [ 8%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/atbridge.c.o
                                [ 10%] Linking C executable partls
                                [ 11%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/elap.c.o
                                [ 13%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/llap.c.o
                                [ 13%] Built target partls
                                [ 15%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/pcap_delay.c.o
                                /home/pi/RetroPie-Setup/tmp/build/gsplus/src/to_pro.c: In function ‘format_memdisk’:
                                /home/pi/RetroPie-Setup/tmp/build/gsplus/src/to_pro.c:370:3: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
                                strncpy((char *)vol_hdr->vol_name, name, strlen(name));
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                [ 16%] Building C object bin/atbridge/CMakeFiles/atbridge.dir/port.c.o
                                [ 18%] Linking C static library libatbridge.a
                                [ 18%] Built target atbridge
                                [ 20%] Linking C executable to_pro
                                [ 20%] Built target to_pro
                                make: *** [Makefile:84: all] Error 2
                                /home/pi/RetroPie-Setup/scriptmodules/emulators
                                Could not successfully build gsplus - Apple II/GS emulator v (/home/pi/RetroPie-Setup/tmp/build/gsplus/bin/GSplus not found).

                                Log ended at: Fri 11 Dec 18:46:43 GMT 2020
                                Total running time: 0 hours, 0 mins, 15 secs

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  Folly @TPR
                                  last edited by Folly

                                  EDIT : (22-12-2020) Problem has been solved now in the original fork of @valerino.

                                  @tpr

                                  Try to install the package manually.

                                  sudo apt install libreadline-dev
                                  

                                  Then try to reinstall gsplus again.

                                  TPRT 1 Reply Last reply Reply Quote 1
                                  • TPRT
                                    TPR @Folly
                                    last edited by

                                    @folly Yay! That seemed to at least build without any errors. Thank you!

                                    Now I just need to spend some time to see if I can get it running. Do you happen to know what BIOS files I need and what folders they go in?

                                    F 2 Replies Last reply Reply Quote 0
                                    • F
                                      Folly @TPR
                                      last edited by Folly

                                      @tpr

                                      @roslof said use ROM.01 for the best compatibility.
                                      Find this file APPLE2GS.ROM and rename it to ROM.01.
                                      (there is an apple mirror ftp)
                                      I placed it just in :
                                      /home/pi/RetroPie/BIOS
                                      Perhaps you have to select the rom through the menu (F4) and save your config.
                                      (hopefully it will stick)

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        Folly @TPR
                                        last edited by Folly

                                        @tpr

                                        I am now trying both ways running apple2gs.

                                        Through lr-mess I already have Thexder running.

                                        But not yet in GSplus.
                                        GSplus needs a .gsp booter file.
                                        Tried this with thexder but i did not boot Thexder.
                                        I am still missing the GSOS6.0.1.img harddrive file, perhaps thats why it will not work.
                                        (EDIT : hardfile is not needed for booting Thexder)

                                        For those who are also reading this, @roslof discribed a lot about GSplus :
                                        https://retropie.org.uk/forum/topic/25576/new-scriptmodules-lr-vice-xvic-gsplus-proper-lr-mess-integration/176

                                        TPRT 2 Replies Last reply Reply Quote 0
                                        • TPRT
                                          TPR @Folly
                                          last edited by

                                          @folly How did you get it running under lr-mess? I have that installed as well but everytime I load something it freezes when it loads up. Maybe I have the wrong BIOS locations? What are the BIOS locations for the lr-mess version?

                                          F 1 Reply Last reply Reply Quote 0
                                          • TPRT
                                            TPR @Folly
                                            last edited by

                                            @folly When I use lr-mess-apple2gs it always crashes on this Initializing screen:
                                            131361599_371657860807468_607030021260211037_n.jpg

                                            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.