-
Notifications
You must be signed in to change notification settings - Fork 8
Common Crashes
DON'T PANIC
Read the first line of the error (after the timestamp). It should contain one of two things:
As the rest of the error says, Everest has encountered an issue that couldn't be handled by normal means. Follow the instructions below to report this issue and get help.
Something has gone wrong, but Everest at least knows what it is.
As a user, first read through the following list of common errors for something matching or similar to the {ERRORNAME}
or description of the error displayed in the log, and follow the instructions provided.
If the particular error is not in the list, no fix is provided, or the fix does not work, then proceed to the instructions below to report the issue.
You've got too many mods (including maps) installed, and your poor PC can't handle them all at once. Try blacklisting or uninstalling some of them.
- To disable a mod while Celeste is running, open the
Mod Options
menu from the main menu and select the option toEnable or Disable Mods
. - If you are unable to start Celeste, go to the Mods folder next to Celeste.exe, and add the name of the zip/folder in the
blacklist.txt
file. For example, if you want Everest to skip overCrystalValley.zip
andDadbod.zip
, just put those inblacklist.txt
:
CrystalValley.zip
Dadbod.zip
ℹ️ The mod you are trying to blacklist may already be in blacklist.txt
with a #
before it. Simply removing the #
will cause the mod to be blacklisted.
- To uninstall a mod, just go to the Mods folder next to Celeste.exe, and delete the mod's zip/folder.
If you are out of luck or don't have much RAM, you can make Everest only load textures when they are required. Please note this can cause issues. For that, open Saves/modsettings-Everest.celeste
in a text editor (f.e. Notepad) and change LazyLoading_Yes_I_Know_This_Can_Cause_Bugs
from false
to true
.
Celeste has too many files open.
When installing mods, it is not necessary to extract them, as Everest will read the .zip files automatically. This is actually preferrable, because it means that your operating system will only see each mod as one file, rather than potentially hundreds.
Make sure downloaded mods are in .zip files, especially as some systems/browsers will automatically try to unzip them.
Something went wrong while downloading a mod.
Somehow one of your mod zips got corrupted, and will need to be reinstalled.
If you have an idea of which one it may be (if you downloaded one recently, or if you can check your log.txt
for the last loaded mod), then delete it from your Mods folder and redownload it.
Two FMOD banks define the same event.
If you aren't actively using FMOD, this error is usually caused by having more than one copy of the same mod (and therefore the same audio bank) loaded at the same time.
Check your Mods folder carefully for duplicate mods and remove them.
Something went wrong with the sound engine used by Celeste.
Possible fixes are:
- Unplug/replug your speakers/headphones
- Try a different set of speakers/headphones
- Restart your audio drivers
- Update your audio drivers
Ensure that Steam is running, restart it if necessary.
There are two ways of reporting issues:
- Join the Mt Celeste Climbers Association Discord:
- Report your issue in the
#modding_help
channel, following the checklist. - Wait patiently for someone to help you.
- Create a New Issue on the main Everest GitHub.
- Use a descriptive title (not just "Crash plz help").
- Follow the checklist to report your issue.
- Describe what you were doing before you encountered the error.
- If it was working previously, list any changes you made to your game since then.
- Include what you have done already to try to fix it.
-
Attach the
error_log.txt
andlog.txt
(both located in your Celeste folder).
If you got the Catastrophic Error warning, then only thelog.txt
is needed.
⚠️ If you have restarted your game since the crash, yourlog.txt
will have been reset. Everest will automatically store past logs in theLogHistory
folder, which is also in your Celeste folder. - If this is an error you believe to be specific to a mod, notify the mod author if possible.
Home
Contributing
FAQ
Useful Links
Your First Custom Map
Your First Texture Pack
Mod Setup
Custom Maps
Texture Packs
Uploading Mods
Generated Dialog Keys
Reference Code Mod🔗
Vanilla Audio IDs
Vanilla Decal Registry Reference
Character Portraits
Mod Structure
Debug Mode
Debug Map
Command Line Arguments
Environment Variables
Install Issues
Common Crashes
Latency Guide
everest.yaml Setup
Mapping FAQ
Map Metadata
Vanilla Metadata Reference
Adding Custom Dialogue
Overworld Customisation
Entity & Trigger Documentation
Custom Entity List🔗
Camera
Ahorn Scripts
Custom Tilesets
Tileset Format Reference
Stylegrounds
Reskinning Entities
Skinmods
Decal Registry
Chapter Complete Screen
Custom Portraits
Adding Custom Audio
Advanced Custom Audio
Code Mod Setup
Making Code Mods
Settings, SaveData and Session
Everest Events
Understanding Input
Logging
Cross-Mod Functionality
Recommended Practices
Core Migration Guide
Lönn Integration🔗
Custom Events
Adding Sprites
Adding Preexisting Audio