Junta_sK
Aug. 26, 2008 18:21:35
Hi!
New Macbook Pro…installation done without problems but when I try to run whatever programs (Houdini,Image viewer etc.) I get the following error

:
Process: mplay
Path: /Applications/Houdini 9.5.170/Image Viewer.app/Contents/MacOS/mplay
Identifier: com.sidefx.mplay
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd
Date/Time: 2008-08-27 00:16:34.929 +0200
OS Version: Mac OS X 10.5.4 (9E17)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Reason: no suitable image found. Did find:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib: no matching architecture in universal wrapper
Please help me…I don't want to go back to Windows :wink:
rafal
Aug. 27, 2008 09:55:56
what does the following give you in the terminal?
lipo -info /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
Junta_sK
Aug. 27, 2008 17:10:44
Uh oh…I get this:
Architectures in the fat file: Resources/libJPEG.dylib are: ppc i386
Mmmhh…let me guess…the problem is that instead of “ppc i386” it should be “x86_64” (or similar)?
rafal
Aug. 28, 2008 09:11:38
Your guess is correct.

The architecture list should include “x86_64”.
For example, on my system lipo reports:
Architectures in the fat file: libJPEG.dylib are: ppc ppc64 i386 x86_64
Junta_sK
Aug. 29, 2008 05:05:36
Thanks rafal! But…is there a way to install-compile libraries for the missing architecture from the original Leopard DVD? Otherwise I have to perform a full re-installation… :?
rafal
Aug. 29, 2008 12:35:33
MikeTaylor
Sept. 2, 2008 11:00:49
Another option is to do an “Archive” install of OS X from your DVD. When you boot off of the OS X install DVD, the installer will fire up. When you choose the disk you want to install to, there will be an Options button. If you click that, you can choose different install options.
If you do an Archive Install, only your System folder and other system files will be re-installed. Your system settings and installed software should be preserved.
You should still back up your hard drive first if at all possible. I find it very strange that a Mac would come without the 64-bit versions of some of the libraries…