question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FXAA filter error, Failed to execute 'getProgramParameter' on 'WebGLRenderingContext'

See original GitHub issue

I’m trying to use the FXAA filter but I’m getting the following error. When you add the following line to any example on the PIXI examples site you get the error. app.stage.filters = [ new PIXI.filters.FXAAFilter()]; Am I doing something wrong, is it related to my graphic card or is it a bug?

Uncaught TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
    at extractAttributes (pixi.js:2686)
    at Shader (pixi.js:1791)
    at new Shader (pixi.js:8049)
    at FilterManager.applyFilter (pixi.js:18682)
    at FXAAFilter.apply (pixi.js:18180)
    at FilterManager.popFilter (pixi.js:18625)
    at Container.renderAdvancedWebGL (pixi.js:9270)
    at Container.renderWebGL (pixi.js:9207)
    at WebGLRenderer.render (pixi.js:17338)
    at Application.render (pixi.js:7905)

Before that error I also get a few warnings which seem related. image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
GoodBoyDigitalcommented, Aug 1, 2017

Hello there! Thanks for reporting the bug! Will let you know when this has been addressed 👍

0reactions
lock[bot]commented, Feb 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FXAA filter error, Failed to execute 'getProgramParameter' on ...
I'm trying to use the FXAA filter but I'm getting the following error. When you add the following line to any example on...
Read more >
A brand new website interface for an even better experience!
FXAA filter error, Failed to execute 'getProgramParameter' on 'WebGLRenderingContext'
Read more >
WebGLRenderingContext.getProgramParameter() - Web APIs
The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information about the given program.
Read more >
How to smooth out the line of the figure - Pixi.js
Tried to use FXAAFilter, but got the error: 'Uncaught TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': ...
Read more >
https://fgregor.com/js/pixi-5.3.3.min.js.map
packages/filters/filter-fxaa/src/FXAAFilter.ts",". ... ESM/CJS versions of ismobilejs only\n// exports the function for executing\n// designed for Node-only ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found