devtool icon indicating copy to clipboard operation
devtool copied to clipboard

OpenGL warnings

Open mattdesl opened this issue 9 years ago • 6 comments

Some bugs with Unbuntu after installation.

Seems like another Electron bug.

https://github.com/Jam3/devtool/issues/2#issuecomment-173252481

Some error after simple installation on Ubuntu (With VirtualBox)
$ devtool
pci id for fd 15: 80ee:beef, driver (null)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
[8871:0120/170708:ERROR:buffer_manager.cc(342)] [GroupMarkerNotSet(crbug.com/242999)!:D06E021D8F330000]GL ERROR :GL_INVALID_ENUM : glBufferData: <- error from previous GL command
[8871:0120/170709:ERROR:texture_manager.cc(1995)] [GroupMarkerNotSet(crbug.com/242999)!:D062021D8F330000]GL ERROR :GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command

mattdesl avatar Jan 20 '16 22:01 mattdesl

Is it possible that this is a result of running in a VM that doesn't have 3D acceleration enabled? (or maybe it does, but can't support some features?)

wwwtyro avatar Jan 21 '16 12:01 wwwtyro

@molokoloco are you still getting this on the latest version? We updated to the newest Electron.

You can update like this:

npm i devtool -g

mattdesl avatar Jan 22 '16 22:01 mattdesl

Sorry, tried again today.. Updated to latest version Always some webgl notices... But worked, i was able to use the devtools.. After one or two variables inspection (in the source) encountered a crash... Plus, wasn't able to load my global npm dependency but only local (i have seen a new issue on that)

molokoloco avatar Jan 22 '16 22:01 molokoloco

Thanks, what version are you using?

devtool -v

mattdesl avatar Jan 22 '16 22:01 mattdesl

I'm on a Virtual Box, with Ubuntu 64bits LTS devtool -v > 1.3.0 Attached, this afternoon, capture d ecran 2016-01-22 10 14 00 and tonight (Here it's 00:00pm ;) capture d ecran 2016-01-23 00 00 59

molokoloco avatar Jan 22 '16 23:01 molokoloco

About the WebGL here the start of the long errors traces ubuntu1@ubuntu1-VirtualBox:~$ devtool -v 1.3.0 ubuntu1@ubuntu1-VirtualBox:~$ api ubuntu1@ubuntu1-VirtualBox:~/www/bytel_api$ devtool app.js -s pci id for fd 15: 80ee:beef, driver (null) OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table OpenGL Warning: glVertexArrayRangeNV not found in mesa table OpenGL Warning: glCombinerInputNV not found in mesa table OpenGL Warning: glCombinerOutputNV not found in mesa table OpenGL Warning: glCombinerParameterfNV not found in mesa table OpenGL Warning: glCombinerParameterfvNV not found in mesa table OpenGL Warning: glCombinerParameteriNV not found in mesa table OpenGL Warning: glCombinerParameterivNV not found in mesa table OpenGL Warning: glFinalCombinerInputNV not found in mesa table OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table OpenGL Warning: glDeleteFencesNV not found in mesa table OpenGL Warning: glFinishFenceNV not found in mesa table OpenGL Warning: glGenFencesNV not found in mesa table OpenGL Warning: glGetFenceivNV not found in mesa table OpenGL Warning: glIsFenceNV not found in mesa table OpenGL Warning: glSetFenceNV not found in mesa table OpenGL Warning: glTestFenceNV not found in mesa table libGL error: core dri or dri2 extension not found libGL error: failed to load driver: vboxvideo ...

Also, of course i have enabled 3D and all of that... in virtualBox

molokoloco avatar Jan 22 '16 23:01 molokoloco