No Cycles render device found / No Cycles render engine #81498

Closed
opened 2020-10-07 05:59:52 +02:00 by Meino Cramer · 13 comments

System Information
Operating system: GENTOO LInux / NVIDIA-Linux-x86_64-455.23.04 ( graphics driver installed via nvidia-installer )
Graphics card: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] (rev a1)

Blender Version
Broken: Blender 2.91 alpha , versions affected (at least):
blender-2.91.0-099ce95ef36d-linux64
blender-2.91.0-2c317457cbf2-linux64
blender-2.91.0-3178dc25f6ed-linux64
blender-2.91.0-659f81f1cbc3-linux64
blender-2.91.0-6f3a9031f7b9-linux64
blender-2.91.0-743eca0f316d-linux64
blender-2.91.0-a4f8b2ad7653-linux64
blender-2.91.0-e5aa9decb23f-linux64
blender-2.91.0-edd1164575fe-linux64
Worked: Blender 2.90.1 (last stable)

Short description of error
No cycles render device found
Exact steps for others to reproduce the error
No blend file needed.
Start blender
Go User-Preferences->System
See top row: Cycles Render Devices is empty
Or check Render Properties tab for selection of available render engines: Only Eevee is displayed.

**System Information** Operating system: GENTOO LInux / NVIDIA-Linux-x86_64-455.23.04 ( graphics driver installed via nvidia-installer ) Graphics card: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] (rev a1) **Blender Version** Broken: Blender 2.91 alpha , versions affected (at least): blender-2.91.0-099ce95ef36d-linux64 blender-2.91.0-2c317457cbf2-linux64 blender-2.91.0-3178dc25f6ed-linux64 blender-2.91.0-659f81f1cbc3-linux64 blender-2.91.0-6f3a9031f7b9-linux64 blender-2.91.0-743eca0f316d-linux64 blender-2.91.0-a4f8b2ad7653-linux64 blender-2.91.0-e5aa9decb23f-linux64 blender-2.91.0-edd1164575fe-linux64 Worked: Blender 2.90.1 (last stable) **Short description of error** No cycles render device found **Exact steps for others to reproduce the error** No blend file needed. Start blender Go User-Preferences->System See top row: Cycles Render Devices is empty Or check Render Properties tab for selection of available render engines: Only Eevee is displayed.
Author

Added subscriber: @mcq

Added subscriber: @mcq

Added subscriber: @TheRedWaxPolice

Added subscriber: @TheRedWaxPolice

The Cycles addon is enabled in the preferences?

The Cycles addon is enabled in the preferences?
Author

No...it was not. I enabled it again and Cycles is there again.
BUT: I didn't disabled it. Is it now disabled by default with 2.91 alpha?

No...it was not. I enabled it again and Cycles is there again. BUT: I didn't disabled it. Is it now disabled by default with 2.91 alpha?

There was a bug on previous builds....
#81405 (Cycles is not enabled by default on recent builds)
0bf12cb025

There was a bug on previous builds.... #81405 (Cycles is not enabled by default on recent builds) 0bf12cb025

Added subscriber: @iss

Added subscriber: @iss

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

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

Sometimes I get error when cycles addon have some problem with GPU and doesn't even load, so it can't be even enabled. This happens in 0.001% cases on Blender startup, I guess issue reported is not what I described here?

We need steps to reproduce this issue (not how to check if cycles is enabled) to fix this bug.

Sometimes I get error when cycles addon have some problem with GPU and doesn't even load, so it can't be even enabled. This happens in 0.001% cases on Blender startup, I guess issue reported is not what I described here? We need steps to reproduce this issue (not how to check if cycles is enabled) to fix this bug.

I just caught this issue in my case, here is console log output:

Traceback (most recent call last):
  File "C:\Blender-git\b1\bin\Debug\2.91\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\__init__.py", line 132, in register
    engine.init()
  File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 131, in init
    _workaround_buggy_drivers()
  File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 46, in _workaround_buggy_drivers
    if _is_using_buggy_driver():
  File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 28, in _is_using_buggy_driver
    if bgl.glGetString(bgl.GL_VENDOR) == "ATI Technologies Inc.":
AttributeError: could not get opengl string
Vendor: ATI Technologies Inc.
Renderer: Radeon RX550/550 Series
Version: 4.5.14736 Core Profile Context 20.8.3 27.20.12027.1001
Warning! Dummy Version: 4.6.14736 Compatibility Profile Context 20.8.3 27.20.12027.1001
Context Version: 4.5
I just caught this issue in my case, here is console log output: ``` Traceback (most recent call last): File "C:\Blender-git\b1\bin\Debug\2.91\scripts\modules\addon_utils.py", line 382, in enable mod.register() File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\__init__.py", line 132, in register engine.init() File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 131, in init _workaround_buggy_drivers() File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 46, in _workaround_buggy_drivers if _is_using_buggy_driver(): File "C:\Blender-git\b1\bin\Debug\2.91\scripts\addons\cycles\engine.py", line 28, in _is_using_buggy_driver if bgl.glGetString(bgl.GL_VENDOR) == "ATI Technologies Inc.": AttributeError: could not get opengl string Vendor: ATI Technologies Inc. Renderer: Radeon RX550/550 Series Version: 4.5.14736 Core Profile Context 20.8.3 27.20.12027.1001 Warning! Dummy Version: 4.6.14736 Compatibility Profile Context 20.8.3 27.20.12027.1001 Context Version: 4.5 ```

Added subscriber: @rjg

Added subscriber: @rjg

@mcq It sounds like the issue was resolved for you by 0bf12cb025, is that correct?

@iss Doesn't seem to be same issue, this should probably be a separate ticket.

@mcq It sounds like the issue was resolved for you by 0bf12cb025, is that correct? @iss Doesn't seem to be same issue, this should probably be a separate ticket.

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

Changed status from 'Needs User Info' to: 'Archived'
Richard Antalik self-assigned this 2020-11-14 05:24:50 +01:00

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
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
4 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#81498
No description provided.