(Linux - OPTIX) Error: Device does not support queues #101671

Closed
opened 2022-10-07 12:15:06 +02:00 by Fischer · 7 comments

System Information
Operating system: Ubuntu 18.04 & Ubuntu 20.04 & CentOS 7.9
Graphics card: NVIDIA GeForce RTX 3090/ Driver Version: 495.44 & 510.54 & 515.65

Blender Version
Broken: version: 3.2.2 & 3.3.0 & 3.3.1

Short description of error
I've tried on several different remote machine by ssh, Blender always throw an error each time I tried to render by "--cycles-device OPTIX", things goes well if I use "CUDA" or "CPU" instead of "OPTIX".

root@c-2551:~/shiki# blender-3.3.1-linux-x64/blender -b testp.blend -E CYCLES -o "./t/trd_" -a -- --cycles-device OPTIX
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
Read blend: /root/shiki/testp.blend
F1007 17:39:40.307745  1011 device.cpp:429] Device does not support queues.
***Check failure stack trace:***
    @          0x2781cbd  (unknown)
    @          0x2783bc3  (unknown)
    @          0x278184d  (unknown)
    @          0x2784499  (unknown)
    @          0x27a2ed0  (unknown)
    @          0x31d0749  (unknown)
    @          0x31cac84  (unknown)
    @          0x31c42c2  (unknown)
    @          0x31c45b6  (unknown)
    @          0x3131fac  (unknown)
    @          0x27184e5  (unknown)
    @          0x27190a0  (unknown)
    @          0x2710e0d  (unknown)
    @          0xc0525e4  (unknown)
    @          0xc00ca48  _PyObject_MakeTpCall
    @           0x8d88bf  _PyEval_EvalFrameDefault
    @          0xc0cb0d4  (unknown)
    @           0x8d886a  _PyEval_EvalFrameDefault
    @          0xc0cb0d4  (unknown)
    @          0xc00c6cf  PyVectorcall_Call
    @          0x12ea918  (unknown)
    @          0x125a676  (unknown)
    @          0x1d4fdb9  (unknown)
    @          0x1d509dd  (unknown)
    @          0x1d54837  (unknown)
    @          0x1d56fa0  (unknown)
    @          0x1d57b76  (unknown)
    @           0x8db260  (unknown)
    @          0xbd15367  (unknown)
    @           0x7d88b0  (unknown)
    @     0x7f12ec24b0b3  __libc_start_main
    @           0x8dabcc  (unknown)
Aborted (core dumped)

Exact steps for others to reproduce the error
use the command line rendering like this:
blender-3.3.1-linux-x64/blender -b testp.blend -E CYCLES -o "./t/trd_" -a -- --cycles-device OPTIX
testp.blend

**System Information** Operating system: Ubuntu 18.04 & Ubuntu 20.04 & CentOS 7.9 Graphics card: NVIDIA GeForce RTX 3090/ Driver Version: 495.44 & 510.54 & 515.65 **Blender Version** Broken: version: 3.2.2 & 3.3.0 & 3.3.1 **Short description of error** I've tried on several different remote machine by ssh, Blender always throw an error each time I tried to render by "--cycles-device OPTIX", things goes well if I use "CUDA" or "CPU" instead of "OPTIX". ``` root@c-2551:~/shiki# blender-3.3.1-linux-x64/blender -b testp.blend -E CYCLES -o "./t/trd_" -a -- --cycles-device OPTIX Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35) Read blend: /root/shiki/testp.blend F1007 17:39:40.307745 1011 device.cpp:429] Device does not support queues. ***Check failure stack trace:*** @ 0x2781cbd (unknown) @ 0x2783bc3 (unknown) @ 0x278184d (unknown) @ 0x2784499 (unknown) @ 0x27a2ed0 (unknown) @ 0x31d0749 (unknown) @ 0x31cac84 (unknown) @ 0x31c42c2 (unknown) @ 0x31c45b6 (unknown) @ 0x3131fac (unknown) @ 0x27184e5 (unknown) @ 0x27190a0 (unknown) @ 0x2710e0d (unknown) @ 0xc0525e4 (unknown) @ 0xc00ca48 _PyObject_MakeTpCall @ 0x8d88bf _PyEval_EvalFrameDefault @ 0xc0cb0d4 (unknown) @ 0x8d886a _PyEval_EvalFrameDefault @ 0xc0cb0d4 (unknown) @ 0xc00c6cf PyVectorcall_Call @ 0x12ea918 (unknown) @ 0x125a676 (unknown) @ 0x1d4fdb9 (unknown) @ 0x1d509dd (unknown) @ 0x1d54837 (unknown) @ 0x1d56fa0 (unknown) @ 0x1d57b76 (unknown) @ 0x8db260 (unknown) @ 0xbd15367 (unknown) @ 0x7d88b0 (unknown) @ 0x7f12ec24b0b3 __libc_start_main @ 0x8dabcc (unknown) Aborted (core dumped) ``` **Exact steps for others to reproduce the error** use the command line rendering like this: blender-3.3.1-linux-x64/blender -b testp.blend -E CYCLES -o "./t/trd_" -a -- --cycles-device OPTIX [testp.blend](https://archive.blender.org/developer/F13627286/testp.blend)
Author

Added subscriber: @Shiki-1

Added subscriber: @Shiki-1
Fischer changed title from Cycles OPTIX failed in Linux, always happens with RTX 3090 to (Linux - OPTIX) Error: Device does not support queues 2022-10-07 15:19:07 +02:00

Added subscriber: @deadpin

Added subscriber: @deadpin

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

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

Is it possible for you to try what the user in #101651 discovered? A missing libnvidia-gl package on the system might cause this.

Is it possible for you to try what the user in #101651 discovered? A missing `libnvidia-gl` package on the system might cause this.
Author

In #101671#1429345, @deadpin wrote:
Is it possible for you to try what the user in #101651 discovered? A missing libnvidia-gl package on the system might cause this.

Thanks a lot, I tried

sudo apt-get install -y libxrender1 libxi6 libgl1 libglx-mesa0 libnvidia-gl-515

and it really works.

Anyway I'm still confused that, libnvidia-gl-515 should have been involved in Nvidia 515 driver, but in this case we have to install libnvidia-gl-515 manually, it's strange.

> In #101671#1429345, @deadpin wrote: > Is it possible for you to try what the user in #101651 discovered? A missing `libnvidia-gl` package on the system might cause this. Thanks a lot, I tried ``` sudo apt-get install -y libxrender1 libxi6 libgl1 libglx-mesa0 libnvidia-gl-515 ``` and it really works. Anyway I'm still confused that, libnvidia-gl-515 should have been involved in Nvidia 515 driver, but in this case we have to install libnvidia-gl-515 manually, it's strange.

I'm glad it seems to have worked for you, and yes, I'm also unsure how this situation has occurred. I'll merge this report into the other and continue the investigation from there.

I'm glad it seems to have worked for you, and yes, I'm also unsure how this situation has occurred. I'll merge this report into the other and continue the investigation from there.

Closed as duplicate of #101651

Closed as duplicate of #101651
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#101671
No description provided.