GMX Plight
I'm releasing a version of 2.48 blender with a graphics patch that should make it possible to run blender on an Intel Macbook with 10.5.6 and the GMA X3100. I also discuss fabled GMA bug that I affectively refer to it as the GMX bug.
GMX PlightI'm releasing a version of 2.48 blender with a graphics patch that should make it possible to run blender on an Intel Macbook with 10.5.6 and the GMA X3100. I also discuss fabled GMA bug that I affectively refer to it as the GMX bug. 10 comments to GMX PlightYou must be logged in to post a comment. |
|
|
Copyright © 2012 Welcome to Chris World! - All Rights Reserved |
|
hey
just curious how positive are you that 2.5 will kill the issue?
btw very entertaining video ;)
also your build doesnt open on my gma x3100 macbook with 10.5.6
it “unexpectedly quits” the second i click on it
weird stuff
DANG it! .. What does the console say chuck? Do you have python 2.5?
i don’t know if i have python 2.5 >_>
Process: blender [1555]
Path: /Users/cszczyg1/Desktop/b248GFPatch/blender.app/Contents/MacOS/blender
Identifier: org.blenderfoundation.blender
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [83]
Date/Time: 2008-12-22 17:20:30.854 -0500
OS Version: Mac OS X 10.5.6 (9G55)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0×0000000000000002, 0×0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/local/lib/libfreetype.6.dylib
Referenced from: /Users/cszczyg1/Desktop/b248GFPatch/blender.app/Contents/MacOS/blender
Reason: image not found
Ah I think you would need libfreetype.6.dylib installed then. Not sure if that installs with the developers tools or you have to go and find them. I know that I have libfreetype.6.dylib in the right location. I would try installing the apple develoeprs tools inte optional installs on your mac.. either that or I’d go and find some freetype installer. But yeah, def why it’s crashing. It can’t find the right library.
Mmmm :/ this whole mess is prob because my build isn’t statically linked. :/
did you statically link yet?
could you run a build?
I did what sigurd said:
Sigurd says:
Some libraries are not where they are expected, I ran:
ln -s /sw/lib/libintl.3.dylib /usr/local/lib/
ln -s /opt/local/lib/libfreetype.6.dylib /usr/local/lib/libfreetype.6.dylib
Where they are stored for you (if you have them) by running:
locate libfreetype and
locate libintl
Btw. thanks for the build
”
could no find libintl though.
Hi, my name is Michael, i suffer from GMA 950.
Thats hilarious :D, and hey, thanks for the build.
how can i solve the libfreetype problem? benji’s post didn’t help me :(