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
It worked for me before but since my upgrade to Ubuntu 24.04 I cannot open the pybullet gui anymore (may not be related though, not sure). I am working locally on my laptop without docker or anything.
I just want to run this simple example:
import pybullet as p
import time
import os
os.environ["DISPLAY"] = ":0"
p.connect(p.GUI)
time.sleep(6)
p.disconnect()
This is my output, but no GUI opens:
pybullet build time: Nov 28 2023 23:45:17
startThreads creating 1 threads.
starting thread 0
started thread 0
argc=2
argv[0] = --unused
argv[1] = --start_demo_name=Physics Server
ExampleBrowserThreadFunc started
X11 functions dynamically loaded using dlopen/dlsym OK!
X11 functions dynamically loaded using dlopen/dlsym OK!
Failed to retrieve a framebuffer config
I already tried adding the display env var, upgrading pybullet, running other guis like glxgears or xeyes works.
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered:
It worked for me before but since my upgrade to Ubuntu 24.04 I cannot open the pybullet gui anymore (may not be related though, not sure). I am working locally on my laptop without docker or anything.
I just want to run this simple example:
This is my output, but no GUI opens:
I already tried adding the display env var, upgrading pybullet, running other guis like glxgears or xeyes works.
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: