Skip to content

Can't open ocioview #2333

Description

@th-jyu

I've tried running the following on Rocky Linux 8.9 (NVidia GPU workstation) but have been running into these warning before the program crashes before any GUI pops up

$ git clone -b v2.5.2 --depth=1 https://github.com/AcademySoftwareFoundation/OpenColorIO
$ cd OpenColorIO/src/apps/ocioview
OpenColorIO/src/apps/ocioview$ python3.11 -m venv .venv
OpenColorIO/src/apps/ocioview$ .venv/bin/pip install -r requirements.txt
OpenColorIO/src/apps/ocioview$ .venv/bin/python main.py 
[OpenGL.platform.ctypesloader Debug]: Loaded libEGL.so => libEGL.so.1 <CDLL 'libEGL.so.1', handle 5594fb18e750 at 0x7f042da03e90>
[OpenGL.acceleratesupport Info]: No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
[OpenGL.platform.ctypesloader Debug]: Loaded libOpenGL.so => libOpenGL.so.0 <CDLL 'libOpenGL.so.0', handle 5594fe4636e0 at 0x7f042daa2d10>
[wgpu Warning]: No config found!
[wgpu Warning]: EGL says it can present to the window but not natively

Where would I want to start to try debug this? Am I missing some GL system libraries?

Here's a condensed glxinfo output, happy to provide more info to help

$ glxinfo | grep '^[A-Za-z].*[^:]$'
name of display: :100
display: :100  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
GLX version: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Tesla T4/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.144.03
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.0 NVIDIA 550.144.03
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 550.144.03
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions