Skip to content

Boilerplate not displaying torus in Chrome/Chromium browsers #306

@thehans

Description

@thehans

When I load the boilerplate in chrome or chromium, I see a gray background and the FPS counter is ticking, but there is no torus visible and there are errors in the js console.

It seems to work fine in firefox on the same computer. Other tquery examples I have viewed on the main site have worked fine.

chrome console output

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 | WebGL 1.0 (OpenGL ES 2.0 Chromium) | WebKit | WebKit WebGL | WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium) tquery-all.js:266
2
WebGL: INVALID_OPERATION: getAttribLocation: program not linked 0.0.0.0/:1
8
WebGL: INVALID_OPERATION: getUniformLocation: program not linked 0.0.0.0/:1
Could not initialise shader
VALIDATE_STATUS: false, gl error [0] tquery-all.js:342
10
WebGL: INVALID_OPERATION: getUniformLocation: program not linked 0.0.0.0/:1
18
WebGL: INVALID_OPERATION: getAttribLocation: program not linked 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
Error in event handler for (unknown): TypeError: Cannot read property 'clearText' of undefined
    at chrome-extension://piepponjhmpppjdllplegiagclpkncbf/content.js:535:40
    at extensions::messaging:320:11
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at Event.dispatchToListener (extensions::event_bindings:386:22)
    at Event.dispatch_ (extensions::event_bindings:371:27)
    at Event.dispatch (extensions::event_bindings:392:17)
    at dispatchOnDisconnect (extensions::messaging:280:27) 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
WebGL: INVALID_OPERATION: useProgram: program not valid 0.0.0.0/:1
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly 0.0.0.0/:1
errors repeat...

chromium console output

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/31.0.1650.63 Chrome/31.0.1650.63 Safari/537.36 | WebGL 1.0 (OpenGL ES 2.0 Chromium) | WebKit | WebKit WebGL | WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium) tquery-all.js:266
WebGL: INVALID_OPERATION: getAttribLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getAttribLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:743
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:744
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:744
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:744
Could not initialise shader
VALIDATE_STATUS: false, gl error [0] tquery-all.js:342
10
WebGL: INVALID_OPERATION: getUniformLocation: program not linked tquery-all.js:343
18
WebGL: INVALID_OPERATION: getAttribLocation: program not linked tquery-all.js:344
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
Error in event handler for (unknown): TypeError: Cannot read property 'clearText' of undefined
    at chrome-extension://piepponjhmpppjdllplegiagclpkncbf/content.js:535:40
    at extensions::messaging:320:11
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at Event.dispatchToListener (extensions::event_bindings:386:22)
    at Event.dispatch_ (extensions::event_bindings:371:27)
    at Event.dispatch (extensions::event_bindings:392:17)
    at dispatchOnDisconnect (extensions::messaging:280:27) extensions::event_bindings:375
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
WebGL: INVALID_OPERATION: useProgram: program not valid tquery-all.js:244
WebGL: INVALID_OPERATION: drawElements: attribs not setup correctly tquery-all.js:284
errors repeat...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions