CelestialCartographers / Ahorn

Visual Map Maker and Level Editor for the game Celeste
Other
195 stars 23 forks source link

Unable to start ahorn #19

Closed IMGameDev closed 3 years ago

IMGameDev commented 4 years ago

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

Cruor commented 4 years ago

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

IMGameDev commented 4 years ago

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.

Kavikavika commented 4 years ago

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.

Cruor commented 4 years ago

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 ..

Kavikavika commented 4 years ago

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

Cruor commented 4 years ago

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.