OnionUI / Onion

OS overhaul for Miyoo Mini and Mini+
https://onionui.github.io
GNU General Public License v3.0
3.48k stars 218 forks source link

PICO-8 (standalone) exit button is not working #1373

Closed worthis closed 10 months ago

worthis commented 10 months ago

Checklist

Onions OS Version

4.3.0-beta

Miyoo Firmware Version

202306282128

Provide a clear and concise description of the issue

Pressing the Menu button does not close the PICO-8 (standalone). The only option is to turn off the console by long pressing the Power Off button.

Steps to Reproduce

1 Download "The Lair" cartridge https://www.lexaloffle.com/bbs/cposts/th/thelair-0.p8.png. 2 Place it to the "Roms/PICO" folder. 3 Run it by PICO-8 (standalone) from the Expert menu. 4 Try to close it by pressing the Menu button.

Provide any additional context or information that may help us investigate your issue

PICO-8 (standalone)

XK9274 commented 10 months ago

Works fine here following your steps.

Did you have the App version of pico8 and copy anything over by any chance? If you moved any dirs like: lib you've overwritten the Onion version of the libs, and your exit button will now be Menu + Select

https://github.com/OnionUI/Onion/assets/47260768/d52ab535-2f8f-43d0-ad92-a83571d6438b

worthis commented 10 months ago

Strange, pressing SELECT + MENU brings up the standard RetroArch menu. I just updated the onion version over the air, installed pico-8 (standalone) through package manager, created bin folder and placed appropriate libs and ran this cartridge, the others are fine, exit through the menu button.

XK9274 commented 10 months ago

You must somehow be running with fake-08 through RA. 🤔

worthis commented 10 months ago

https://github.com/OnionUI/Onion/assets/47685963/c1b3a64c-db37-498a-b5ca-3e4117e9f1b1

lairrelease60a p8

XK9274 commented 10 months ago

https://github.com/OnionUI/Onion/assets/47260768/749b80b5-9fb2-41f5-8658-46e9b3d476c4

Still works with that cart

image

Can you run ps on ssh or telnet and see if it says Fake08, or Retroarch or something else?

worthis commented 10 months ago

Problem solved. There was a cfg file for this cartridge in the Roms/PICO folder, I deleted it.

XK9274 commented 10 months ago

Thanks for the update :)