Apollo not downloadable on on Mac OSX
1
0
Entering edit mode
8.4 years ago

trying to access Apollo from my Mac.

I was at first under the impression that X11 was inbuilt in my Mac Terminal so I thought that I could access "Apollo"- the annotation system as X11 is needed for this. I was told that turning on X11 was done by typing "xeyes" but this retuned "Cannot open display".

When I typed "apollo &" and hit enter.

It returns "No X11 DISPLAY variable was set, but this program performed an operation which requires it".

I downloaded "XQuartz" in the hope that this would solve the problem but the same command returned the same error.

Any tips?

software error • 2.1k views
ADD COMMENT
0
Entering edit mode

Start X-Quartz. Then run apollo from the terminal (xterm) that is opened by X-Quartz. If a terminal does not open automatically go up to "applications" and then choose terminal (apple + N).

ADD REPLY
0
Entering edit mode

Tried that but it returned:

bash-3.2$ bash: apollo: command not found
[1]+  Exit 127                apollo
ADD REPLY
0
Entering edit mode

You will need to provide full path to the location of apollo executable or amend your $PATH with that directory so you can run apollo from anywhere on the system. Do you know the location of apollo on your computer?

ADD REPLY
0
Entering edit mode

No I don't know the location

ADD REPLY
0
Entering edit mode

I'm not familiar with the directory pathways as I'm working on an external server.

ADD REPLY
0
Entering edit mode

Your provide this critical piece of information now ...

In that case you will want to try this from the X11 terminal.

$ ssh -Y your_acct_name@server_you_are_logging_into

This should setup X11 forwarding (in theory).

Once you log in to the remote server then make sure you can see apollo

$ which apollo

If you see a valid path then run apollo

$ apollo
ADD REPLY
0
Entering edit mode
4.5 years ago
ndunnme • 0

This must be for the older java desktop version?

I would use the newer web / docker based version: https://github.com/GMOD/Apollo

ADD COMMENT
0
Entering edit mode

Are you the developer / maintainer, just out of interest?

ADD REPLY

Login before adding your answer.

Traffic: 1603 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6