What_Name
(What Name?)
July 26, 2008, 3:01pm
1
How come my mac won’t open the apricot builds? Every time I click on it the icon highlights and then does that thing it does to tell me it is opening it, but it won’t open! I have all the requirements. Can anyone help?
I wasn’t sure where to post this.
forTe
(forTe)
July 26, 2008, 3:25pm
2
What is that thing?
Also, open up console, and see if any errors get printed out while you’re opening it.
What_Name
(What Name?)
July 26, 2008, 6:36pm
3
What is that thing?
The icon grows for a fraction of a second.
forTe
(forTe)
July 26, 2008, 7:18pm
4
Right, well then what’s the console print out?
What_Name
(What Name?)
July 26, 2008, 7:49pm
5
Nothing. I am on a mac and have to open the terminal. When I click on blender, the terminal acts perfectly normal, but won’t open blender.
forTe
(forTe)
July 26, 2008, 8:05pm
6
Not terminal, console. Its a different Application. Should be in
/Applications/Utilities
Or you can just use spotlight to search for ‘console’ and open the application.
I’m on a mac too. ppc. same problem. it’s not that the program won’t open, but it crashes the second you open it. I’m 10.4.11, which may be too old a version for the apricot builds. I think they’re made for leopard, I haven’t found any version that my computer will run… yet. I guess it’s time for me to upgrade.
forTe
(forTe)
July 26, 2008, 10:23pm
8
If it was specifically built for 10.5+, then no it probably won’t work on 10.4.
The last Apricot build I compiled worked fine on 10.4.11 (intel). I’ll try compiling a new one in the next day or so and see how it goes.
I think I saw the one for Intel, but like I said, I’m on PPC. I know, I know. I need a new computer.
What_Name
(What Name?)
July 26, 2008, 11:00pm
10
I get this:
Blender quit
dyld: Library not loaded: /Library/Frameworks/Python.framework/Versions/2.5/Python
Referenced from: /Users/isaac/Desktop/blender_apricot-15765/blender.app/Contents/MacOS/blender
Reason: image not found
Jul 27 00:02:43 Ziggy crashdump[5824]: blender crashed
Jul 27 00:02:43 Ziggy crashdump[5824]: crash report written to: /Users/isaac/Library/Logs/CrashReporter/blender.crash.log
forTe
(forTe)
July 27, 2008, 9:28am
11
Do you have Python 2.5 and is it installed to that directory? (/Library/Frameworks/Python.framework/Versions/2.5/Python)
If not you’ll either need to use install_name_tool to change it to the correct location via command line or install python 2.5 to that location.