Preferences -> Add-ons unattainable #82287

Closed
opened 2020-11-01 01:34:48 +01:00 by Yannis J DUBOIS · 10 comments

System Information
Operating system: Linux-5.4.0-0.bpo.4-lzk-bl-amd64-x86_64-with-debian-10.6 64 Bits
Graphics card: Mesa DRI Intel(R) Ivybridge Mobile Intel Open Source Technology Center 4.2 (Core Profile) Mesa 18.3.6

Blender Version
Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: 3e85bb34d0
Worked: (newest version of Blender that worked as expected)

Preferences -> Add-ons unattainable
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
I installed add-ons recently without any problem, but the next day wanting to install others it appears empty.
Archimesh
Archipack (free)
BlenderBIM (installed but unactivated)
Blender Photogrammetry
Extra Lights (free on Github)
Tri-Lighting

[Based on the default startup or an attached .blend file (as simple as possible)]

system-info.txt
Capture du 2020-10-31 20-18-22.png

**System Information** Operating system: Linux-5.4.0-0.bpo.4-lzk-bl-amd64-x86_64-with-debian-10.6 64 Bits Graphics card: Mesa DRI Intel(R) Ivybridge Mobile Intel Open Source Technology Center 4.2 (Core Profile) Mesa 18.3.6 **Blender Version** Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: `3e85bb34d0` Worked: (newest version of Blender that worked as expected) **Preferences -> Add-ons unattainable** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] I installed add-ons recently without any problem, but the next day wanting to install others it appears empty. Archimesh Archipack (free) BlenderBIM (installed but unactivated) Blender Photogrammetry Extra Lights (free on Github) Tri-Lighting [Based on the default startup or an attached .blend file (as simple as possible)] [system-info.txt](https://archive.blender.org/developer/F9143432/system-info.txt) ![Capture du 2020-10-31 20-18-22.png](https://archive.blender.org/developer/F9143735/Capture_du_2020-10-31_20-18-22.png)

Added subscriber: @dub-istor

Added subscriber: @dub-istor

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Judging by the error in your system info, there might be some issue with Cycles or your user preferences. It fails to write the Cycles section properly where the compute devices should be reported:

CPU device capabilities: SSE2 SSE3 SSE41 AVX

OpenCL device capabilities:
No OpenCL platforms found
ERROR: malformed node or string: <_ast.Str object at 0x7f797a700fd0> 

Please start a terminal and navigate to Blender's directory. Start Blender with the following command to create a debug log in your home directory.

./blender --debug --debug-cycles > ~/blender_debug_output.txt 2>&1

Try to open the user preferences again, then close Blender. Add the debug log to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop.

2019_12_04_upload_icon_developer_blender_org.png

Judging by the error in your system info, there might be some issue with Cycles or your user preferences. It fails to write the Cycles section properly where the compute devices should be reported: ``` CPU device capabilities: SSE2 SSE3 SSE41 AVX OpenCL device capabilities: No OpenCL platforms found ERROR: malformed node or string: <_ast.Str object at 0x7f797a700fd0> ``` Please start a terminal and navigate to Blender's directory. Start Blender with the following command to create a debug log in your home directory. ``` ./blender --debug --debug-cycles > ~/blender_debug_output.txt 2>&1 ``` Try to open the user preferences again, then close Blender. Add the debug log to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop. ![2019_12_04_upload_icon_developer_blender_org.png](https://archive.blender.org/developer/F8190038/2019_12_04_upload_icon_developer_blender_org.png)

Please also try to start Blender with factory default settings through the following command and check if the user preferences still don't display properly.

./blender --factory-startup

Avoid saving the preferences when starting with this option though as it will overwrite your existing ones.

Please also try to start Blender with factory default settings through the following command and check if the user preferences still don't display properly. ``` ./blender --factory-startup ``` Avoid saving the preferences when starting with this option though as it will overwrite your existing ones.

blender_debug_output.txt

Please also try to start Blender with factory default settings through the following command and check if the user preferences still don't display properly.

there are no results.

[blender_debug_output.txt](https://archive.blender.org/developer/F9174007/blender_debug_output.txt) >> Please also try to start Blender with factory default settings through the following command and check if the user preferences still don't display properly. there are no results.

Your log file contains a permission error, that yjd is not in the group of sudoers. It seems that you've accidentally changed the permissions on the directory where the add-ons are stored or files within and Blender is unable to access them. Perhaps this occurred during the installation of an add-on.

As a quick test to verify that this is the cause, you can rename the $HOME/.config/blender/2.90/ directory to e.g. 2.90-orig and download the portable version of Blender (.tar.xz). Extract in a directory of choice and start it. You should be able to access the add-on preferences. The even quicker approach would be to start your current Blender installation with sudo but that is not recommended for security reasons.

I would suggest that you check the permissions of the original, now renamed, $HOME/.config/blender/2.90/ directory and files within and make sure that your user is allowed to access them. You can change its name back to the original once you've resolved the permission issue with chmod.

Your log file contains a permission error, that `yjd` is not in the group of sudoers. It seems that you've accidentally changed the permissions on the directory where the add-ons are stored or files within and Blender is unable to access them. Perhaps this occurred during the installation of an add-on. As a quick test to verify that this is the cause, you can rename the `$HOME/.config/blender/2.90/` directory to e.g. `2.90-orig` and download the [portable version of Blender ](https://download.blender.org/release/) (`.tar.xz`). Extract in a directory of choice and start it. You should be able to access the add-on preferences. The even quicker approach would be to start your current Blender installation with `sudo` but that is not recommended for security reasons. I would suggest that you check the permissions of the original, now renamed, `$HOME/.config/blender/2.90/` directory and files within and make sure that your user is allowed to access them. You can change its name back to the original once you've resolved the permission issue with `chmod`.

I spotted the last add-on installed in . config and I deleted it. it works again. Thank you

photogrammetry_importer.zip : It was a zip that I made from the contents of this zip here, so it would fit into Blender Blender-Addon-Photogrammetry-Importer-master.zip ; finally I don’t understand how to install it, so I think I’ll drop its installation.

I spotted the last add-on installed in . config and I deleted it. it works again. Thank you [photogrammetry_importer.zip](https://archive.blender.org/developer/F9192746/photogrammetry_importer.zip) : It was a zip that I made from the contents of this zip here, so it would fit into Blender [Blender-Addon-Photogrammetry-Importer-master.zip](https://archive.blender.org/developer/F9192789/Blender-Addon-Photogrammetry-Importer-master.zip) ; finally I don’t understand how to install it, so I think I’ll drop its installation.

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Robert Guetzkow self-assigned this 2020-11-05 10:35:03 +01:00

The __init__.py of the add-on uses an incorrectly formatted bl_info. There should be no string concatenation with + happening.

The `__init__.py` of the add-on uses an incorrectly formatted `bl_info`. There should be no string concatenation with `+` happening.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#82287
No description provided.