Ah, that's unfortunate! Does it give you the option to view crash information that you could share? Or does it just hang indefinately on the title screen logo?
Looks like the game managed to trigger "something truly unexpected" then😅
So far I've only seen "regular" game crashes that give a QR code with a stack trace, which can be send to the developer to find the underlying bug. But in this case honestly have no clue what could've caused this or how to figure that out...
If there's anyone reading this who played the game and also has a revA Playdate, could you please leave a comment or send a message on whether you had the same problem?
I asked around with some other developers and it seems there is a likely explanation for it related to loading too many resources up front and exceeding a time limit. The reason why this only occurs on some Playdates might be because they somehow load files slower than usual (maybe having almost full storage makes a difference?).
Anyway, the underlying problem should be easily fixable by changing the way stuff is loaded. I'll will implement that and upload a new version. I'll let you and James Gameboy know when that's ready. Hopefully it'll fix the problem!