For context, this crash happened when restarting Celeste from an Everest update (after Everest loaded all my mods and just before Celeste actually started). I was just mapping, not messing with anything weird, and decided to update Everest. After this crash, I started Celeste again and everything was fine. My current version of Everest now after the update is v.1.5501.0-azure. Here's the log file that popped up on the crash:
``Celeste Error Log
Ver 1.4.0.0-fna [Everest: 5501-azure-d9f79]
05/23/2025 00:19:36
System.Exception: FMOD Failed: ERR_NOTREADY (Operation could not be performed because specified sound/DSP connection is not ready.)
at Celeste.Audio.CheckFmod(RESULT result) in /home/vsts/work/1/s/Celeste.Mod.mm/Patches/Audio.cs:line 42
at Celeste.AudioExt.CheckFMOD(RESULT result) in /home/vsts/work/1/s/Celeste.Mod.mm/Patches/Audio.cs:line 422
at Celeste.Audio.Banks.Load(String name, Boolean loadStrings) in /home/vsts/work/1/s/Celeste.Mod.mm/Patches/Audio.cs:line 367
at DMD<System.Void Celeste.Audio:Init()>()
at Celeste.Mod.SpeedrunTool.Other.MuteInBackground.AudioOnInit(orig_Init orig)
at Hook<System.Void Celeste.Mod.SpeedrunTool.Other.MuteInBackground::AudioOnInit(On.Celeste.Audio+orig_Init)>()
at SyncProxy<System.Void Celeste.Audio:Init()>()
at DMD<System.Void Celeste.GameLoader:LoadThread()>(GameLoader this)
at SkinModHelper.Module.SkinModHelperModule.GameLoaderLoadThreadHook(orig_LoadThread orig, GameLoader self)
at Hook<System.Void SkinModHelper.Module.SkinModHelperModule::GameLoaderLoadThreadHook(On.Celeste.GameLoader+orig_LoadThread,Celeste.GameLoader)>(GameLoader )
at SyncProxy<System.Void Celeste.GameLoader:LoadThread()>(GameLoader )
at Celeste.RunThread.RunThreadWithLogging(Action method)``