This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics simulations related features applied to C. elegans locomotion
Hi, I've installed sibernetic on a machine and it is running correctly. I would like to connect to that machine (server) via ssh and forward the graphical output of the simulation to my development notebook. While I can start e.g. xclock or firefox remotely and see it locally I have problems with sibernetic.
The simulation is running but I don't see any output like the steps. Instead I get the following error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 37
Current serial number in output stream: 38
Server: ubuntu14.04. Notebook: 16.04
I use ssh -X.
X11Forwarding is set to yes in the sshd_config of the server.
Any suggestions?