OPTIX_ERROR_UNKNOWN when trying to render using Optix and a 1080 Nvidia GPU #81620

Closed
opened 2020-10-11 09:54:05 +02:00 by Atamert Ölçgen · 12 comments

System Information
Operating system: Debian Buster (stable)
Graphics card: GeForce GTX 1080ti
Driver version: 450.66

Blender Version
Broken: 2.90.1
Worked: -

Short description of error
Optix rendering does not work. Both viewport rendering and render image using Optix does not work. I get the following error in console:

I1011 10:44:45.973033  9687 device_cuda_impl.cpp:877] Buffer allocate: work_tiles, 40 bytes. (40) in device memory
I1011 10:44:55.631901  9628 device_cuda_impl.cpp:710] Mapped host memory limit set to 29,389,910,016 bytes. (27.37G)
I1011 10:44:55.669991  9628 device_optix.cpp:230] All knobs on default.
E1011 10:44:55.670181  9628 device_optix.cpp:224] Error initializing RTX library
OPTIX_ERROR_UNKNOWN in optixDeviceContextCreate(cuContext, &options, &context) (device_optix.cpp:235)

Refer to the Cycles GPU rendering documentation for possible solutions:
https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html

I1011 10:44:55.670397  9628 device_cuda_impl.cpp:877] Buffer allocate: RenderBuffers, 22,178,624 bytes. (21.15M) in device memory
I1011 10:44:55.774158  9796 session.cpp:837] Requested features:
Experimental features: Off
Max nodes group: 0
Nodes features: 0
Use Hair: False
Use Object Motion: False
Use Camera Motion: False
Use Baking: False
Use Subsurface: False
Use Volume: False
Use Branched Integrator: False
Use Patch Evaluation: False
Use Transparent Shadows: False
Use Principled BSDF: False
Use Denoising: False
Use Displacement: False
Use Background Light: True
I1011 10:44:55.774215  9796 svm.cpp:81] Total 6 shaders.

Exact steps for others to reproduce the error

  • Basic scene with a cube, a point light and ambient light turned off in world.
  • Enable Optix in preferences -> system.
  • Switch to rendered shading mode or render image.
**System Information** Operating system: Debian Buster (stable) Graphics card: GeForce GTX 1080ti Driver version: 450.66 **Blender Version** Broken: 2.90.1 Worked: - **Short description of error** Optix rendering does not work. Both viewport rendering and render image using Optix does not work. I get the following error in console: ``` I1011 10:44:45.973033 9687 device_cuda_impl.cpp:877] Buffer allocate: work_tiles, 40 bytes. (40) in device memory I1011 10:44:55.631901 9628 device_cuda_impl.cpp:710] Mapped host memory limit set to 29,389,910,016 bytes. (27.37G) I1011 10:44:55.669991 9628 device_optix.cpp:230] All knobs on default. E1011 10:44:55.670181 9628 device_optix.cpp:224] Error initializing RTX library OPTIX_ERROR_UNKNOWN in optixDeviceContextCreate(cuContext, &options, &context) (device_optix.cpp:235) Refer to the Cycles GPU rendering documentation for possible solutions: https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html I1011 10:44:55.670397 9628 device_cuda_impl.cpp:877] Buffer allocate: RenderBuffers, 22,178,624 bytes. (21.15M) in device memory I1011 10:44:55.774158 9796 session.cpp:837] Requested features: Experimental features: Off Max nodes group: 0 Nodes features: 0 Use Hair: False Use Object Motion: False Use Camera Motion: False Use Baking: False Use Subsurface: False Use Volume: False Use Branched Integrator: False Use Patch Evaluation: False Use Transparent Shadows: False Use Principled BSDF: False Use Denoising: False Use Displacement: False Use Background Light: True I1011 10:44:55.774215 9796 svm.cpp:81] Total 6 shaders. ``` **Exact steps for others to reproduce the error** - Basic scene with a cube, a point light and ambient light turned off in world. - Enable Optix in preferences -> system. - Switch to rendered shading mode or render image.

Added subscriber: @muhuk

Added subscriber: @muhuk

Tested with blender-2.91.0-1b04eb6c4443-linux64, I am still getting the same error.

Tested with `blender-2.91.0-1b04eb6c4443-linux64`, I am still getting the same error.

Added subscriber: @mano-wii

Added subscriber: @mano-wii

It is not common to see OPTIX problems with GTX 1080ti.
Have you tried upgrading GPU drivers? See https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

It is not common to see OPTIX problems with GTX 1080ti. Have you tried upgrading GPU drivers? See https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

450.66 is the best you can get on Debian Buster.

`450.66` is the best you can get on Debian Buster.

Have you tried the latest development snapshot of blender: https://builder.blender.org/download ?
Many bugs are fixed between the official releases.

Have you tried the latest development snapshot of blender: https://builder.blender.org/download ? Many bugs are fixed between the official releases.

Added subscriber: @brecht

Added subscriber: @brecht

OPTIX_ERROR_UNKNOWN does not give us much to go on. There may be an issue in the NVIDIA driver installation, maybe missing OptiX components?

There may also be a clue earlier in the render log, so it would help to post the full output.

`OPTIX_ERROR_UNKNOWN` does not give us much to go on. There may be an issue in the NVIDIA driver installation, maybe missing OptiX components? There may also be a clue earlier in the render log, so it would help to post the full output.

Yes, before I filed the report my card was not recognized at all, I found another bug report and based on that installed libnvoptix1 package. Then my card was recognized, but I started getting OPTIX_ERROR_UNKNOWN.

Now I see libnvidia-rtcore is not upgraded, it's still on version 440.100, it could be the issue:

This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing)

It cannot be upgraded since a dependency is not landed on buster-backports for some reason.

Yes, before I filed the report my card was not recognized at all, I found another bug report and based on that installed `libnvoptix1` package. Then my card was recognized, but I started getting `OPTIX_ERROR_UNKNOWN`. Now I see `libnvidia-rtcore` is not upgraded, it's still on version `440.100`, it could be the issue: ``` This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing) ``` It cannot be upgraded since a dependency is not landed on buster-backports for some reason.

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Brecht Van Lommel self-assigned this 2020-10-12 19:27:33 +02:00

Ok, that would be the issue. OptiX depends on rtcore and versions need to match.

This does not seem to be a bug that we can fix in Blender then, but rather something to be fixed in Debian or with your system configuration.

Ok, that would be the issue. OptiX depends on rtcore and versions need to match. This does not seem to be a bug that we can fix in Blender then, but rather something to be fixed in Debian or with your system configuration.

Added subscriber: @GabrielMontagne

Added subscriber: @GabrielMontagne
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#81620
No description provided.