4
3
I have installed Visual Studio Code on my Ubuntu Server 14.04 VM using the following method:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake web visual-studio-code
When I run ./Code, I get the following output:
[3796:1030/102647:ERROR:browser_main_loop.cc(173)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[3810:1030/102647:ERROR:gl_implementation_osmesa.cc(22)] Failed to load libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
[3810:1030/102647:ERROR:gpu_child_thread.cc(163)] Exiting GPU process due to errors during initialization
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
Code: Fatal IO error 11 (Resource temporarily unavailable) on X server 192.168.56.1:0.0.
X11 Forwarding is working OK (tested using xclock) so I'm wondering if it's possible to X11 Forward Visual Studio Code?
What about this line?
Failed to load libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
– Ryan Babchishin – 2015-10-30T01:14:17.557I've since ran sudo apt-get install libgl1-mesa-glx to fix that dependency. I now see this error: [1419:1030/130517:ERROR:gl_surface_glx.cc(347)] GLX 1.3 or later is required – cvandal – 2015-10-30T02:08:40.810