It is currently 25 Apr 2024, 23:41
   
Text Size

Issue with opening Xmage on Mac OSX

by BetaSteward

Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins

Issue with opening Xmage on Mac OSX

Postby Argentum » 20 Aug 2014, 22:41

While attempting to follow the instructions provided for using Xmage for Mac OSX, it was unable to find the file/directory when I was using the command prompt specified in the instructions in the terminal.

I'm running OS X version 10.9.4 and Java ver 8 update 20. Any advice would be appreciated.

Thanks.
Argentum
 
Posts: 4
Joined: 20 Aug 2014, 22:37
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby LevelX » 21 Aug 2014, 08:03

Read here:
viewtopic.php?f=70&t=13632#p158654

If it does not help can you describe more in detail what you do and what exactly happens?
User avatar
LevelX
DEVELOPER
 
Posts: 1677
Joined: 08 Dec 2011, 15:08
Has thanked: 174 times
Been thanked: 374 times

Re: Issue with opening Xmage on Mac OSX

Postby Argentum » 22 Aug 2014, 01:28

Screen Shot 2014-08-21 at 9.24.21 PM.png


Above is the error I'm getting when I run the chmod command. Java version is reading "1.8.0_20"

Thank you for the help.
Argentum
 
Posts: 4
Joined: 20 Aug 2014, 22:37
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 22 Aug 2014, 03:13

Run ls -al from the command line and show us the results.

My gut feeling is you are not in the directory where you downloaded startClient.command.

You need to use cd (change directory) to navigate to the place startClient.command is.
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Re: Issue with opening Xmage on Mac OSX

Postby Argentum » 22 Aug 2014, 03:35

Screen Shot 2014-08-21 at 11.33.29 PM.png


I did move it to the desktop from the downloaded files subdirectory. I'll try a fresh download tomorrow and repeat the same iterations.
Argentum
 
Posts: 4
Joined: 20 Aug 2014, 22:37
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 22 Aug 2014, 03:43

run

find ~ -name startClient.command

it should print out a file path. Use this below instead of <filepath>

run chmod +x <filepath>
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Re: Issue with opening Xmage on Mac OSX

Postby Argentum » 22 Aug 2014, 19:01

We have success! Thank you so much for your help!
Argentum
 
Posts: 4
Joined: 20 Aug 2014, 22:37
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby buried-alive » 26 Aug 2014, 15:44

I've tried the same steps and it keeps giving me the same error message. Not sure what to do.
buried-alive
 
Posts: 2
Joined: 26 Aug 2014, 15:40
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 27 Aug 2014, 01:56

buried-alive wrote:I've tried the same steps and it keeps giving me the same error message. Not sure what to do.
Hey buried-alive,
Can we get a bit more info?

Where did you download the files?
after the command fails, what is the message?
please run "ls -al" with no quotes.
please run "find ~ -name startClient.command" with no quotes.

With the results from the 4 things above, I may be able to help you.
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Re: Issue with opening Xmage on Mac OSX

Postby buried-alive » 27 Aug 2014, 23:23

I'm using java 1.8. Every time I type the command "no such file or directory" pops up in the terminal.

I'm having trouble posting pictures of the terminal results, so I'll post it later.
buried-alive
 
Posts: 2
Joined: 26 Aug 2014, 15:40
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 28 Aug 2014, 00:13

buried-alive wrote:I'm using java 1.8. Every time I type the command "no such file or directory" pops up in the terminal.

I'm having trouble posting pictures of the terminal results, so I'll post it later.
To me it looks like that you are not in the correct directory. For the chmod command to succeed, you need to be in the same directory that you d/l to, or provide the fully qualified path.

please run "ls -al ~/Downloads" with no quotes, or the find command I provided in a previous post.
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Re: Issue with opening Xmage on Mac OSX

Postby Khrynos » 30 Aug 2014, 03:02

Hey guys, I've been getting slightly different issue to the others here,but I think it's related. Do you guys have any idea on what's causing it?

Thanks in advance!

PS: Mods, I wasn't sure if I should have made a new thread. If I should have made a new one, I'm really sorry.
Attachments
Screen Shot 2014-08-30 at 12.58.59 pm.png
Screenshot of Terminal
Khrynos
 
Posts: 3
Joined: 30 Aug 2014, 02:49
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 30 Aug 2014, 03:48

Khrynos wrote:Hey guys, I've been getting slightly different issue to the others here,but I think it's related. Do you guys have any idea on what's causing it?

Thanks in advance!

PS: Mods, I wasn't sure if I should have made a new thread. If I should have made a new one, I'm really sorry.
Hey Khrynos,
do not type run before chmod. Just chmod. For example, on my computer, I would run something like below. Replace ~/Downloads/example with the path on your computer thought:

chmod +x ~/Downloads/example
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Re: Issue with opening Xmage on Mac OSX

Postby Khrynos » 30 Aug 2014, 04:17

Thanks for the quick reply, RDW!

Did as you said and I got the following...
Attachments
Screen Shot 2014-08-30 at 2.15.55 pm.png
Terminal screenshot 2
Khrynos
 
Posts: 3
Joined: 30 Aug 2014, 02:49
Has thanked: 0 time
Been thanked: 0 time

Re: Issue with opening Xmage on Mac OSX

Postby RedDeckWins » 30 Aug 2014, 16:53

put sudo in front of chmod.

It may ask you for your password when you run the command, just type it in and press enter.
User avatar
RedDeckWins
 
Posts: 35
Joined: 20 Apr 2013, 16:45
Has thanked: 8 times
Been thanked: 10 times

Next

Return to XMage

Who is online

Users browsing this forum: No registered users and 202 guests


Who is online

In total there are 202 users online :: 0 registered, 0 hidden and 202 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 202 guests

Login Form