CelestialCartographers / Ahorn

Visual Map Maker and Level Editor for the game Celeste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start ahorn

IMGameDev opened this issue · comments

Getting this error while trying to run ahorn.sh using Julia
ERROR: LoadError: syntax: extra token """ after end of expression Stacktrace: [1] top-level scope at /Users/---/---/ahorn.sh:2 [2] include(::Module, ::String) at ./Base.jl:377 [3] exec_options(::Base.JLOptions) at ./client.jl:288 [4] _start() at ./client.jl:484 in expression starting at /Users/---/---/ahorn.sh:2

commented

Why are you including the .sh through Julia REPL instead of running it via the terminal?

Alright!
So I ran it through the terminal and this is what I get. My terminal got terminated after this
If this is the first time running Ahorn, this might take a while. The window might stay blank for a long time, this is normal as packages are precompiling in the background.

I'm having the same issue as ImGameDev and Ahorn won't launch, I have successfully installed Ahorn through Julia on Mac OS and I get the same message in my terminal window with nothing happening. I looked into the paths and I'm not having any success.

commented

What does the error log in $HOME/.config/Ahorn/error.log say? where $HOME is your home folder. Hidden files/folders can be shown by using command shift ..

./ahorn.sh: line 4: julia: command not found

commented

The script assumes Julia is in PATH. How exactly did you install Ahorn? I would highly recommend just adding Julia to PATH, but you can also put the full path to Julia into the shell script yourself.