Closed ihhub closed 1 year ago
Caused by android.content.ActivityNotFoundException:
at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:1805)
at android.app.Instrumentation.execStartActivity (Instrumentation.java:1514)
at android.app.Activity.startActivityForResult (Activity.java:3963)
at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:705)
at android.app.Activity.startActivityForResult (Activity.java:3924)
at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:686)
at android.app.Activity.startActivity (Activity.java:4247)
at android.app.Activity.startActivity (Activity.java:4215)
at org.fheroes2.ToolsetActivity.downloadHoMM2DemoButtonClicked (ToolsetActivity.java:170)
This is the root cause. User clicked the "Download HOMM2 demo button", toolset attempted to start the user's default download manager (or browser) app, this app failed to start for some reason (probably because there is no app on user's device to handle HTTPS URLs?), hence this error.
Preliminary checks
Platform
Android
Describe the bug
I am not sure how to a user was able to make the application crash but here is a stack trace:
The crash happened on 1.0.5 version using Lenovo TB2-X30F (Lenovo TAB 2 A10-30) Android 6.0 (SDK 23).
Save file
No need.
Additional info
No response