View Single Post
 
Old 11-14-2012, 06:29 AM
thebluewonderland thebluewonderland is offline
Cheetah
 
Join Date: Jul 2012
Posts: 12
Quote:
Originally Posted by gils View Post


yes, you need to install this patch via terminal for proper operation
Yeah I was definitely doing it wrong lol. Thanks! New problem though. I've been able for fix a few things but I can't fix the 3 main ones in the guides (quicktime, dyld, and lib system). It seems to detect bad instructions but it won't patch them. Here is a paste of the responses.

Code:
Alexs-iMac:amd_insn_patcher_src Alex$ sudo ./amd_insn_patcher_ext /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
Password:
No code signature found, skipping patch
No patches found, not generating output filePatch report: 0 instructions patched, 92 bad instructions, patches bypassed: NO
Alexs-iMac:amd_insn_patcher_src Alex$ sudo ./amd_insn_patcher_ext /usr/lib/libSystem.dylib /usr/lib/libSystem.dylibPassword:Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
No code signature found, skipping patch
Patch report (1): 0 instructions patched, 30 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
No code signature found, skipping patch
Patch report (2): 0 instructions patched, 0 bad instructions, patches bypassed: NO
No patches found, not generating output fileAlexs-iMac:amd_insn_patcher_src Alex$ sudo ./amd_insn_lib/libSystem.B.dyliblibSystem.B.dylib /usr/ 
Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
No code signature found, skipping patch
Patch report (1): 0 instructions patched, 30 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
No code signature found, skipping patch
Patch report (2): 0 instructions patched, 0 bad instructions, patches bypassed: NO
No patches found, not generating output fileAlexs-iMac:amd_insn_patcher_src Alex$
Reply With Quote