Vircon32 Emulator
-
@Folly if you are cool with it, i like to add it to RetroPie- Extras
-
Yes great isn't it !
Just added a few small improvements. -
Sure, that's ok.
Make sure you add the one with the improvements I committed just now. -
@Folly done and done
thank you
-
@Folly said in Vircon32 Emulator:
Just added an experimental module-script to my repository over here to install the libretro version of Vircon32.
Clone or copy it and place it in your RetroPie-Setup folder under scriptmodules/libretrocores for example.
Run RetroPie-Setup and install it from source.
Make sure you get the bios and place it in the BIOS folder.
Get some games and it should work if you have RetroArch installed.Thank you very much 👍
-
Unfortunately it doesn't work for me. The message comes:
"could not succesfully build lr-vircon32 for libreto (/home/pi/RetroPie-Setup/tmp/build/lr-vircon32/vircon32_libreto.so not found)"Log started at: Mo 3. Jun 21:24:13 CEST 2024
RetroPie-Setup version: 4.8.7 (f6411621)
System: rpi4 (armv7l) - Raspbian GNU/Linux 10 (buster) - Linux retropie 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
/home/pi/RetroPie-Setup/tmp/build/lr-vircon32 /home/pi= = = = = = = = = = = = = = = = = = = = =
Getting sources for 'lr-vircon32' : Vircon32 game console - port of vircon32 for libretro
= = = = = = = = = = = = = = = = = = = = =git clone --recursive --depth 1 --shallow-submodules --branch main "https://github.com/vircon32/vircon32-libretro.git" "/home/pi/RetroPie-Setup/tmp/build/lr-vircon32"
Klone nach '/home/pi/RetroPie-Setup/tmp/build/lr-vircon32' ...
HEAD is now in branch 'main' at commit '293d0b2b0e3b996b991b7a667ec31a64d8865450'
/home/pi
/home/pi/RetroPie-Setup/tmp/build/lr-vircon32 /home/pi= = = = = = = = = = = = = = = = = = = = =
Building 'lr-vircon32' : Vircon32 game console - port of vircon32 for libretro
= = = = = = = = = = = = = = = = = = = = =-- 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
CMake Error at embed-binaries/embed-binaries.cmake:1 (cmake_minimum_required):
CMake 3.17.5 or higher is required. You are running version 3.13.4
Call Stack (most recent call first):
CMakeLists.txt:20 (include)-- Configuring incomplete, errors occurred!
See also "/home/pi/RetroPie-Setup/tmp/build/lr-vircon32/CMakeFiles/CMakeOutput.log".
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden. Schluss.
Could not successfully build lr-vircon32 - Vircon32 game console - port of vircon32 for libretro (/home/pi/RetroPie-Setup/tmp/build/lr-vircon32/vircon32_libretro.so not found).
/home/piLog ended at: Mo 3. Jun 21:24:21 CEST 2024
Total running time: 0 hours, 0 mins, 8 secs -
@buzztea said in Vircon32 Emulator:
CMake 3.17.5 or higher is required. You are running version 3.13.4
Looks like vircon32 needs a higher cmake to compile.
Too bad, it will not work for you. -
@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
-
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 ?
-
@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.
-
Just updated my old Buster image and checked the cmake version, it has :
version 3.16.3That is definitely too low.
-
@Folly thanks for that.
So either I make it only work on bullseye or have to have it compile it's own cmake version
-
I would go for the first, Bullseye or higher.
Buster will soon be deprecated anyway. -
@Folly yeah. I had the same thought
-
@ExarKunIv hate to ask here, not sure where to do this exactly
in your extras
Using Exarkuniv Retro pie extras, i have an issuelr-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 -
@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
-
@ExarKunIv ok thank you for the answer
-
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.
-
@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.17foreach
logic in theembed-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. -
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.