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
Describe the issue
When we open any video in the app and close it after it starts, then the app crashes. Crash report:-
02-25 17:21:00.951 3196-3302/org.amahi.anywhere E/AndroidRuntime: FATAL EXCEPTION: Thread-237
Process: org.amahi.anywhere, PID: 3196
java.lang.IllegalStateException: can't get VLCObject instance
at org.videolan.libvlc.MediaPlayer.nativeStop(Native Method)
at org.videolan.libvlc.MediaPlayer.access$700(MediaPlayer.java:45)
at org.videolan.libvlc.MediaPlayer$4.run(MediaPlayer.java:627)
at java.lang.Thread.run(Thread.java:818)
To Reproduce or Feature details
Steps to reproduce the behavior:
Describe the issue
When we open any video in the app and close it after it starts, then the app crashes. Crash report:-
To Reproduce or Feature details
Steps to reproduce the behavior:
Current behavior
Android.Emulator.-.Pixel_4_API_21_5554.2021-02-25.17-43-55.mp4
Smartphone (please complete as much of the following information as possible):
Additional context
Maybe the error is caused by a bug in the VLC library