Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xytan

Pages: [1]
1
Mac OSX Specific Issues /
« on: October 28, 2005, 08:32:59 pm »
lambo, if it bounces, it is running. and then it just chrashes.
so i?m afraid you?ll have to read the other threads or just download the current package again...

guppy, everything?s fine :)

2
Mac OSX Specific Issues /
« on: October 28, 2005, 08:13:46 pm »
do this :
Code: [Select]

ls -l /users/joseph/desktop/planeshift3d/psclient.app/Contents/MacOS/psclient

this should start with -rwxr-xr-x.
the - means ?no?
the r means ?read only?
the x means ?executable?

the quation then is if you can start the app (so it DOES run) but you just can?t log in to the server. those are different problems. if the app runs the above won?t help you.

3
Mac OSX Specific Issues /
« on: October 28, 2005, 07:48:19 pm »
do this:

Code: [Select]

cd /users/joseph/desktop/planeshift3d/
chmod 755 psclient.app/Contents/MacOS/psclient


first line brings your shell (in Terminal.app) into the directory (cd = change directory).
second line changes the permission (chmod = change mode)

and eagle, thanx for trying to help ;)

Pages: [1]