-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS linked blender doesn't work because of cryptic error but unlinked works fine #190
Comments
+1 @alexrockhill I am getting exactly the same error message. Were you able to fix this eventually? Thanks. |
Unfortunately, no. I just linked an icon to the blender source file not a link of it |
Thanks @alexrockhill for your response. Sorry to bother you again, but can you please provide more details on how you did that? |
Hahaha this helped me a lot, I was struggling to fix this error. I'm just going to not link it for now 😆 (linked, suxxxxxxx)
(not linked, swagggggg)
|
This saves me too! The |
When launch_mmvt contains /Users/alexrockhill/projects/mmvt_root_alex/links/blender/blender --enable-new-depsgraph
I get the cryptic error:
alexs-mbp:~ alexrockhill$ /Users/alexrockhill/projects/mmvt_root_alex/mmvt/misc/launch_mmvt ; exit;
Color management: using fallback mode for management
Using new dependency graph.
BLT_lang_init: 'locale' data path for translations not found, continuing
Read prefs: /Users/alexrockhill/Library/Application Support/Blender/2.79/config/userpref.blend
Warning! bundled python not found and is expected on this platform. (if you built with CMake: 'install' target may have not been built)
Fatal Python error: Py_Initialize: unable to load the file system codec
ImportError: No module named 'encodings'
Current thread 0x00000001094a35c0 (most recent call first):
Illegal instruction
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
But when I run the blender that should be exactly the same because it's the one that is linked to, it works fine. i.e. launch_mmvt has /Users/alexrockhill/software/Blender/blender.app/Contents/MacOS/blender --enable-new-depsgraph (Works great)
The text was updated successfully, but these errors were encountered: