[INFO ] [Window ] Provider: pygameOpenGL Warning: glFlushVertexArrayRangeNV not found in mesa tableOpenGL Warning: glVertexArrayRangeNV not found in mesa tableOpenGL Warning: glCombinerInputNV not found in mesa tableOpenGL Warning: glCombinerOutputNV not found in mesa tableOpenGL Warning: glCombinerParameterfNV not found in mesa tableOpenGL Warning: glCombinerParameterfvNV not found in mesa tableOpenGL Warning: glCombinerParameteriNV not found in mesa tableOpenGL Warning: glCombinerParameterivNV not found in mesa tableOpenGL Warning: glFinalCombinerInputNV not found in mesa tableOpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa tableOpenGL Warning: glGetCombinerInputParameterivNV not found in mesa tableOpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa tableOpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa tableOpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa tableOpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa tableOpenGL Warning: glDeleteFencesNV not found in mesa tableOpenGL Warning: glFinishFenceNV not found in mesa tableOpenGL Warning: glGenFencesNV not found in mesa tableOpenGL Warning: glGetFenceivNV not found in mesa tableOpenGL Warning: glIsFenceNV not found in mesa tableOpenGL Warning: glSetFenceNV not found in mesa tableOpenGL Warning: glTestFenceNV not found in mesa table
$ sudo easy_install --upgrade kivy
OpenGL Warning: glTestFenceNV not found in mesa table[WARNING] [WinPygame ] Video: failed (multisamples=2)[WARNING] [WinPygame ] trying without antialiasingOpenGL Warning: glXChooseVisual: ignoring attribute 0x22[DEBUG ] [Window ] Display driver x11[DEBUG ] [Window ] Actual window size: 800x600
andrej--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
/usr/lib/nux/unity_support_test -p
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa tableOpenGL Warning: glVertexArrayRangeNV not found in mesa tableOpenGL Warning: glCombinerInputNV not found in mesa tableOpenGL Warning: glCombinerOutputNV not found in mesa tableOpenGL Warning: glCombinerParameterfNV not found in mesa tableOpenGL Warning: glCombinerParameterfvNV not found in mesa tableOpenGL Warning: glCombinerParameteriNV not found in mesa tableOpenGL Warning: glCombinerParameterivNV not found in mesa tableOpenGL Warning: glFinalCombinerInputNV not found in mesa tableOpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa tableOpenGL Warning: glGetCombinerInputParameterivNV not found in mesa tableOpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa tableOpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa tableOpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa tableOpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa tableOpenGL Warning: glDeleteFencesNV not found in mesa tableOpenGL Warning: glFinishFenceNV not found in mesa tableOpenGL Warning: glGenFencesNV not found in mesa tableOpenGL Warning: glGetFenceivNV not found in mesa tableOpenGL Warning: glIsFenceNV not found in mesa tableOpenGL Warning: glSetFenceNV not found in mesa tableOpenGL Warning: glTestFenceNV not found in mesa tableOpenGL vendor string: HumperOpenGL renderer string: ChromiumOpenGL version string: 2.1 Chromium 1.9
Not software rendered: yesNot blacklisted: yesGLX fbconfig: yesGLX texture from pixmap: yesGL npot or rect textures: yesGL vertex program: yesGL fragment program: yesGL vertex buffer object: yesGL framebuffer object: yesGL version is 1.4+: yes
Unity 3D supported: yes $ sudo easy_install --upgrade kivy"
Kivy present in ~/code/kivy is the one that is provided with the VM,
that version of Kivy is not "installed" but used by setting
PYTHONPATH to it's dir.
So you now have two versions of Kivy, I'd suggest removing one of them.
The procedure of updating the kivy in ~/code/kivy is ::
cd ~/code/kivy
git pull
make force
That's it you should have a Kivy version that is up to date with Kivy
from github. To use a stable branch do the following::
cd ~/code/kivy
git checkout 1.6.0
make force
Now You have Kivy set to the state it was in when 1.6.0 was released.
Make sure to either remove the Kivy you installed or the one provided
in ~/code/kivy.
As for the error, this is the first time I'm seeing this error.
I can't reproduce it either. Could you please provide the details
like your VirtualBox Version, Windows GPU driver. Which version of
cython do you have on ubuntu.
Best Regards