You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like the code wants parameters that are wrong.
If I launch it from the command line the launch starts enough to greate a log: # /usr/bin/launCharc /recalbox/share/roms/makecode/arcade-jumpy-platformer.elf``
Then the music stops and the start screen for Jumpy starts. and hangs for a few seconds. Then ends.
If I try to launch the Launcher using the command from the log, I get the same output as the emulation station logs:
I gave up. I switched to RetroPie and was able to get the Launch code to work out of the box. I recommend not using the latest RecallBox with LaunCharc.
Thanks for trying McAirpos and your feedback here from trying to get MakeCode Arcade games to launch om Recalbox(v9 Pulstar, I presume?)! Glad that you still got it to work on the newest RetroPie!
I have reopened this issue, since it is relevant for my ongoing efforts to try to get MakeCode Arcade games to launch with McAirpos on Recalbox v9 Pulstar, which is an ongoing challenge...
In my case, I am attempting this on a RPi Zero 2W on the original GPi Case 1, not your GPi Case 2W, so I cannot reproduce your conditions exactly.
Error message when running the game directly, without launCharc: Bus Error
Dmesg shows:
[ 59.510961] Alignment trap: not handling instruction f4420a1f at [<76cd0284>]
[ 59.510985] 8<--- cut here ---
[ 59.511000] Unhandled fault: alignment exception (0x801) at 0x7ed9793c
[ 59.511014] pgd = fdb2be65
[ 59.511029] [7ed9793c] *pgd=04b61835, *pte=0427e75f, *ppte=0427ec7f
So, differently from all other hardware and systems, also earlier Recalbox versions, for me it doesn't even execute. Alsa seems to be installed and positioned on 0:0. Not sure if this is a screen issue, binary compatibility issue, missing libraries, or what.
Any tips on how to proceed would be greatly appreciated, and we could update support for McAirpos on Recalbox v9+.
It looks like /usr/bin/launCharc does not like Emulation Stations parameters.
-rotation 0 -resolution 640x480 -nodefaultkeymap
When I try to launch sample Jumpy.elf from MakeCode Just fails and returns to screen.
es-log has:
And:
cat es_launch_stdout.log
usage: launCharc [nomap / keybswap / verbose] [/path/to/arcadegame.elf]
So it looks like the code wants parameters that are wrong.
If I launch it from the command line the launch starts enough to greate a log:
# /usr/bin/launCharc /recalbox/share/roms/makecode/arcade-jumpy-platformer.elf``
Then the music stops and the start screen for Jumpy starts. and hangs for a few seconds. Then ends.
If I try to launch the Launcher using the command from the log, I get the same output as the emulation station logs:
If I launch a different game it also gets the same parms but works:
The text was updated successfully, but these errors were encountered: