Hey all, itch.io admin here. Since so many people end up on this topic when they're having errors I've written a quick guide:
- It's very likely you've packaged your game file wrong:
- It must be an HTML5 game! You can not upload an .exe file and expect it to work. If you're using a game development tool it must have an HTML export option
- It must be a .zip file (no .rar, no .7z)
- You can also upload a plain .html file only if your project is fully contained in that single html file
- If your game extracts, but is having errors:
- All files needed by your game must be in the zip file
- make sure you're using relative paths when requesting other resources
- filenames are case sensitive. (HelloWorld.png is not the same as helloworld.png)
- if you request any files on other services, HTTPS must be used
There's a more detailed guide on our docs: https://itch.io/docs/creators/html5#common-pitfalls
Please check all of these things before asking for help. Thanks
Although this topic mentions server errors, that was an isolated incident that was fixed. Downtime is very rare, and it's much more likely you're running into one of the problems described above.