TeamAmaze / AmazeFileUtilities-Issue-Tracker

Issue tracker for Amaze File Utilities
https://play.google.com/store/apps/details?id=com.amaze.fileutilities
27 stars 3 forks source link

Crash reported by Steven #241

Open amaze-issue-automation[bot] opened 1 year ago

amaze-issue-automation[bot] commented 1 year ago

Issue explanation (write below this line)

Exception

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:558)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
... 1 more
Caused by: java.io.FileNotFoundException: open failed: ENOENT (No such file
or directory)
at
android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:151)
at
android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780)
at
android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2029)
at
android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1844)
at
android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1677)
at
android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1624)
at r3.m.e(Extensions.kt:106)
at n3.h.onViewCreated(ImageViewerFragment.kt:593)
at androidx.fragment.app.Fragment.performViewCreated(Fragment.java:5)
at androidx.fragment.app.k0.f(FragmentStateManager.java:300)
at androidx.fragment.app.k0.k(FragmentStateManager.java:150)
at androidx.fragment.app.d0.z(FragmentManager.java:1022)
at androidx.fragment.app.d0.T(FragmentManager.java:82)
at androidx.fragment.app.d0.y(FragmentManager.java:32)
at androidx.fragment.app.a.i(BackStackRecord.java:10)
at
androidx.viewpager2.adapter.FragmentStateAdapter.i(FragmentStateAdapter.java:165)
at
androidx.viewpager2.adapter.FragmentStateAdapter.onViewAttachedToWindow(FragmentStateAdapter.java:3)
at
androidx.recyclerview.widget.RecyclerView.dispatchChildAttached(RecyclerView.java:14)
at androidx.recyclerview.widget.b.a(ChildHelper.java:37)
at
androidx.recyclerview.widget.RecyclerView$o.addViewInt(RecyclerView.java:136)
at androidx.recyclerview.widget.RecyclerView$o.addView(RecyclerView.java:2)
at androidx.recyclerview.widget.RecyclerView$o.addView(RecyclerView.java:1)
at
androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:35)
at
androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:54)
at
androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:352)
at
androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:67)
at
androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:72)
at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:8)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at androidx.viewpager2.widget.ViewPager2.onLayout(ViewPager2.java:71)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at
androidx.constraintlayout.widget.ConstraintLayout.onLayout(ConstraintLayout.java:67)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829)
at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673)
at android.widget.LinearLayout.onLayout(LinearLayout.java:1582)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829)
at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673)
at android.widget.LinearLayout.onLayout(LinearLayout.java:1582)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at com.android.internal.policy.DecorView.onLayout(DecorView.java:797)
at android.view.View.layout(View.java:23698)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:3961)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3348)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2326)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9050)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1319)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1327)
at android.view.Choreographer.doCallbacks(Choreographer.java:985)
at android.view.Choreographer.doFrame(Choreographer.java:916)
at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1302)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:227)
at android.os.Looper.loop(Looper.java:327)
at android.app.ActivityThread.main(ActivityThread.java:7951)
... 3 more