This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Description
I am trying to run ./render in my ubuntu 22.04 machine, but when I run it, I got the following error.
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# ./render
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 188
Current serial number in output stream: 188
I also checked the GLX version as follow:
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# glxinfo |grep -i "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Version: 23.3.0
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.0-devel
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.0-devel
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.3.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,
I am not sure my X window is supported by the client. Do you have any idea how to solve this?
Thank You.