#Error on mac when I try to open the game

125 messages ยท Page 1 of 1 (latest)

patent axle
#

can you try installing everest

#

ive seen this before but cannot figure out why this happens

opal grotto
#

alright...

#

can you link the download location?

patent axle
#

that doesn't look like a valid everest log

opal grotto
#

Really?

patent axle
#

this is still a vanilla log

#

yeah

#

theres no everest version up top

opal grotto
#

Ok what should I do now?

patent axle
#

okay on the bright side it's a different one

#

on the dark side i have never seen this before

opal grotto
#

great lol

patent axle
#

who is passing a null pointer to the texture what

opal grotto
#

idkkk

patent axle
#

im checking this out

opal grotto
#

๐Ÿ‘

patent axle
#

hm can you send log.txt

fierce galleonBOT
#

There are two types of logs; crash logs and log.txt.

Crash logs are generated when you see an "Oooops! :(" crash handler screen. They contain extra information which regular logs don't.
To access those, there's a button that says Open log file folder, which should take you to where they're stored. Make sure to grab the latest one!

For more subtle issues, non-crashing problems or other miscellaneous stuff, log.txt is checked. To find it, do the following:

  • Open Olympus.
  • Press the Manage button in the Installations panel on Olympus' main menu. (it's to the left)
  • Press Browse to open the Celeste folder.
  • Look for the file named exactly log.txt inside that folder. Do not grab error_log.txt or look into the LogHistory folder as those are not the log.txt you're looking for.

Your username may sometimes show up in those logs. If you're concerned about that, remember to censor it before uploading. Every text editor should have a replace function, commonly opened with Ctrl+H.

patent axle
#

i need log.txt specifically

#

@opal grotto

opal grotto
patent axle
#

thank you

#

wait what the fuck????

opal grotto
#

lmao what

patent axle
#

oh hold on

#

is this mac bullshit

#

can you open terminal in the game's graphics folder

#

under Content/Graphics

opal grotto
#

ok working on it

patent axle
#

wait wait wait since this is happening in mac

#

i have a theory

#

this will be so fucking stupid if it's true

opal grotto
#

ok..

patent axle
#

sorry if i'm swearing a lot but i've seen this error several times and i couldn't figure it out

#

yea but i need you to open terminal there

opal grotto
#

ok

patent axle
#

i think you can right click the empty space and open terminal here?

opal grotto
#

I opened it manaully

patent axle
#

you'll need to cd to the folder you have opened though

#

can you copy the folder path

opal grotto
#

how do i do that?

patent axle
#

scroll to the bottom from this page

#

yea

#

can you do a ls -a

opal grotto
#

like copy and paste that in?

patent axle
#

you can just type that in

#

it's faster

#

but yeah

#

then press enter

#

this will __l__i__s__t __a__ll files in that folder

#

okay, this confirms my theory

#

jesus...

opal grotto
#

oh no

patent axle
#

can you do ls -a ../Maps/

#

yeah as i expected

#

okay so

#

i think this is solved

opal grotto
#

oh?

patent axle
#

so like

#

you see those ._[...].bin files

#

celeste is trying to read those bin files as actual maps

#

but they're just macos metadata

opal grotto
#

oh boy rly??

patent axle
#

they're not in a format celeste expects

#

yeah

#

they're crashing celeste

#

they seem to be everywhere in your celeste folder

#

can you also do just ls

#

without the -a

#

i wanna confirm something

opal grotto
patent axle
#

perfect

#

alright

#

let me see

opal grotto
#

ok..

opal grotto
#

So is there a way to fix this?

patent axle
#

yeah im trying to figure out a script to automate this

#

basically we want all those ._[...] files out

opal grotto
#

alright

patent axle
#

okay i keep getting distracted so

opal grotto
#

thats fine lol

patent axle
#

in the terminal window just write cd .. and write rm -r ._*.*

#

or actually one sec

opal grotto
#

ok

patent axle
#

yeah okay try find . -name '._*' -type f -delete instead

#

if you want to do a dry run, remove the -delete

#

it will list you all the files it's going to delete

opal grotto
#

The terminal window from the graphics folder right?

patent axle
#

yeah, though first write cd ../..

patent axle
opal grotto
#

yep ok

patent axle
#

so to reiterate, first cd ../..

#

the thing before the % sign should change to Celeste

#

then find . -name '._*' -type f, and it'll list you all the files it's going to delete

opal grotto
#

Ok am I doing it right so far?

patent axle
#

yep

#

okay now add a space and -delete at the end

#

this will delete the files for real

#

@opal grotto

opal grotto
#

ok

patent axle
#

then try launching celeste

opal grotto
#

so add -delete to the find . -name or?

patent axle
#

yeah, at the end

opal grotto
#

ok

patent axle
#

... -type f -delete

opal grotto
#

so to verify, find . -name '._*' -type f -delete, right?

#

sorry

patent axle
#

yes, find . -name '._*' -type f -delete

opal grotto
#

omigod thank you!!

#

it works now

#

thanks so much

patent axle
#

oh my god so it is mac.

opal grotto
#

ikrr

#

ok I think I will play for the rest of the day now

patent axle
#

i should update the wiki to include that

opal grotto
#

Yeah that might be good

#

ok see ya

patent axle
#

@opal grotto please don't delete the post message in the future, as it prevents me from marking it as resolved* and it also prevents people from being able to search for your error and find the solution

opal grotto
#

Oh ok ๐Ÿ‘

#

I just didn't want to show my name I'll remember that in the future

patent axle
#

ah fair

#

you can right click and remove the embeds