View Single Post
 
Old 08-18-2011, 12:29 AM
nightf4ll nightf4ll is offline
Puma
 
Join Date: Aug 2011
Posts: 28
Quote:
Originally Posted by davisin666 View Post
To fix preview crash, you need to remove the x86_64 part of Finder, so, open terminal and type:

Code:
sudo cp /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_bak
sudo ditto -arch i386 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_i386
sudo mv -f /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_i386 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
Works f****ing good
Ok I did all of that, rebootet and everything works fine.. Now which kernel should i use on my Athlon 64 X2?? Whats the difference between Nawcom's Legacy kernel and Andy's? Should I use mach_kernel or mach_kernel atom? They both work for me..

Last edited by nightf4ll; 08-18-2011 at 12:48 AM.
Reply With Quote