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
I have typed some command as follows:
docker run -it --entrypoint="/bin/bash" syllogismrxs/scrimmage:latest
source ~/.scrimmage/setup.bash
scrimmage ./missions/straight.xml
But the container report some errors as follows:
"ERROR: In /build/vtk7-yd0MKW/vtk7-7.1.1+dfsg2/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx, line 1497
vtkXOpenGLRenderWindow (0x55b6ebbe3e60): bad X server connection. DISPLAY=Aborted (core dumped)".
I want to display the simulation on my host while I start the container related to "scrimmage".
By the way, vtk and xserver have installed on my host, and the version of nvidia dirver is 470.57.02.
The text was updated successfully, but these errors were encountered:
In case anyone happens to see this. Getting the same error on Ubuntu 22.04. Was able to use the image recommended by frazierbaker, but this runs a container in Ubuntu 18. Pretty sure has to do with how 22.04 handles display forwarding, but have not been able to figure out what's wrong.
I have typed some command as follows:
docker run -it --entrypoint="/bin/bash" syllogismrxs/scrimmage:latest
source ~/.scrimmage/setup.bash
scrimmage ./missions/straight.xml
But the container report some errors as follows:
"ERROR: In /build/vtk7-yd0MKW/vtk7-7.1.1+dfsg2/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx, line 1497
vtkXOpenGLRenderWindow (0x55b6ebbe3e60): bad X server connection. DISPLAY=Aborted (core dumped)".
I want to display the simulation on my host while I start the container related to "scrimmage".
By the way, vtk and xserver have installed on my host, and the version of nvidia dirver is 470.57.02.
The text was updated successfully, but these errors were encountered: