Yeah I extract the pdx and turn it into a zip. I'm able to sideload it like normal but then when i go to install it on the playdate, it fully installs and then says there was a download error.
Viewing post in [PlayDate] Fishing Simulator comments
Btw, if I pull up the hook again (without any fish on the hook) just after let it go down, the Playdate Simulator gives an error on this:
scenes/game.lua:301: attempt to index a nil value (field 'fish') stack traceback: scenes/game.lua:301: in field 'timerEndedCallback' CoreLibs/timer.lua:292: in local 'callEndedCallback' CoreLibs/timer.lua:334: in field 'updateTimers' sceneManager.lua:50: in method 'update' main.lua:33: in function <main.lua:29>
I can confirm I get the same issue with this game. Game is sideloaded fine, go to install on the playdate itself, bar gets to 100%, then gives me an error, just saying there was an error installing the game. Only other game I've had this issue with was Grelb's Very Good Poker: https://stevenf.itch.io/grelbs-very-good-video-poker He fixed it by separating the pdx from the source code, I think.