Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Error: java.lang.RuntimeException: Error executing ShaderProgram! #232

Open
Carlos2927 opened this issue Mar 12, 2020 · 4 comments
Open

Comments

@Carlos2927
Copy link

java.lang.RuntimeException: Error executing ShaderProgram!
at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:132)
at android.filterfw.core.Program.process(Program.java:32)
at android.filterpacks.imageproc.CrossProcessFilter.process(CrossProcessFilter.java:116)
at android.filterfw.core.Filter.performProcess(Filter.java:483)
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:73)
at ja.burhanrashid52.photoeditor.ImageFilterView.applyEffect(ImageFilterView.java:263)
at ja.burhanrashid52.photoeditor.ImageFilterView.onDrawFrame(ImageFilterView.java:100)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1590)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1286)

Test Device: Google Pixel 3A
Test Photo:
IMG_20200112_091108

@maximusapp
Copy link

java.lang.RuntimeException: Error executing ShaderProgram!
at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:132)
at android.filterfw.core.Program.process(Program.java:32)
at android.filterpacks.imageproc.CrossProcessFilter.process(CrossProcessFilter.java:116)
at android.filterfw.core.Filter.performProcess(Filter.java:483)
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:73)
at ja.burhanrashid52.photoeditor.ImageFilterView.applyEffect(ImageFilterView.java:263)
at ja.burhanrashid52.photoeditor.ImageFilterView.onDrawFrame(ImageFilterView.java:100)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1590)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1286)

Test Device: Google Pixel 3A
Test Photo:
IMG_20200112_091108

I face some problem. Who can help?

@satputekuldip
Copy link

Fatal Exception: java.lang.RuntimeException: Error executing ShaderProgram! at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:123) at android.filterpacks.imageproc.AutoFixFilter.process(AutoFixFilter.java:260) 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:73) at ja.burhanrashid52.photoeditor.ImageFilterView.applyEffect(ImageFilterView.java:263) at ja.burhanrashid52.photoeditor.ImageFilterView.onDrawFrame(ImageFilterView.java:100) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1579) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1278)

Does anyone get the solution...?

@satputekuldip
Copy link

It's the Resolution some devices can not handle... I resized the image then it worked... If anyone has the solution please share...

@ankitbatra11
Copy link

I am also facing the same issue. Is there any fix available for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants