dilevin / computer-graphics-mass-spring-systems

Computer Graphics Assignment – Mass Spring Systems
1 stars 2 forks source link

can not open the viewer with ssh #14

Open michelleww opened 4 years ago

michelleww commented 4 years ago

I am getting this error X11: The DISPLAY environment variable is missingSegmentation fault when ssh. Does anyone know how to fix this?

abhimadan commented 4 years ago

The X11 error is likely because you didn't ssh with X forwarding enabled, and the segfault is either from the X11 error or because you didn't specify a json file as a command line argument. However, even with X forwarding enabled, you can't forward OpenGL commands over ssh, so please work on the assignment locally.