[com.com2us.smon.normal.freefull.google.kr.android.common] App crashes immediately
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
Affected app
Name: Summoners War
Package id: com.com2us.smon.normal.freefull.google.kr.android.common
Describe the bug
Latest version of the app doesn't run.
To Reproduce
Steps to reproduce the behavior:
- Download the app
- Try to open, closes itself immediately.
Expected behavior
App just opens normally.
Screenshots
N/A.
System
Android Version: 13
Custom ROM: /e/ OS 3.3-t-20251214557759-community-sake
microG
microG Core version: 0.3.10.250932-9 (3a7d908)
microG Self-Check results: All ticked
Additional context
These are the logs I was able to obtain using adb logcat:
12-18 11:26:37.759 17775 17775 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10229; state: ENABLED
12-18 11:26:37.761 17775 17775 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
12-18 11:26:37.761 17775 17775 I FirebaseInitProvider: FirebaseApp initialization successful
12-18 11:26:37.764 1013 1100 I SDM : HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1080x2400-1 for Peripheral
12-18 11:26:37.765 1013 1100 I SDM : HWCDisplay::SubmitDisplayConfig: Active configuration changed to: 1
12-18 11:26:37.765 17775 17775 E .android.common: Invalid ID 0x00000000.
12-18 11:26:37.766 17775 17775 E VKInitProvider: Failed to initialize the VK SDK
12-18 11:26:37.766 17775 17775 E VKInitProvider: java.lang.RuntimeException: your_app_id is not found in your resources.xml
12-18 11:26:37.766 17775 17775 E VKInitProvider: at com.vk.api.sdk.VK.getAppIdFromResources(SourceFile:319)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at com.vk.api.sdk.VK.initialize(SourceFile:248)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at com.vk.api.sdk.internal.VKInitProvider.onCreate(SourceFile:16)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.content.ContentProvider.attachInfo(ContentProvider.java:2472)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.content.ContentProvider.attachInfo(ContentProvider.java:2442)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread.installProvider(ActivityThread.java:7514)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread.installContentProviders(ActivityThread.java:7025)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6796)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2133)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.os.Handler.dispatchMessage(Handler.java:106)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.os.Looper.loopOnce(Looper.java:201)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.os.Looper.loop(Looper.java:288)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at android.app.ActivityThread.main(ActivityThread.java:7924)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at java.lang.reflect.Method.invoke(Native Method)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
12-18 11:26:37.766 17775 17775 E VKInitProvider: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
12-18 11:26:37.767 17775 17775 D AndroidRuntime: Shutting down VM
12-18 11:26:37.768 17775 17775 E AndroidRuntime: FATAL EXCEPTION: main
12-18 11:26:37.768 17775 17775 E AndroidRuntime: Process: com.com2us.smon.normal.freefull.google.kr.android.common, PID: 17775
12-18 11:26:37.768 17775 17775 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{/androidx.startup.InitializationProvider}
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7519)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:7025)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6796)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2133)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7924)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: Caused by: androidx.startup.StartupException: android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{/androidx.startup.InitializationProvider}
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at androidx.startup.AppInitializer.discoverAndInitialize(SourceFile:208)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at androidx.startup.InitializationProvider.onCreate(SourceFile:45)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:2472)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:2442)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7514)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: ... 11 more
12-18 11:26:37.768 17775 17775 E AndroidRuntime: Caused by: android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{/androidx.startup.InitializationProvider}
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ApplicationPackageManager.getProviderInfo(ApplicationPackageManager.java:648)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at android.app.ApplicationPackageManager.getProviderInfo(ApplicationPackageManager.java:631)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: at androidx.startup.AppInitializer.discoverAndInitialize(SourceFile:204)
12-18 11:26:37.768 17775 17775 E AndroidRuntime: ... 15 more
12-18 11:26:37.770 1524 17816 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
12-18 11:26:37.770 1524 10415 W ActivityTaskManager: Force finishing activity com.com2us.smon.normal.freefull.google.kr.android.common/.SubActivity
12-18 11:26:37.600 583 583 I [drm:dsi_display_set_mode [msm_drm]] [msm-dsi-info]: mdp_transfer_time=4773, hactive=1080, vactive=2400, fps=120
12-18 11:26:37.777 17775 17775 I Process : Sending signal. PID: 17775 SIG: 9
I've seen in other threads that Firebase doesn't work, and I see some error messages related to AndroidX and Firebase from the snippet above:
E VKInitProvider: Failed to initialize the VK SDKE VKInitProvider: java.lang.RuntimeException: your_app_id is not found in your resources.xmlE AndroidRuntime: java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{/androidx.startup.InitializationProvider}
Please let me know if there's anything I can do or if this is something that doesn't work because it's not implemented, thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash on Android 13 with the reported /e/ OS and capture adb logcat, focusing on VKInitProvider and androidx.startup.InitializationProvider. Compare the provider and Firebase errors to the app's compatibility requirements; done means identifying a supported cause and verifying that the app launches normally or documenting why it cannot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, firebase, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100