java.lang.RuntimeException: Error executing ShaderProgram!
at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:122)
at android.filterfw.core.Program.process(Program.java:34)
at android.filterpacks.imageproc.SimpleImageFilter.process(SimpleImageFilter.java:75)
at android.filterfw.core.Filter.performProcess(Filter.java:473)
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 x7.i.onDrawFrame(ImageFilterView.kt:798)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1605)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1284)
Issue explanation (write below this line)
Exception
Crash log
java.lang.RuntimeException: Error executing ShaderProgram! at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:122) at android.filterfw.core.Program.process(Program.java:34) at android.filterpacks.imageproc.SimpleImageFilter.process(SimpleImageFilter.java:75) at android.filterfw.core.Filter.performProcess(Filter.java:473) 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 x7.i.onDrawFrame(ImageFilterView.kt:798) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1605) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1284)
Reporter: Jotha_Mendes