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
After the update to version 10 the program no longer starts. The previous version worked without any problems on the same graphic driver.
Platform
Arch Linux
GPU, drivers, and screen setup
NVidia GeForce 410M; nvidia-340xx-dkms; mesa 22.2.3; Sony Vaio Laptop, 2011 production year
`glxinfo -B`
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1024 MB
Total available memory: 1024 MB
Currently available dedicated video memory: 833 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 410M/PCIe/SSE2
OpenGL core profile version string: 4.4.0 NVIDIA 340.108
OpenGL core profile shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.4.0 NVIDIA 340.108
OpenGL shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.1 NVIDIA 340.108 340.108
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
Environment
Openbox 3.6.1
picom version
picom 10
picom --version
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
picom --diagnostics
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
Configuration:
The program doesn't start with any settings.
Steps of reproduction
Run picom;
Observe the picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT error.
Expected behavior
The program is functioning normally.
Current Behavior
When launching the program crashes with the error: picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT.
After the update to version 10 the program no longer starts. The previous version worked without any problems on the same graphic driver.
Platform
Arch Linux
GPU, drivers, and screen setup
NVidia GeForce 410M; nvidia-340xx-dkms; mesa 22.2.3; Sony Vaio Laptop, 2011 production year
`glxinfo -B`
Environment
Openbox 3.6.1
picom version
picom 10
picom --version
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
picom --diagnostics
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
Configuration:
The program doesn't start with any settings.
Steps of reproduction
Run
picom
;Observe the
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
error.Expected behavior
The program is functioning normally.
Current Behavior
When launching the program crashes with the error:
picom: symbol lookup error: picom: undefined symbol: glEGLImageTargetTexStorageEXT
.Other details
`nm --dynamic /usr/lib/libGL.so | grep glEGLImageTargetTexStorageEXT`
`ldd /usr/bin/picom`
`nm --dynamic /usr/lib/nvidia/libGL.so.340.108 | grep glEGLImageTargetTexStorageEXT`
The text was updated successfully, but these errors were encountered: