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
(Thanks for all development so far. DearPyGui is so powerful and useful for Python user that surprises me that people aren't investing/donating as much as they should. )
I'm having the following issue when running DearPyGUI on Ubuntu 22.04:
(...the following 3 lines keep repeating and the GUI doesn't show, until I press Ctrl+C)
"""
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! (with GLSL '#version 130
')
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! (with GLSL '#version 130
')
^CTraceback (most recent call last):
File "/home/joao/Documents/GitHub/DeepSense-viewer/src/main.py", line 597, in
dpg.render_dearpygui_frame()
File "/home/joao/miniconda3/envs/joao-stable/lib/python3.9/site-packages/dearpygui/dearpygui.py", line 8877, in render_dearpygui_frame
return internal_dpg.render_dearpygui_frame(**kwargs)
KeyboardInterrupt
"""
Here's the output of glxinfo | grep "version" is:
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
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 22.0.5
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.5
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @hoffstadt ,
(Thanks for all development so far. DearPyGui is so powerful and useful for Python user that surprises me that people aren't investing/donating as much as they should. )
I'm having the following issue when running DearPyGUI on Ubuntu 22.04:
(...the following 3 lines keep repeating and the GUI doesn't show, until I press Ctrl+C)
"""
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! (with GLSL '#version 130
')
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! (with GLSL '#version 130
')
^CTraceback (most recent call last):
File "/home/joao/Documents/GitHub/DeepSense-viewer/src/main.py", line 597, in
dpg.render_dearpygui_frame()
File "/home/joao/miniconda3/envs/joao-stable/lib/python3.9/site-packages/dearpygui/dearpygui.py", line 8877, in render_dearpygui_frame
return internal_dpg.render_dearpygui_frame(**kwargs)
KeyboardInterrupt
"""
Here's the output of glxinfo | grep "version" is:
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
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 22.0.5
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.5
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix
And when I asked this in ImGUI, they said this.
Any idea what might be happening?
Beta Was this translation helpful? Give feedback.
All reactions