Hi,
I've been using Crankstart to test my Chip-8 emulator on the Playdate Simulator and it's been a joy to use! <3
I was curious if my "game" would also run on my real Playdate, but every time try to I upload the package with Device > Upload the device crashes and displays the message: Couldn't find pdz file main.pdz
Curiously, I double-checked if it was also happening with the examples, with the Klondike and the Nine Lives demo, and it was indeed happening in all of the cases
The output .pdx file contains:
- pdex.bin
- pdex.dylib
- pdxinfo
While on a Playdate game the package usually contains:
I'm on nightly-aarch64-apple-darwin and I'm running Crank and Crankstart on a M1 Pro Macbook Pro
Do you perhaps have any suggestions? I've tried everything but to no avail 😔
Thank you
Hi,
I've been using Crankstart to test my Chip-8 emulator on the Playdate Simulator and it's been a joy to use! <3
I was curious if my "game" would also run on my real Playdate, but every time try to I upload the package with
Device > Uploadthe device crashes and displays the message:Couldn't find pdz file main.pdzCuriously, I double-checked if it was also happening with the examples, with the Klondike and the Nine Lives demo, and it was indeed happening in all of the cases
The output .pdx file contains:
While on a Playdate game the package usually contains:
I'm on nightly-aarch64-apple-darwin and I'm running Crank and Crankstart on a M1 Pro Macbook Pro
Do you perhaps have any suggestions? I've tried everything but to no avail 😔
Thank you