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
Ran into this issue when running ./run.sh host -w:
...
player 1 of 2 (2 nodes)
Use changemap instead. Map is for single-player only.
VIZ_Init: instance id: foDC642ZOg, async: 1, input: 1
VIZ_MQInit: Init message queues.
VIZ_SMInit: Init shared memory.
VIZ_ScreenInit: width: 1024, height: 576, pitch: 1024, format: CRCGCB
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
It stalls at the last line with no visual. The line that's been executed to run the docker image is:
nvidia-docker run --net=host -ti --rm --name cig2017_host --env=DISPLAY --privileged cig2017_host -w
Local system environment:
Ubuntu 16.04LTS, Nvidia Graphics Driver 375.26
The text was updated successfully, but these errors were encountered:
Ran into this issue when running ./run.sh host -w:
...
player 1 of 2 (2 nodes)
Use changemap instead. Map is for single-player only.
VIZ_Init: instance id: foDC642ZOg, async: 1, input: 1
VIZ_MQInit: Init message queues.
VIZ_SMInit: Init shared memory.
VIZ_ScreenInit: width: 1024, height: 576, pitch: 1024, format: CRCGCB
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
It stalls at the last line with no visual. The line that's been executed to run the docker image is:
nvidia-docker run --net=host -ti --rm --name cig2017_host --env=DISPLAY --privileged cig2017_host -w
Local system environment:
Ubuntu 16.04LTS, Nvidia Graphics Driver 375.26
The text was updated successfully, but these errors were encountered: