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
Drawable uses JNIEnv* from the wrong thread
Scene: DrawableScene
WARNING: JNI local refs: 1452, exceeds capacity: 1451
WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethodV
FATAL ERROR in native method: Using JNIEnv in the wrong thread
The text was updated successfully, but these errors were encountered:
tonsky
changed the title
Drawable uses JNIEnv* from the wrong thread
Fix -Xcheck:jni warnings
Apr 27, 2021
Drawable uses JNIEnv* from the wrong thread
Scene: DrawableScene
WARNING: JNI local refs: 1452, exceeds capacity: 1451
WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethodV
FATAL ERROR in native method: Using JNIEnv in the wrong thread
The text was updated successfully, but these errors were encountered: