-
Notifications
You must be signed in to change notification settings - Fork 62
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
OpenGL error: error Invalid Operation #20
Comments
Having same issue on cluster. Nvidia driver 440.44 CUDA 9.0 Ubuntu 16.04 on the cluster. I actually have this exact same configuration on a remote workstation and softgym has worked great there for the last few months. Interesting that the issue is appearing on cluster with the same configuration now. In both cases I also didn't use docker. In my case the error is slightly different, it states: |
Sorry for the miss of link about issue 16 and 9. I have edited the issue description. Thank you for your kind remind. I installed SoftGym following the instructions in this blog. The steps involved is as followed.
Also, I tried a Nvidia driver version of 460.67 first, but met the problem of Segmentation fault mentioned in Issue #9. Then I uninstalled the 460.67 driver and installed the Nvidia driver version of 440.64, with the cuda version unchanged. Thank you again for your kind help! |
For further reference, the information about the Nvidia driver and cuda is as followed:
Thanks! |
Hi, I am stuck and I wonder if using docker with Ubuntu 16.04 would solve this problem. I will be very appreciated for any help of suggestions! |
Hi @chenjq20 sorry about my late response. In my blog post, I listed a few working configurations that I managed to get, for example with Ubuntu 16.04 I got this with CUDA 9.0 without docker (as stated near the bottom of that post). This seems to be different from the 9.2 version that you report. It might not hurt to try Docker with Ubuntu 16.04. By the way in Markdown you can use the triple backticks (`) to make code and command line output more readable (it will keep the spacing the same for each character). |
Thank you very much for your suggestions! I will try CUDA 9.0 or Docker and improve the style of code post. |
Hi, I have tried to uninstall cuda 9.2 and install cuda 9.0. However, with Ubuntu 16.04 LTS, CUDA 9.0.176 and Nvidia driver version 440.64, I got the same error as reported above:
As I tried to use Docker, I learned that Docker no longer support Ubuntu 16.04. I wonder what change I should take a try. I wonder if the OpenGL version has effect this error. The OpenGL version is as followed:
Thank you for any help you can offer! |
Sorry for the mistaken OpenGL version above. The complete information of OpenGL is as followed:
I wonder if the OpenGL version has something to do with the OpenGL error above and how I could solve this problem. Thank you! |
Hi,
I have met the similar question as Issue #16 . I am using Ubuntu 16.04 LTS, CUDA 9.2.148 and Nvidia driver version 440.64, which is the same with softgym test environment. I am testing on the local machine and entirely outside of docker.
I got the similar error as Issue #16 .
Besides, if I did not turn on the headless mode, I got the Segmentation fault mentioned in other issues.
Since I am working on a local machine, I wonder how I could handle this "error invalid operation error".
For reference, the following are the environment variables setting following the instructions in Issue #9 :
Thank you for any help you can offer!
The text was updated successfully, but these errors were encountered: