#Vanilla Celeste Unable to Launch (M4 Mac)

91 messages · Page 1 of 1 (latest)

solemn meadow
#

Hello:) I recently got a M4 Macbook air and have been trying to launch celeste on it but keep getting this error
Ver 1.4.0.0 2025-12-21 5:43:12 PM System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.BinaryReader.FillBuffer (System.Int32 numBytes) [0x0007a] in <d1664be62cd44600bbd25f7afa292479>:0 at System.IO.BinaryReader.ReadSingle () [0x00000] in <d1664be62cd44600bbd25f7afa292479>:0 at Celeste.PlaybackData.Import (System.Byte[] buffer) [0x00079] in <4a26f9ded6704c87a2f47e66d2d85163>:0 at Celeste.PlaybackData.Load () [0x00028] in <4a26f9ded6704c87a2f47e66d2d85163>:0 at Celeste.Celeste.LoadContent () [0x0001a] in <4a26f9ded6704c87a2f47e66d2d85163>:0 at Microsoft.Xna.Framework.Game.Initialize () [0x00073] in <1da441a83bdf4bb5b80df9bed1445171>:0 at Monocle.Engine.Initialize () [0x00000] in <4a26f9ded6704c87a2f47e66d2d85163>:0 at Celeste.Celeste.Initialize () [0x00000] in <4a26f9ded6704c87a2f47e66d2d85163>:0 at Microsoft.Xna.Framework.Game.DoInitialize () [0x00039] in <1da441a83bdf4bb5b80df9bed1445171>:0 at Microsoft.Xna.Framework.Game.Run () [0x0000e] in <1da441a83bdf4bb5b80df9bed1445171>:0 at Monocle.Engine.RunWithLogging () [0x00000] in <4a26f9ded6704c87a2f47e66d2d85163>:0
Could anyone try to help resolve this:)

#

Also should be noted the game is installed on an external SSD

#

(since apple for some god awful reason decided 256gb is enough for a laptop)

burnt fjord
#

what the obfuscated!! <@&673391557939953684> is this normal?

manic bramble
burnt fjord
#

is this kind of stack trace expected in vanilla??

ember dawn
#

@solemn meadow open terminal in your celeste folder

manic bramble
ember dawn
#

i know the answer but don't want to spoil it yet

burnt fjord
#

snip the mysterious

ember dawn
#

once that's done run ls -a Content

solemn meadow
#

it says
ls: Content: No such file or directory

ember dawn
#

you're not in the celeste folder then

#

does the path to the left of $ have Celeste in it

solemn meadow
#

that's what the terminal is looking like

ember dawn
#

i think you may need to cd to Resources then

#

ls and show what's inside

solemn meadow
#

oops

#

wrong ss

#

sorry

ember dawn
#

lmao figured

solemn meadow
#

way too used to windows lol...

ember dawn
#

yeah, cd Celeste.app/Resources iirc

#

there should be a content folder there

solemn meadow
#

hmm there doesn't seem to be a 'recourses'

#

resources

#

i spelt it right the last time i think

#

:)

ember dawn
#

okay what is inside then

#

do ls

solemn meadow
#

nothing??

ember dawn
#

ah

#

so ig its in contents/resources

#

i don't do mac often

solemn meadow
#

all good, i'm very new to macos

ember dawn
#

so cd Contents/Resources, if that doesn't work then cd Contents and ls

solemn meadow
#

we are making progress:)

ember dawn
#

yeah now ls -a Content

solemn meadow
ember dawn
#

yep now you see the reason your celeste is broken

#

all those files starting with ._ should not be there

#

cc @manic bramble

manic bramble
#

._.

ivory dew
#

._ widegladeline2

solemn meadow
ember dawn
#

there's an easy way to get rid of them

#

run find . -type f -name '._*' , you'll get a list of all the files that it should get rid of

#

we're finding all items that are a file, whose name starts with ._

solemn meadow
#

just ran it and got this

ember dawn
#

oh i thought we're in the content folder

solemn meadow
#

nope recources

ember dawn
#

anyways, yeah if you scroll down a lot you'll see ./Content/Maps/._0-Prologue.bin

#

@manic bramble this is why it's crashing in this way

solemn meadow
#

oh yes i see that now

ember dawn
#

it's trying to parse a macos metadata file as a map bin file

manic bramble
#

ohhh i see

ember dawn
#

hence, macos bs

#

anyways

manic bramble
#

is this something to fix in everest then?

solemn meadow
#

i'm not using everest

#

running vanilla celeste

ember dawn
#

yeah its vanilla

#

i consider this macos' fault

#

anyways

manic bramble
#

yea but if the crash also happens in everest then we care about it from an everest perspective

ember dawn
#

cd Content

#

it also happens in everest yes

ember dawn
#

this will delete all of those files starting with ._ and fix your install

solemn meadow
#

okay done!

ember dawn
#

now launch celeste

solemn meadow
#

we are up and running:)

#

tysm ! u guys are awesome

ember dawn
#

ive seen this before several times so ik the cause

solemn meadow
#

what is the cause out of curiousity?

#

i'm also getting an error when trying to launch omori so i'm curious if it'd be the same cause

ember dawn
#

apple stores extra filesystem metadata in those ._ files

#

im not sure what kind of metadata but it's not really critical

solemn meadow
#

ah weird

ember dawn
#

oh this exists

#

@solemn meadow if you have your terminal still open, what does which dot_clean show

fast crag