I am running Ubuntu 16.04 on a VMware workstation player VM on windows 10. When I run some GUI programs (have observed this on Spyder and Chromium) am getting the message "context mismatch in svga_sampler_view_destroy" is repeatedly printed to the console.
It seems to be related to virtualization as it goes away if turn off 3D display acceleration. I don't want to turn off acceleration as it makes a big difference to the video performance.
I got the same error while running the Android Emulator in VmWare player 14.0. This seems to be an issue with Ubuntu, VmWare and OpenGL 3.3
What solved my problem was the solution from Mesa on how to handle Ubuntu as guest OS in VmWare
In short you need to set the environment variable SVGA_VGPU10
to 0
(this turns off OpenGL 3.3 support, falling back to 2.1)
To set it for one session of Bash, use:
$ export SVGA_VGPU10=0
To permanently write it to the Bash user settings:
$ echo "export SVGA_VGPU10=0" >> ~/.bashrc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With