#Olympus runs displays the window then immediately crashes (linux)
28 messages · Page 1 of 1 (latest)
Can you send log-sharp.txt? I'm not entirely sure where it shows up on linux
On Windows it would be in %localappdata%/Olympus, so I would try checking the closest linux equivalent
here it is
i have, and it gives the same result
Could it be something to do with your compositor/any other overlays you may have set up?
disabling my compositor still yields the same error
huh
I think my setup is pretty similar to yours and I haven't had any issues, although I've only ever bothered to run it from source. I'll try to see if I notice anything different using the release
can you try installing löve and running it from source (the .love file is actually a zip with the source code in it)? you may need to copy over some .so files
running olympus.love also gives the same error
@void fjord do you use lutris?
if so, please try this PR to see if it fixes your issue https://github.com/EverestAPI/Olympus/pull/40
this worked to get olympus running, but I got another error later along the line. launching everest yields an error stating "Olympus coundn't find the Celeste launch binary. Please check if the installed version of Celeste matches you OS. If you are using lutris or similar you are on your own."
hmm, try deleting the "Celeste" file in $XDG_CONFIG_HOME/lutris/games, another user found that that seemed to work (#1009963931982381148)
The patch got olympus running, This is a secondary error later along the line. Celeste was patched, but the patched version of celeste seems broken. (And deleting the file didn't work)
in the install list in Olympus, where does it think your Celeste install is?
i manually gave it the location at /prog/EpicGames/drive_c/Program Files/Epic Games/Celeste
I wonder if maybe it can't read across partitions
not really sure how to check that though
i don't think it would have issues reading, as it can patch Celeste just fine (and is able to tell the celeste version), maybe the patch is broken, since launching through epic games just gives the Ever Rest error?
it's possible, could you upload the log.txt file from your Celeste install folder?
weirdly enought though log-sharp ends with
Can't start Celeste: /prog/EpicGames/drive_c/Program Files/Epic Games/Celeste/Celeste not found!
maybe try copying the contents of /prog/EpicGames/drive_c/Program Files/Epic Games/Celeste to another folder (eg. ~/Celeste)?