tiduscrying / MiniUI-Extra-Extras

Extra Retroarch cores for MiniUI on the Miyoo Mini
38 stars 3 forks source link

Pico 8 issues #14

Closed Ledarium closed 1 year ago

Ledarium commented 2 years ago

After installing latest release (https://github.com/tiduscrying/MiniUI-Extra-Extras/releases/tag/05-23-22) pico8 didn't work at all as reported in https://github.com/tiduscrying/MiniUI-Extra-Extras/issues/10.

I've tried to install .PAK from current master commit https://github.com/tiduscrying/MiniUI-Extra-Extras/commit/f3bcf47dc4daf6d89f70726db60b840c1a4f9425 , and the image is rotated 180 degrees.

Everything else in the system works fine, image is in correct orientation. I'm running MiniUI-20220603-0, firmware is 20220419

tiduscrying commented 2 years ago

I need to get back to testing, but I believe Pico 8 was fixed recently and with a MiniUI nightly. I'll test and hopefully push some updates tsoon.

Ledarium commented 2 years ago

No changes on miniui-20220618

clems71 commented 2 years ago

Just tested current main branch f3bcf47 on the new MiniUI base 20220626 - and it is still rotated 180°.

Something worth noting is that if I execute FAKE08 directly with the file explorer, display is not rotated.

IMG_0564 Medium

clems71 commented 2 years ago

Found where the issue comes from : you need to delete the previous libSDL-1.2.so.0 file coming from the previous release MiniUI-Extra-Extras_05-23-22

It works OK when I executed FAKE08 directly because the LD_LIBRARY_PATH was not overridden (as done in launch.sh) in this case and the custom libSDL-1.2.so.0 file was not picked up.

Ledarium commented 2 years ago

Can confirm that removing libSDL-1.2.so.0 works for me. The issue can be closed, but maybe should account for that in launch.sh and specify exact name of library in LD_LIBRARY_PATH

tiduscrying commented 1 year ago

Fixed with the latest release! Thanks for the input everyone and sorry about the delay in getting to this one.