Thanks for the speedy reply, candyangel.
They're very interesting logs. Somehow the default path for scripts on your computer has had "/usr/bin" removed from it. To fix this for LimeWire, go to your Applications folder, open the LimeWire folder, ctrl-click on LimeWire and choose 'Show Package Contents', open the Contents folder, open the MacOS folder, cntr-click on 'prelude', choose Open With -> Other, and scroll down on the right and choose 'TextEdit'.
In this file, underneath the first line that reads "#!/bin/sh", add a line that reads: "PATH=/usr/bin:$PATH" without the quotes.
So the first two lines of the file should read:
#!/bin/sh
PATH=/usr/bin:$PATH
Then save that file and try opening LimeWire again.
That should hopefully fix your problem. We'll make changes to our installers to ensure that this line is added to the scripts if necessary, although this probably won't make it in the 3.6 series.
Let me know how that works please.
Thanks,
Sam |