#Mini Installer died a brutal death
201 messages · Page 1 of 1 (latest)
you restarted olympus since you last encountered said error
install everest again and then send the logs
in an image? because the "log.txt" file won't let me upload it
the error is not in the logs
oh, you mean if I completely restarted Olympus, like... "restart" it since the error appeared?
well... not yet
you restarted olympus since the error happened
or at least it never logged it
close olympus and resend the logs
i still see no error
That's all of them, and I already have the Olympus closed
reopen olympus, install everest again, get the error again and send log-sharp.txt
Although well, I don't know if that should be said because I don't know if it has any influence but, since I use a Chromebook, I do this entire process with Wine
ooh, okay okay
uhh
how do i say this
you probably shouldn't use wine
and i don't think you can run celeste on a chromebook
especially since you have the windows version
yes i can lol
i played it
That's why I used Wine, to use the Windows version
because honestly, I don't know if I can play Celeste on Linux
there's a native linux port of celeste
oh well but... how can i install celeste on a chromebook?
I honestly think I should talk to an expert on this.
but technically you can mod the game on a chromebook, right? because seriously. I want to get into the world of modding in this game
i'm convinced you can't
seriously? God..
but even so I want to at least try to solve the problem I have in Olympus because everything opened perfectly... just that error that I don't even know why.
Were you saying that, open Olympus, install Everest, it would give me that error and right on that screen, it would show the log file?
i'm doing discord searches and i've found a few people asking about how to install everest on chromebook but as far as i can tell no one's been successful
So my only hope is to do it in Wine
but yeah ideally you'd want to immediately send the log after getting the error, without closing/restarting olympus first
wine is even less likely to work
you should try installing the linux versions of celeste and olympus and using that to install everest
if that doesn't work, you can try the manual everest installation
would that work on a chromebook though, kalobi
no idea
I've never touched one of those things in my life
it is technically a linux device
so maybe it works... maybe
It's just that I don't know, how run applications like that with Linux
you might have to do this https://support.google.com/chromebook/answer/9145439?hl=en
Linux is a feature that lets you develop software using your Chromebook. You can install Linux command line tools, code editors, and IDEs (integrated development environments) on your Chromebook. Thes
idk
oh that, activate Linux on chromebook
I already have that
with that I use wine, lol
well if you know how to run wine, you should know how to run other programs?
The thing is that wine opens to a simple application... unlike a "normal" Linux application, which is based on Terminal, which is that, which is not done
who says that a normal linux application is based on terminal
you'll need the terminal one (1) time during the olympus installation process
but what about opening celeste?
also I have no idea what the end of your message is supposed to mean
you just run the file called Celeste
have you tried this and it didn't work?
or are you just assuming that it won't without trying it
you caught me

Well, here I am installing the light blue one that a colleague gave me who, upon seeing a message from me about wanting to get into the world of modding in this game. He gave me a copy of the game as a strong support
That's why I want to see if I can at least do something so I can start.
i think you mean she
who?
The person who gave it to me was Spooky, I don't know if you're referring to... they
yeah i just checked, regardless
lol
what do you mean by "light blue one"
Ah, bad translation of Google Translate to "Celeste" I suppose it is the color in Spanish
yo i already downloaded the Linux version but... nothing opens it
I mean the game itself
There is only the .exe and... nothing more to open
This is what I just got again and yes, this time I got it right on the screen
@rough ice can you notice anything? ||sorry for the ping||
[MonoMod] [Write] Writing modded module into output file.
System.NullReferenceException: Object reference not set to an instance of an object
at Mono.Cecil.Pdb.SymWriter.Initialize (System.Object emitter, System.String filename, System.Boolean fFullBuild) [0x00000] in <46fca6ce733d443fa185049610427168>:0
at Mono.Cecil.Pdb.NativePdbWriterProvider.CreateWriter (Mono.Cecil.ModuleDefinition module, System.String pdb) [0x0001a] in <46fca6ce733d443fa185049610427168>:0
at Mono.Cecil.Pdb.NativePdbWriterProvider.GetSymbolWriter (Mono.Cecil.ModuleDefinition module, System.String fileName) [0x00014] in <46fca6ce733d443fa185049610427168>:0
at Mono.Cecil.ModuleWriter.GetSymbolWriter (Mono.Cecil.ModuleDefinition module, System.String fq_name, Mono.Cecil.Cil.ISymbolWriterProvider symbol_writer_provider, Mono.Cecil.WriterParameters parameters) [0x0001b] in <3a0e7329a9804533b861537920fb084e>:0
at Mono.Cecil.ModuleWriter.Write (Mono.Cecil.ModuleDefinition module, Mono.Disposable`1[T] stream, Mono.Cecil.WriterParameters parameters) [0x0010d] in <3a0e7329a9804533b861537920fb084e>:0
at Mono.Cecil.ModuleWriter.WriteModule (Mono.Cecil.ModuleDefinition module, Mono.Disposable`1[T] stream, Mono.Cecil.WriterParameters parameters) [0x00002] in <3a0e7329a9804533b861537920fb084e>:0
at Mono.Cecil.ModuleDefinition.Write (System.String fileName, Mono.Cecil.WriterParameters parameters) [0x00017] in <3a0e7329a9804533b861537920fb084e>:0
at MonoMod.MonoModder.Write (System.IO.Stream output, System.String outputPath) [0x0005f] in <ce7e69cc9db944bd80f3a16940c603db>:0
at MonoMod.Program.Main (System.String[] args) [0x0026e] in <ce7e69cc9db944bd80f3a16940c603db>:0
what the fuck 
i have no clue what that is caused by
either way it looks like it really doesn't like whatever you're doing
if you're using wine to install olympus, uhhhhh don't
olympus can be installed and run natively on linux
The problem is that... I dont know ho do it natively with Linux
oh no wait, the guide says it right
yeah that
lets see
but wait, could i use native olympus on linux, and play with wine?
just don't use wine
- Run install.sh in a terminal to install the one-click installer handler and application icon.
?
do you mean this?
yeah
just ./install.sh while you're in the folder
you'll want to
# unzip the file you just downloaded
unzip linux.main.zip
cd linux.main
unzip dist.zip
# copy olympus files from the zip to you home folder and put it in its designated folder
cp -r dist ~/Olympus
# go to olympus files
cd ~/Olympus
# install olympus
./install.sh
Do I put all that in the terminal or...?
each one of those lines is a command to the terminal
that work!
unzip lets you unzip zip files
cd is change directory, and changes your current working directory (aka folder)
cp is copy (-r is recursive)
ooh now I understand
Now I think I should wait to see if it opens... I hope so
wowowowowowowo
works! now.. the real problem
How do I open Celeste?
These are the only files there are
and how?
oh, okay
yeah yeah
same
dont open
and I already extracted the .zip
I understand that there are people who have a file like "play.sh" for that
that's the Celeste file
celeste file? not the .exe?
no, not the exe
this little boy?
yup
I think I should write some things in the terminal
did you know? because I do not
The folder where it is is "celeste-linux"
just cd celeste-linux and ./Celeste
It seems that if it opened it
nope, nothing
I say something about the terminal but nothing more
oh yeah
its open
I guess before it just didn't open because I hit enter so early
So what do I put on Olympus? the .exe or the file?
the exe i think
By the way, is there a way to put the Celeste in the directory? because opening it every time from the terminal is... partly uncomfortable
i think you can just straight up double click the celeste file
oh it can work
oh shit.. i..
I think my Linux just got screwed, lol
Fortunately, it had happened to me before, but I will have to do everything from 0
Oh don't forget, it's already open. GOD what a scare

Too bad... it didn't work, it still gives the same error
WAIT WAIT WAIT
YESESSSSSS
IT WORK
impressive
God, finally, it could be modded on a chromebook
and I am living proof, how crazy
friend I owe you my life, and the patience you showed me all this time, God
You know the worst... the Olympus was installed natively but the Celeste is the one from Wine, but it is the Linux version
and it is because the Olympus only enters Wine, not the native operating system... it still worked
ah.. so I don't know, but when I chose the light blue one, it opened the Wine window
Well I don't want to look for more problems, now I just need to see if I can open the game with Olympus, Everest was installed, now that's missing
when I chose the light blue one, it opened the Wine window
what do you mean
did you run the windows celeste
nop
the linux version
oh well, tecnically yes.. the windows celeste
if you ran the linux version then there is no wine to go through
