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 throws Exception #210

Open
akwatson opened this issue Dec 11, 2019 · 1 comment
Open

Filter throws Exception #210

akwatson opened this issue Dec 11, 2019 · 1 comment

Comments

@akwatson
Copy link

The photo editor throws this exception and is highly repeatable

Fatal Exception: java.lang.RuntimeException: Could not compile and link shader!
at android.filterfw.core.ShaderProgram.(ShaderProgram.java:58)
at android.filterpacks.imageproc.BrightnessFilter.getShaderProgram(BrightnessFilter.java:51)
at android.filterpacks.imageproc.SimpleImageFilter.updateProgramWithTarget(SimpleImageFilter.java:92)
at android.filterpacks.imageproc.SimpleImageFilter.process(SimpleImageFilter.java:72)
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:1571)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

Here is one device that it occurs on;
Screenshot_20191211-143232

@NahlaSaadAlDeen
Copy link

@akwatson is there any solution for this problem,please?

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

2 participants