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

Caused by: kotlin.UninitializedPropertyAccessException: lateinit property renderer has not been initialized #33

Open
changjiashuai opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@changjiashuai
Copy link

Caused by: kotlin.UninitializedPropertyAccessException: lateinit property renderer has not been initialized
at com.eudycontreras.boneslibrary.framework.bones.BoneManager.getRenderer(BoneManager.kt:31)
at com.eudycontreras.boneslibrary.framework.bones.BoneManager.stopAnimation(BoneManager.kt:205)
at com.eudycontreras.boneslibrary.framework.bones.BoneManager.dispose(BoneManager.kt:102)
at com.eudycontreras.boneslibrary.framework.bones.BoneManager.resetForReuse(BoneManager.kt:95)
at com.eudycontreras.boneslibrary.framework.bones.BoneDrawable.resetForReuse(BoneDrawable.kt:275)
at com.eudycontreras.boneslibrary.bindings.SkeletonBoneBindingsKt.addBoneLoader(SkeletonBoneBindings.kt:187)
at com.eudycontreras.boneslibrary.framework.bones.BoneDrawable.enable(BoneDrawable.kt:267)
at com.eudycontreras.bones.Skeleton.createIfNeeded(Skeleton.kt:74)
at com.eudycontreras.bones.TestActivity.onCreate(TestActivity.kt:43)
at android.app.Activity.performCreate(Activity.java:8129)
at android.app.Activity.performCreate(Activity.java:8109)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1344)

@changjiashuai changjiashuai added the bug Something isn't working label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants