Open efylan opened 1 week ago
Thanks for reporting.
plumOS v0.1 and v0.2 are based on different versions of stockOS. Most ports games work on v0.1, but conversely, many ports games do not work on v0.2.
We have confirmed that the game crashes when playing audio, but have not found a solution. We intend to document this symptom as a known issue in v0.3.
I think I found out ports that are not working are .apk based games that depend on gmloader giving out this error:
Failed to restart oga_events.service: Unit oga_events.service not found.
Yes, since oga_events.service
itself does not exist in GKD-StockOS, the error should occur in v0.1 as well.
However, since no ports bugs have been reported in v0.1, the existence of oga_events.service
is not directly related to the issue.
Thanks for reporting.
plumOS v0.1 and v0.2 are based on different versions of stockOS. Most ports games work on v0.1, but conversely, many ports games do not work on v0.2.
We have confirmed that the game crashes when playing audio, but have not found a solution. We intend to document this symptom as a known issue in v0.3.
I think I found out ports that are not working are .apk based games that depend on gmloader giving out this error:
Failed to restart oga_events.service: Unit oga_events.service not found.
I'm not sure if tt's missing this script, which is part of the arkos project to reset inputs, I couldn't find it anywhere on the 2023 firmware, so maybe if it's not about this service being missing, maybe it has to do with systemd running in a mode where not finding a service results in an exception/wrong exit code
This search returned some code that gave me a few ideas, but as I said, I could't find the oga_events.service anywhere...
Oops, I forgot to check in the first place, but does the game you are trying to run run on plumOS v0.1?
I understand that many ports games cannot be run on v0.2, but various users have reported that they work fine on v0.1.
Oops, I forgot to check in the first place, but does the game you are trying to run run on plumOS v0.1?
I understand that many ports games cannot be run on v0.2, but various users have reported that they work fine on v0.1.
Aww unfortunately running the v0.1 image on the miniplus results on a system failure screen, I tried replacing some files but still couldn't get it running. For now I'll stick to the 2023 firmware for ports and the new one for emulation.
UPDATE Sorry, that one was a faulty sdcard, and it was new T-T I flashed 0.1 and replaced the dtb file and uenv and ports are working there, thank you!
Don't worry about it. If the SD card is broken, various symptoms will occur, but I don't know all of them, so this experience was very educational.(^^)
Hello, thank you for keeping the updates available for the GKD mini PLUS (peak hardware design!!) I have been testing the new PlumOS image in the mini plus and I will keep reporting issues I find, I do not know if these happen in the new gkd bubble because i do not have it.
Some ports are not running in v0.2, (they are working on the 20230411 version though) I tried reinstalling them and patching them again.
The ones I have identified are
-Undertale -Delta Rune -Risk of Rain
And apparently all apk based games that use any version gmloader try to call to the oga_events service,
Failed to restart oga_events.service: Unit oga_events.service not found.
I don't know if the service is there, but if it is it could be enabled with the commands
systemctl enable oga_events.service
systemctl start oga_events.service
the requirements for oga_events seem to be there, so it might be worth giving it a try on the next version