You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run OpenGLESHelloAPI example
It failed with Segmentation fault (core dumped)
Environment
SDK version: [R24.1-v5.12]
Operating System/Device: Ubuntu 22.04 with GNOME on Wayland
Additional Info
I have gdb into the source code examples/OpenGLES/01_HelloAPI/OpenGLESHelloAPI_LinuxWayland.cpp and found no wl_shell registeration occured in registerGlobalCallback()
The text was updated successfully, but these errors were encountered:
Description
Build commands:
cmake .. -DPVR_WINDOW_SYSTEM=Wayland -DPVR_BUILD_OPENGLES_EXAMPLES=On -DPVR_BUILD_VULKAN_EXAMPLES=Off -DCMAKE_BUILD_TYPE=Debug
Repro steps
Run
OpenGLESHelloAPI
exampleIt failed with
Segmentation fault (core dumped)
Environment
Additional Info
I have gdb into the source code
examples/OpenGLES/01_HelloAPI/OpenGLESHelloAPI_LinuxWayland.cpp
and found nowl_shell
registeration occured inregisterGlobalCallback()
The text was updated successfully, but these errors were encountered: