Okay, I\'ve used the updater and everything. I changed permissions using BatChmod... I get the same long LOG error role, but thien there\'s this on the end:
dyld: ./psclient.app/Contents/MacOS/psclient can\'t open library: /sw/lib/libpng12.0.dylib (No such file or directory, errno = 2)
Trace/BPT trap
I\'ve duplicated the file
libpng.2.dylib from the Resources folder inside psclient, renamed it to libpng1.2.0.dylib, and I\'ve been moving it around... unfortunately, it looks like it can\'t find the folder \'sw\'. I\'ll try adding that next, changing permissions to system etc...
EditSuccess, of a sort... I renamed the file again to libcal12.0.dylib (I added an extra period before). I made folders called sw and lib, put them in the root, and put libping file in there...
Psclient started! Unfortunately, it crashed after the intro music played... but I\'m getting closer. I uploaded the Terminal file here:
http://www.inverts.demon.co.uk/psclient-errors.txtIt seems like the libpng file isn\'t the right one... I hope this helps everyone.
If you want to glimpse success, do this:
1)Get into the Resources folder (psclient.app, Ctrl-click and go to package contents, then Resources)
2)Duplicate it and rename it libpng21.0.dylib
3) Go to the root directory (Macintosh HD, the dir with Applications and Users etc in it)
3) Create a new folder \'sw\', then one inside called \'lib\'
4) Put the new libpng file in there, the change permissions on all of them to \'system\'
5) User Terminal to open psclient...