0% found this document useful (0 votes)
51 views2 pages

Mod Menu Crash 2023 11 19-09 41 10

An app crashed on a Samsung Galaxy A10 device running Android 11. The crash occurred on November 19, 2023 at 09:41:10. The app version was 2.31.0 and it uses Unity 2020.3.48f1. The crash was caused by a RuntimeException stating the window couldn't find the content container view when trying to start the FCMNekkiUnityPlayerActivity.

Uploaded by

РАВАН
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views2 pages

Mod Menu Crash 2023 11 19-09 41 10

An app crashed on a Samsung Galaxy A10 device running Android 11. The crash occurred on November 19, 2023 at 09:41:10. The app version was 2.31.0 and it uses Unity 2020.3.48f1. The crash was caused by a RuntimeException stating the window couldn't find the content container view when trying to start the FCMNekkiUnityPlayerActivity.

Uploaded by

РАВАН
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

************* Crash Head ****************

Time Of Crash : 2023_11_19-09_41_10


Device Manufacturer: samsung
Device Model : SM-A105F
Android Version : 11
Android SDK : 30
App VersionName : 2.31.0
App VersionCode : 30000012
************* Crash Head ****************

java.lang.Error: FATAL EXCEPTION [main]


Unity version : 2020.3.48f1
Device model : samsung SM-A105F
Device fingerprint:
samsung/a10dd/a10:11/RP1A.200720.012/A105FDDS9CWB2:user/release-keys
Build Type : Release
Scripting Backend : IL2CPP
ABI : armeabi-v7a
Strip Engine Code : true

Caused by: java.lang.RuntimeException: Unable to start activity


ComponentInfo{com.nekki.shadowfight/com.nekki.utils.activity.FCMNekkiUnityPlayerAct
ivity}: java.lang.RuntimeException: Window couldn't find content container view
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3827)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4003)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85
)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2317)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8625)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Caused by: java.lang.RuntimeException: Window couldn't find content container view
at
com.android.internal.policy.PhoneWindow.generateLayout(PhoneWindow.java:2817)
at
com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2876)
at
com.android.internal.policy.PhoneWindow.getDecorView(PhoneWindow.java:2202)
at com.unity3d.player.UnityPlayer.EarlyEnableFullScreenIfEnabled(Unknown
Source:33)
at com.unity3d.player.UnityPlayer.<init>(Unknown Source:120)
at com.unity3d.player.UnityPlayerActivity.onCreate(Unknown Source:30)
at com.nekki.utils.activity.NekkiUnityPlayerActivity.onCreate(Unknown
Source:0)
at com.nekki.utils.activity.FCMNekkiUnityPlayerActivity.onCreate(Unknown
Source:18)
at android.app.Activity.performCreate(Activity.java:8207)
at android.app.Activity.performCreate(Activity.java:8191)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3800)
... 11 more

You might also like