| View previous topic :: View next topic |
| Author |
Message |
irritated Guest
|
Posted: Thu Jul 29, 2010 7:21 pm Post subject: running any version on snow leopard osx 10.6.4 |
|
|
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
|
Posted: Sun Aug 01, 2010 1:56 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
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 |
|
 |
DoctorJLowe
Joined: 15 Mar 2010 Posts: 53 Location: Redlands, California
|
Posted: Sun Aug 01, 2010 6:58 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
@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 |
|
 |
saltybanana Package Developer

Joined: 17 Aug 2004 Posts: 110 Location: Somewhere on Planet Earth
|
Posted: Sun Aug 01, 2010 8:31 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
@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 |
|
 |
Angel Guest
|
Posted: Thu Aug 12, 2010 6:58 pm Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
| 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
|
Posted: Thu Aug 12, 2010 7:33 pm Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
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 |
|
 |
Angel Guest
|
Posted: Fri Aug 13, 2010 7:24 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
| 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
|
Posted: Fri Aug 13, 2010 9:44 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
| 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
|
Posted: Mon Aug 16, 2010 10:41 am Post subject: Re: running any version on snow leopard osx 10.6.4 |
|
|
| 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 |
|
 |
|