Skip to content
koxx12-dev edited this page Feb 2, 2022 · 15 revisions

All OSes

All of the information bellow is only for versions bellow 2.0

It doesnt launch / Crashes on launch

Check if you are using java 11 or 1.8 to launch the installer
16 and 15 is not supported because it contains some changes that break (insta crash) the code

MacOS

I Cant run the installer what to do?

FOR VIDEO INSTRUCTIONS, WATCH THIS VIDEO: https://www.youtube.com/embed/WyQJS5qOueU

Download this zip file (sh script made by nad#7811) then do what the instruction says

Download the following SkyClient_Mac_Install.zip with the shell script inside.
Put it on your desktop and double click it to extract it.
Now it should be a folder.
Next right click on the folder and click New Terminal at Folder
If you can't find this option under any of the dropdowns, then
      1. open terminal: do "cmd + space" and search terminal in spotlight
      2. type "cd Desktop/Skyclient_Mac_Install" without the quotes. This will
         put you inside the folder you extracted.
      3. continue down below.
Then do:
chmod +x ./install.sh
Finally do:
./install.sh
Make sure to follow the steps in Terminal and keep it open.

What is "New Terminal"/"New Terminal at Folder"

there should be image here

I dont see "New Terminal"/"New Terminal at Folder"

  1. Go to System Preferences and click on “Keyboard”
  2. Select the “Keyboard Shortcuts” tab and click on “Services” from the left menu
  3. Scroll on the right until you see “New Terminal at Folder” and check the box next to it to enable the feature
  4. Close out of System Preferences
    there should be image here