Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

"Failed to initialize OpenGL loader!" using Wayland (Fedora 42) #122

Description

@nning

Hi!

Since I'm using Wayland by default in Fedora 42, I get the following error when I try to start SonyHeadphonesClient:

$ ./SonyHeadphonesClient
[...]
Failed to initialize OpenGL loader!

ldd shows no missing libraries:

$ ldd SonyHeadphonesClient
        linux-vdso.so.1 (0x00007f35ef39b000)
        libdbus-1.so.3 => /lib64/libdbus-1.so.3 (0x00007f35ef1fc000)
        libGLEW.so.2.2 => /lib64/libGLEW.so.2.2 (0x00007f35ef13b000)
        libglfw.so.3 => /lib64/libglfw.so.3 (0x00007f35ef0bf000)
        libbluetooth.so.3 => /lib64/libbluetooth.so.3 (0x00007f35ef091000)
        libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f35ef05f000)
        libOpenGL.so.0 => /lib64/libOpenGL.so.0 (0x00007f35ef038000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f35eec00000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f35eef4a000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f35eef1e000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f35eea0e000)
        libsystemd.so.0 => /lib64/libsystemd.so.0 (0x00007f35ee8ee000)
        libGL.so.1 => /lib64/libGL.so.1 (0x00007f35eeea8000)
        libX11.so.6 => /lib64/libX11.so.6 (0x00007f35ee7a8000)
        libXext.so.6 => /lib64/libXext.so.6 (0x00007f35eee94000)
        libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007f35ee72f000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f35ef39d000)
        libcap.so.2 => /lib64/libcap.so.2 (0x00007f35eee88000)
        libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f35ee705000)
        libXau.so.6 => /lib64/libXau.so.6 (0x00007f35eee80000)

I'm using libGLEW-2.2.0-10.fc42.x86_64.

Thanks for your help and the work on this app!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions