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

the app crashes when clicking "ZXing" button #877

Closed
androidAppGuard opened this issue May 13, 2022 · 2 comments
Closed

the app crashes when clicking "ZXing" button #877

androidAppGuard opened this issue May 13, 2022 · 2 comments
Labels

Comments

@androidAppGuard
Copy link

the environment is as follows:

App version: v5.2.2
Android version: 6.0
Device: Nexux_5X

The steps to reproduce:
12_BookCatalogue_DeadObjectException.gif
The exception log is as follows:

05-13 03:48:26.269 2013-2032/system_process W/WindowAnimator: Failed to dispatch window animation state change.
    android.os.DeadObjectException
        at android.os.BinderProxy.transactNative(Native Method)
        at android.os.BinderProxy.transact(Binder.java:503)
        at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:534)
        at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:286)
        at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
        at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
        at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
        at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
        at android.view.Choreographer.doCallbacks(Choreographer.java:670)
        at android.view.Choreographer.doFrame(Choreographer.java:603)
        at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
        at android.os.Handler.handleCallback(Handler.java:739)
        at android.os.Handler.dispatchMessage(Handler.java:95)
        at android.os.Looper.loop(Looper.java:148)
        at android.os.HandlerThread.run(HandlerThread.java:61)
        at com.android.server.ServiceThread.run(ServiceThread.java:46)
05-13 03:48:26.269 2013-2032/system_process W/WindowAnimator: Failed to dispatch window animation state change.
    android.os.DeadObjectException
        at android.os.BinderProxy.transactNative(Native Method)
        at android.os.BinderProxy.transact(Binder.java:503)
        at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:534)
        at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:286)
        at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
        at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
        at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
        at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
        at android.view.Choreographer.doCallbacks(Choreographer.java:670)
        at android.view.Choreographer.doFrame(Choreographer.java:603)
        at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
        at android.os.Handler.handleCallback(Handler.java:739)
        at android.os.Handler.dispatchMessage(Handler.java:95)
        at android.os.Looper.loop(Looper.java:148)
        at android.os.HandlerThread.run(HandlerThread.java:61)
        at com.android.server.ServiceThread.run(ServiceThread.java:46)
@Grunthos
Copy link
Collaborator

Thank you for the bug report! As a short term work-around, go to the Play Store and install the Zxing scanner manually.

@Grunthos
Copy link
Collaborator

External scanners no longer required in current version. Will be completely removed in a later release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants