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

Run demo to meet xcb error #4

Open
vigorbird opened this issue Oct 26, 2021 · 2 comments
Open

Run demo to meet xcb error #4

vigorbird opened this issue Oct 26, 2021 · 2 comments

Comments

@vigorbird
Copy link

vigorbird commented Oct 26, 2021

Hi Davis Rempe, I am focusing your work since your last paper "Contact and Human Dynamics from Monocular Video". Thanks for your great work to human estimation area.
I run demo code and meet two problems. The first problem is about opengl version which leads to pyrender failure, I solve this problem by editing opengl version.
The second problem is about "xcb" library. After optimization process, I want to visualize final results and ubuntu system reports this error:
image
I search on the Internet, but can not find the solution.

@davrempe
Copy link
Owner

davrempe commented Nov 1, 2021

I have not seen this error before, but I have run into rendering issues in the past when the version of pyrender and other related libraries are not compatible. Here the pip list for my working environment (on Ubuntu 16.04). Try to use the same versions of pyrender (0.1.45), PyOpenGL (3.1.0), and pyglet (1.5.15) as listed here.

You might also want to make sure "xcb" is updated. Also just to double check, your system has a display with an X server running? I have not tried running rendering on a headless server, so you might run into issues if this is what you're trying.

@vigorbird
Copy link
Author

Thanks for your reply. I edit pyrender's constants.py file to solve the xcb problem
image
But I meet the new problem during rendring results. I think pyrender is not robust to run on all of computers. This is my error:
"error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES\n'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants