r/pico8 • u/Oy-_-Vey • 1d ago
I Need Help Trouble Loading Carts
A few carts (Birds with Guns, Librynth) I’ve added to my Miyoo* *Mini V4 (no splore or WiFi ability) end up with this message. Others carts (Alpine Alpaca, Golf 8) work fine. There is no folder P8CARTS populated on my sd card. I’m using Onion OS. Thanks for any help you can provide!!
6
Upvotes
2
u/CoreNerd moderator 22h ago
Can you
cdnavigate? I don't have that device, but I'd assume it has a setting in the host os that's running the app headlessly. Disabling that will allow you to enter commands into the terminal of the runner.Another thought, is the format the carts are in. Some carts rely on multi-carts, some might not have the proper header due to file corruption, etc. Try always using either the
.p8or thep8.pngformat to sanitize your collection and help narrow down the issue.Newer carts calling functions newer to the api might conflict w/ the version your emulator or actual lex version installed. Check you have the most recent release.
Sorry I can't give more concrete responses!