Freeciv Forum Index Freeciv
'Cause civilization should be free!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

running any version on snow leopard osx 10.6.4

 
Post new topic   Reply to topic    Freeciv Forum Index -> Tech support
View previous topic :: View next topic  
Author Message
irritated
Guest





PostPosted: Thu Jul 29, 2010 7:21 pm    Post subject: running any version on snow leopard osx 10.6.4 Reply with quote

every version of freeciv i try to run on my macbook pro never works.
it's disappointing.
please direct me towards one that might work.
Back to top
saltybanana
Package Developer


Joined: 17 Aug 2004
Posts: 110
Location: Somewhere on Planet Earth

PostPosted: Sun Aug 01, 2010 1:56 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

Hi. What version of Mac OS X are you running? Do you have X11 installed in /Applications/Utilities?

irritated wrote:
every version of freeciv i try to run on my macbook pro never works.
it's disappointing.
please direct me towards one that might work.

_________________
http://the-banana-peel.saltybanana.com/
Back to top
View user's profile Send private message
DoctorJLowe



Joined: 15 Mar 2010
Posts: 53
Location: Redlands, California

PostPosted: Sun Aug 01, 2010 6:58 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

@saltybanana: look again at the subject title, though ideally the OP should have included that info in the body of the message. Anyway, /Applications/Utilities/X11.app is merely a pretty face. On SL the X11 work is done in /usr/x11 , and hopefully he or she would have remembered nuking that.

@irritated: can you please tell us what specific freeciv packages you have tried? It would also be really nice if you could be more specific about "never works". What error messages do you get?

_________________
No matter where you go, there you are.
Back to top
View user's profile Send private message
saltybanana
Package Developer


Joined: 17 Aug 2004
Posts: 110
Location: Somewhere on Planet Earth

PostPosted: Sun Aug 01, 2010 8:31 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

@DoctorJLowe: I knew he has 10.6.4, but I didn't know that Apple had moved X11. My bad...

@irritated: If you can provide some details as DoctorJLowe suggested, I'll try to help.

DoctorJLowe wrote:
@saltybanana: look again at the subject title, though ideally the OP should have included that info in the body of the message. Anyway, /Applications/Utilities/X11.app is merely a pretty face. On SL the X11 work is done in /usr/x11 , and hopefully he or she would have remembered nuking that.

@irritated: can you please tell us what specific freeciv packages you have tried? It would also be really nice if you could be more specific about "never works". What error messages do you get?

_________________
http://the-banana-peel.saltybanana.com/
Back to top
View user's profile Send private message
Angel
Guest





PostPosted: Thu Aug 12, 2010 6:58 pm    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

DoctorJLowe wrote:

@irritated: can you please tell us what specific freeciv packages you have tried? It would also be really nice if you could be more specific about "never works". What error messages do you get?

I'm also running Snow Leopard 10.6.4 and freeciv always crashes on my macbook. But the only package I've tried is 2.2.2 (GTK).
Back to top
saltybanana
Package Developer


Joined: 17 Aug 2004
Posts: 110
Location: Somewhere on Planet Earth

PostPosted: Thu Aug 12, 2010 7:33 pm    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

Hi, Angel.

I believe I know what the issue is. For some reason my package did not give the file /opt/com.bitaxis/bin/freeciv-gtk the proper file system permissions.

If you have admin access to your machine, simply executing sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk in a Terminal window will fix it for you.

Alternately, you can wait for the 2.2.2b package I am working on, which will fix this issue.

Angel wrote:
I'm also running Snow Leopard 10.6.4 and freeciv always crashes on my macbook. But the only package I've tried is 2.2.2 (GTK).

_________________
http://the-banana-peel.saltybanana.com/
Back to top
View user's profile Send private message
Angel
Guest





PostPosted: Fri Aug 13, 2010 7:24 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

saltybanana wrote:
Hi, Angel.

I believe I know what the issue is. For some reason my package did not give the file /opt/com.bitaxis/bin/freeciv-gtk the proper file system permissions.

If you have admin access to your machine, simply executing sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk in a Terminal window will fix it for you.

Alternately, you can wait for the 2.2.2b package I am working on, which will fix this issue.

Angel wrote:
I'm also running Snow Leopard 10.6.4 and freeciv always crashes on my macbook. But the only package I've tried is 2.2.2 (GTK).

I pasted that bold line into my terminal and I get "no such file or directory."
Back to top
Guest






PostPosted: Fri Aug 13, 2010 9:44 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

Angel wrote:
saltybanana wrote:
Hi, Angel.

I believe I know what the issue is. For some reason my package did not give the file /opt/com.bitaxis/bin/freeciv-gtk the proper file system permissions.

If you have admin access to your machine, simply executing sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk in a Terminal window will fix it for you.

Alternately, you can wait for the 2.2.2b package I am working on, which will fix this issue.

Angel wrote:
I'm also running Snow Leopard 10.6.4 and freeciv always crashes on my macbook. But the only package I've tried is 2.2.2 (GTK).

I pasted that bold line into my terminal and I get "no such file or directory."


SAme happened to me but a quick check showed that the bold line should end in gtk2 because that what the file is called. So I entered the line

sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk2 in Terminal and I am now up and running. Hope this helps.
Back to top
Angel
Guest





PostPosted: Mon Aug 16, 2010 10:41 am    Post subject: Re: running any version on snow leopard osx 10.6.4 Reply with quote

Anonymous wrote:
Angel wrote:
saltybanana wrote:
Hi, Angel.

I believe I know what the issue is. For some reason my package did not give the file /opt/com.bitaxis/bin/freeciv-gtk the proper file system permissions.

If you have admin access to your machine, simply executing sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk in a Terminal window will fix it for you.

Alternately, you can wait for the 2.2.2b package I am working on, which will fix this issue.

Angel wrote:
I'm also running Snow Leopard 10.6.4 and freeciv always crashes on my macbook. But the only package I've tried is 2.2.2 (GTK).

I pasted that bold line into my terminal and I get "no such file or directory."


SAme happened to me but a quick check showed that the bold line should end in gtk2 because that what the file is called. So I entered the line

sudo chmod a+x /opt/com.bitaxis/bin/freeciv-gtk2 in Terminal and I am now up and running. Hope this helps.

Yep. Problem solved. Thanks.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Freeciv Forum Index -> Tech support All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group