bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

Help with error: "Bullet Physics ExampleBrowser using openGL3+ [btgl] Release Build (Not Responding)"

Open PointyRedFox opened this issue 1 year ago • 0 comments

Hi, I am new to pyBullet. I am running on Windows 11. I am trying to run the simplest initial code:

import pybullet as p import time

physicsClient = p.connect(p.GUI)

p.stepSimulation()

for t in range(1000): time.sleep(1/60)

p.disconnect()

However, the graphical interface crashes/freezes, with the error given in the title of this post.

Any help greatly appreciated

PointyRedFox avatar Apr 26 '23 10:04 PointyRedFox