Blender 2.69 fails to start #37759
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#37759
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
OpenSuSE 12.1
Blender Version
Blender 2.69
Short description of error
I've downloaded the latest blender release (http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.69/blender-2.69-linux-glibc211-x86_64.tar.bz2) and extracted the files as usual to /opt. From my console I move to the install directory and type ./blender, the application won't start and reports a lot of error lines:
OpenColorIO Error: Error: Loading the OCIO profile '/opt/blender-2.69/2.69/datafiles/colormanagement/config.ocio' failed. yaml-cpp: error at line 1, column 3: unknown escape character:
Color management: using fallback mode for management
connect failed: No such file or directory
found bundled python: /opt/blender-2.69/2.69/python
bpy: couldnt find 'scripts/modules', blender probably wont start.
ImportError: No module named 'bpy_types'
ImportError: No module named 'bpy_types'
pyrna_srna_ExternalType: failed to find 'bpy_types' module
...
...
Blender 2.68 works like a charm on the same computer.
Changed status to: 'Open'
Added subscriber: @mathos200
Added subscriber: @mont29
You probably got a corrupted download, or deleted by mistake some dirs… Did you check the paths from your error messages? Did you try re-downloading and re-decompressing the archive?
Oh, or this could also be an authorization issue, can you (as a simple user) read content from /opt/blender-2.69/2.69 & co?
Changed status from 'Open' to: 'Resolved'
Thanks to mont29, the download was corrupted. I installed blender again, now it works perfectly.