Yes, it's something we'd like to patch in the future!
Noel
Creator of
Recent community posts
Sorry for the slow reply, but if you bought the Physical PC edition from Limited Run you should have received an itch.io key on April 19 which you can use to update to the latest version.
If you bought a PS4 or Switch physical edition, the game will update when we launch 1.4 on consoles (we're still working on it).
Did you try the steps listed here?
https://itch.io/t/833743/celeste-wont-run-on-windows-help-info
If so, does the game create an error_log.txt?
If you're unable to launch Celeste on Windows, please try the following:
- Make sure you have XNA Redistributable 4.0 installed (you can also download it from itch.io by selecting itch-redists-xna-4.0.zip from the list)
- Make sure you have .NET Framework 4.5 installed
- Make sure the game is being run from a location that has Read/Write File access. (ex. if you unzip it in Program Files or something, it may not be able to write save data, error logs, etc).
- Make sure the Folder Structure looks like this (ie. keep Celeste.exe and its Content folder together!)
~/MyPath/Celeste/Content
~/MyPath/Celeste/Celeste.exe - If it still doesn't launch, try the OpenGL Windows Version instead
- If neither versions of the game run, check to see if there is an "error_log.txt" in the game directory, beside Celeste.exe, and post it here.
Hi, does the game create an error_log.txt file in the same directory as the Celeste.exe? If so, can you post it?
You can also try to follow these steps: https://itch.io/post/1524890
Yeah, that all looks totally fine. Is it possible the game is being launched in a location where it doesn't have read/write access? I'm trying to think what could be happening, but without any kind of error log it's difficult to debug :/ Celeste itself is a pretty simple .NET Framework 4.5 C# application, so it should at least launch and be able to make an error log of some kind. Sorry I don't have a better solution for you!
The error logs above say that the game is unable to find Content (graphics / font files / etc). Is it possible the game is missing those, or you are running it from a location where it doesn't have read access? There's also a chance it thinks the working directory is somewhere else due to how it was launched, but that is unlikely unless you ran it through command line.
If you're unable to launch on Windows I would
- Make sure you have XNA Redistributable installed
- Make sure you have .NET Framework 4.5 installed
- Once those are installed, if it still doesn't launch, try the OpenGL Windows Version instead
- If that doesn't work, check to see if there is an "error_log.txt" in the Celeste directory, beside Celeste.exe, and post it here
- If there is no error log, and neither version runs, send me your PC specs I guess ... at this point I'm not sure what could be causing the problem.