Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I had the exact same 2 problems. The error I got on device (which crashed the device) was:

main.lua:164: file assets/sounds/combo1 not found: unknown uC-FS error: 0710

stack traceback:

[C]: in function 'assert'

main.lua:164: in function 'loadSound'

main.lua: 169: in main chunk

One of the combo sounds didn't seem to load properly. It can't be my problem since i doublechecked that the directories and the files exist and they all do.

I tried a couple times through the playdate website and got the same error each time. Maybe it's an issue with their system. Seems like the kind of thing that might happen with case-sensitivity or special characters in the filename... I was able to load the game using the simulator's "upload to device" feature, beautiful game :)