Thread: Lion with AMD
View Single Post
 
Old 05-11-2012, 12:37 AM
jeaton2012's Avatar
jeaton2012 jeaton2012 is offline
Jaguar
 
Join Date: Apr 2012
Posts: 30
xpchelper fixed!

I seem to have permanently fixed the applications not opening problem

1) Wait for xpchelper to crash
2) Open terminal and type these in:
"sudo su"
"cd /private/var/folders"
"find /private/var/folders/ -type f | grep -i com.apple.xpchelper.cache"
3) cd to the first one that shows up on the list (it will be in a separate folder from the other xpchelper caches)
"rm -r com.apple.xpchelper.cache"
"pico com.apple.xpchelper.cache" ---> hit ctrl+o to save and ctrl+x to exit
"chflags uchg com.apple.xpchelper.cache"
4) Reboot and you're done!

Last edited by jeaton2012; 05-12-2012 at 03:06 AM.
Reply With Quote