You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: Could not compile and link shader!
at android.filterfw.core.ShaderProgram.(ShaderProgram.java:55)
at android.filterpacks.imageproc.NegativeFilter.initProgram(NegativeFilter.java:64)
at android.filterpacks.imageproc.NegativeFilter.process(NegativeFilter.java:87)
at android.filterfw.core.Filter.performProcess(Filter.java:471)
at android.filterfw.core.FilterFunction.execute(FilterFunction.java:80)
at android.filterfw.core.FilterFunction.executeWithArgList(FilterFunction.java:97)
at android.media.effect.SingleFilterEffect.apply(SingleFilterEffect.java:74)
at n8.i.onDrawFrame(ImageFilterView.kt:798)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1634)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1284)
Reporter: Jotha_Mendes
The text was updated successfully, but these errors were encountered:
Issue explanation (write below this line)
Exception
Crash log
java.lang.RuntimeException: Could not compile and link shader!
at android.filterfw.core.ShaderProgram.(ShaderProgram.java:55)
at android.filterpacks.imageproc.NegativeFilter.initProgram(NegativeFilter.java:64)
at android.filterpacks.imageproc.NegativeFilter.process(NegativeFilter.java:87)
at android.filterfw.core.Filter.performProcess(Filter.java:471)
at android.filterfw.core.FilterFunction.execute(FilterFunction.java:80)
at android.filterfw.core.FilterFunction.executeWithArgList(FilterFunction.java:97)
at android.media.effect.SingleFilterEffect.apply(SingleFilterEffect.java:74)
at n8.i.onDrawFrame(ImageFilterView.kt:798)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1634)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1284)
Reporter: Jotha_Mendes
The text was updated successfully, but these errors were encountered: