Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EGL does not work with latest version of opengl #1

Open
NotAnyMike opened this issue Jan 29, 2020 · 2 comments
Open

EGL does not work with latest version of opengl #1

NotAnyMike opened this issue Jan 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@NotAnyMike
Copy link
Contributor

pybullet build time: Jan 12 2020 16:31:20
Using EGL Plugin to accelerate rendering
/home/mikew/miniconda3/envs/pybullet/lib/python3.8/site-packages/eglRenderer.cpython-38-x86_64-linux-gnu.so
libEGL warning: DRI2: failed to create dri screen
libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device.
libEGL warning: DRI2: failed to create dri screen
Loaded EGL 1.4 after reload.
GL_VENDOR=VMware, Inc.
GL_RENDERER=llvmpipe (LLVM 9.0, 256 bits)
GL_VERSION=3.1 Mesa 19.2.1
GL_SHADING_LANGUAGE_VERSION=1.40
Version = 3.1 Mesa 19.2.1
Vendor = VMware, Inc.
Renderer = llvmpipe (LLVM 9.0, 256 bits)
Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Compile failed:
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

GL error 0x501 detected in glGenBuffers
ven = VMware, Inc.
[1]    13441 segmentation fault (core dumped)  python examples/simple_example.py
@NotAnyMike NotAnyMike added the bug Something isn't working label Jan 29, 2020
@NotAnyMike
Copy link
Contributor Author

Check #1 in shapes3d.py to see the temporal work around

@dannyliu15
Copy link

I've tried to add the flag before running the program, and it works~!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants