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

    Vircon32 Emulator

    Scheduled Pinned Locked Moved Help and Support
    emulator
    27 Posts 7 Posters 3.9k 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.
    • ExarKunIvE
      ExarKunIv @Folly
      last edited by

      @Folly did you get this running on a stock Retropie build?

      I don't know what cmake version the stock Retropie installs. If it doesn't install the correct version. Then I need to add that ability

      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 .

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

        @ExarKunIv

        Haven't tried but, likely, it will not work.
        I would have to look at my Buster image (rpiOSdesktop + RetroPie on top) to know which version it runs.

        Don't you have a stock build either ?

        ExarKunIvE 1 Reply Last reply Reply Quote 0
        • ExarKunIvE
          ExarKunIv @Folly
          last edited by

          @Folly I'm away from my pi right now. (Vacation)

          Some opened a issue on the repo and the cmake version was too low. So I thought to hit you up to see if you could recall easily.

          If not no big deal. I will mess with it once I'm back.

          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 .

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

            @ExarKunIv

            Just updated my old Buster image and checked the cmake version, it has :
            version 3.16.3

            That is definitely too low.

            ExarKunIvE 1 Reply Last reply Reply Quote 0
            • ExarKunIvE
              ExarKunIv @Folly
              last edited by

              @Folly thanks for that.

              So either I make it only work on bullseye or have to have it compile it's own cmake version

              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 .

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

                @ExarKunIv

                I would go for the first, Bullseye or higher.
                Buster will soon be deprecated anyway.

                ExarKunIvE 1 Reply Last reply Reply Quote 0
                • ExarKunIvE
                  ExarKunIv @Folly
                  last edited by

                  @Folly yeah. I had the same thought

                  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
                  • R
                    Retrodade @ExarKunIv
                    last edited by

                    @ExarKunIv hate to ask here, not sure where to do this exactly
                    in your extras
                    Using Exarkuniv Retro pie extras, i have an issue

                    lr-canary mid install it stops and asks for Github username and password ideas? nothing seems to be working
                    also still can't seem to install lr-citra both seem to be for the same system on the pi5
                    Thanks

                    ExarKunIvE 1 Reply Last reply Reply Quote 0
                    • ExarKunIvE
                      ExarKunIv @Retrodade
                      last edited by

                      @Retrodade this is because of the whole Nintendo shutting down yuzu and stuff. So anything linking to the old repos will not work

                      The lr core has not been updated to point to any new repos

                      But someone did post a update for it. That fixes the issue.

                      I will need to test it and it works. I can update my script

                      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 1 Reply Last reply Reply Quote 1
                      • R
                        Retrodade @ExarKunIv
                        last edited by

                        @ExarKunIv ok thank you for the answer

                        1 Reply Last reply Reply Quote 0
                        • V
                          Vircon32
                          last edited by

                          Hello, sorry if I saw this a little late. I am the creator of Vircon32.

                          Were you able to play Vircon32 on the Pi 4? Maybe I can help you. By the way, I see you were trying to install my emulator but if you use RetroPie maybe you can use the Vircon32 core directly?

                          I'm not sure about that one to be honest. I know the core is integrated into RetroArch and some other front-ends (Lakka, EmuELEC...) but not sure if RetroPie can use it.

                          LolonoisL 1 Reply Last reply Reply Quote 0
                          • LolonoisL
                            Lolonois @Vircon32
                            last edited by

                            @Vircon32 First: Thanks for sharing vircon32 with the community.

                            It should not be too hard to get it compiled on a Pi4 with with RaspiOS Buster 32Bit. AFAICT the build error stems from the foreach IN ZIP_LISTS (introduced with cmake 3.17) which should be straight forward to replace with cmake pre 3.17 foreach logic in the embed-binaries.cmake thus the requirement for 3.17 cmake can be relaxed. I might find some time soon to file a PR to your repo.

                            V 1 Reply Last reply Reply Quote 0
                            • V
                              Vircon32 @Lolonois
                              last edited by Vircon32

                              @Lolonois Thank you for having a look at it. Is there a reason why the build can't use CMake 3.17? That version is 4 years old now.

                              By the way, in the latest releases of Vircon32 (both the emulator and the core) I'm already including the binaries for the Pi 4 if you'd rather not do the build.

                              LolonoisL 1 Reply Last reply Reply Quote 0
                              • LolonoisL
                                Lolonois @Vircon32
                                last edited by

                                @Vircon32 Debian/RaspiOS is EOL since June this year. Thus there won't be any updates to cmake or other packages.

                                Using a backport (if there is one) or source compile of cmake may be options, but IMHO awkward ones.

                                One a second thought, I guess I will provide a patch for the cmake-file in the RetroPie-Extra scriptmodule which will only be applied when RaspiOS Buster is detected. For the time being. That way your work work will not be watered down.

                                @Vircon32 said in Vircon32 Emulator:

                                I'm already including the binaries for the Pi 4 if you'd rather not do the build.

                                That's good news, it will allow binary installs done by the scriptmodule.

                                V 1 Reply Last reply Reply Quote 0
                                • V
                                  Vircon32 @Lolonois
                                  last edited by

                                  @Lolonois said in Vircon32 Emulator:

                                  That's good news, it will allow binary installs done by the scriptmodule.

                                  That is great! I was going to look into install scripts to see if I can get Vircon32 officially integrated into RetroPie. This will be a good starting point, thank you!

                                  LolonoisL 1 Reply Last reply Reply Quote 0
                                  • LolonoisL
                                    Lolonois @Vircon32
                                    last edited by

                                    @Vircon32 Alright. Let's continue the discussion in "Ideas and Development" - https://retropie.org.uk/forum/topic/36435/

                                    1 Reply Last reply Reply Quote 1
                                    • 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.