I am trying to run Wrap 3.3.17 on Ubuntu 18.04.1 LTS and it is failing.
When trying the command line version with ./Wrap3Cmd compute <path_to_wrap_file>
When trying to start the gui version with Wrap3 I get: Speicherzugriffsfehler (Speicherabzug geschrieben) which means something like memory access error
Could you help me somehow? I have no idea whats happening.
I have worked with Wrap3 in Windows and had it running smooth,
now we bought a licence and have to get it running on Ubuntu machine.
It looks like problem is somehow OpenGL-related because of “Failed to bind GL buffer”. Which graphics card is installed on the Ubuntu machine and which video driver is used?
the graphics card is
VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
there is no display attached to it. The gui version I tried over VNC but we need it to work without display as in Wrap3Cmd compute was working on windows.
actually I found a windows path to basemesh that I had overlooked in the projekt file as argument to Wrap3Cmd compute.
After linking the correct path to the WrapBody.obj I have this error:
qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display.
Does this mean I need a display connected to the machine?