-
Notifications
You must be signed in to change notification settings - Fork 77
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
sometime wrong #36
Comments
Thanks for reporting the issues, I would fix it ASAP. : ) |
@Citrussss I am facing the same issue Did you find something to handle this issue? |
i am download code and change it at local .
|
I am facing the same issue when restar activity. |
are there any updates related to the issue? |
Sorry for the late reply, the issue is happened when you are not call the start event, you can call the following codes after the activity is restarted.
Next release will fix this issue. : ) |
Thanks for the wonderful library. |
@rameezhandel I dont think so what he would fix it ASAP when he tell at 2020 but 🐦 咕咕咕(joke!) |
@Citrussss this fixed the crash for you? |
sure ,but aren't you an IOS developer? @kishorekumarek |
@Citrussss yes i work on android as well.. :) |
kotlin.UninitializedPropertyAccessException: lateinit property mDestWaveData has not been initialized
at me.bogerchan.niervisualizer.util.KeyFrameMaker.updateWaveData(KeyFrameMaker.kt:32)
at me.bogerchan.niervisualizer.core.NierVisualizerRenderWorker.processUpdateWaveEvent(NierVisualizerRenderWorker.kt:118)
at me.bogerchan.niervisualizer.core.NierVisualizerRenderWorker.access$processUpdateWaveEvent(NierVisualizerRenderWorker.kt:22)
at me.bogerchan.niervisualizer.core.NierVisualizerRenderWorker$mRenderHandler$2$1.handleMessage(NierVisualizerRenderWorker.kt:56)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.os.HandlerThread.run(HandlerThread.java:67)
The text was updated successfully, but these errors were encountered: