[this](#1384598559982227637 message) didn't actually work for me. I found sj on gamebanana and installed the latest version through the olympus link (which I'm only pretty sure is the right way to update manually), but the problem persists. I also have a different error log:
Celeste Error Log
==========================================
Ver 1.4.0.0-fna [Everest: 5421-azure-15f3e]
06/20/2025 12:21:59
System.NullReferenceException: Object reference not set to an instance of an object.
at TAS.EverestInterop.CommonBaselineFont.DrawCommonBaseline(PixelFont pixelFont, String text, Single baseSize, Vector2 position, Vector2 justify, Vector2 scale, Color color, Single edgeDepth, Color edgeColor, Single stroke, Color strokeColor) in CelesteTAS/Source/EverestInterop/CommonBaselineFont.cs:line 103
at TAS.EverestInterop.StudioUpdateBanner.DrawAndMeasureBannerText(Single& left, Boolean draw) in CelesteTAS/Source/EverestInterop/StudioUpdateBanner.cs:line 138
at TAS.EverestInterop.StudioUpdateBanner.Render() in CelesteTAS/Source/EverestInterop/StudioUpdateBanner.cs:line 132
at DMD<DMD<>?11792838::Monocle.Engine::Draw>(Engine this, GameTime gameTime)
at SyncProxy<System.Void Monocle.Engine:Draw(Microsoft.Xna.Framework.GameTime)>(Engine , GameTime )
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.RunLoop()
at Microsoft.Xna.Framework.Game.Run()
at Monocle.Engine.RunWithLogging()