-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Calling RS with no Context active #103
Comments
I can confirm. Spent hours on this crash. |
same question |
Reverting to 3.0.0 seems the only solution so far for me. |
@slott @hexianqiao3755 @rtsketo I'm sorry that I was late. Just released the revert version v4.0.1. |
@wasabeef oh, that's great. |
Regarding this change
631da3f
I'm pretty sure this is causing a nasty crash that we are seeing.
This is only happening after upgrading from 3.0.0 to 4.0.0
We get a crash from another library "RealtimeBlurView" - with the following crash log
android.renderscript.RSInvalidStateException: Calling RS with no Context active.
at android.renderscript.RenderScript.validate(RenderScript.java:1255)
at android.renderscript.Allocation.copyFrom(Allocation.java:992)
at h.g.b.a.a.a(AndroidStockBlurImpl.java:66)
at com.github.mmin18.widget.RealtimeBlurView.j(RealtimeBlurView.java:233)
Could it be that the change you made somehow interferes with this ?
If we revert to version 3.0.0 both libs happily co-exists.
The text was updated successfully, but these errors were encountered: