SMAPI-Android-Installer icon indicating copy to clipboard operation
SMAPI-Android-Installer copied to clipboard

Stardew Valley Crash even a new install

Open ItzNeonID opened this issue 1 year ago • 0 comments

Hi, I'm just currently trying to play multiplayer but after i install SMAPI it crashes when launch... And idk why... I tried to fix it but nothing... But here's the error log

msg: android.runtime.JavaProxyThrowable: System.NotSupportedException: Cannot create instance of type 'StardewValley.MainActivity+LicensingChecker': no Java peer type found.
  at Java.Interop.JniPeerMembers+JniInstanceMethods..ctor (System.Type declaringType) [0x0004b] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.GetConstructorsForType (System.Type declaringType) [0x00031] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.StartCreateInstance (System.String constructorSignature, System.Type declaringType, Java.Interop.JniArgumentValue* parameters) [0x00038] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Lang.Object..ctor () [0x00034] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
  at StardewValley.MainActivity+LicensingChecker..ctor () [0x00000] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.DoLicenseCheck () [0x0000a] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.OnCreatePartTwo () [0x00053] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.CheckAppPermissions () [0x00018] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.OnCreate (Android.OS.Bundle bundle) [0x00063] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewModdingAPI.SMainActivity.OnCreate (Android.OS.Bundle bundle) [0x00170] in <a657c589ffdc433da6b7a1a6216be427>:0 
  at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_savedInstanceState) [0x0000f] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
  at Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPL_V (_JniMarshal_PPL_V callback, System.IntPtr jnienv, System.IntPtr klazz, System.IntPtr p0) [0x00005] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
stacktrace: android.runtime.JavaProxyThrowable: System.NotSupportedException: Cannot create instance of type 'StardewValley.MainActivity+LicensingChecker': no Java peer type found.
  at Java.Interop.JniPeerMembers+JniInstanceMethods..ctor (System.Type declaringType) [0x0004b] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.GetConstructorsForType (System.Type declaringType) [0x00031] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.StartCreateInstance (System.String constructorSignature, System.Type declaringType, Java.Interop.JniArgumentValue* parameters) [0x00038] in <ee6843d645da44b0965c1ea204d315bd>:0 
  at Java.Lang.Object..ctor () [0x00034] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
  at StardewValley.MainActivity+LicensingChecker..ctor () [0x00000] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.DoLicenseCheck () [0x0000a] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.OnCreatePartTwo () [0x00053] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.CheckAppPermissions () [0x00018] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewValley.MainActivity.OnCreate (Android.OS.Bundle bundle) [0x00063] in <a3055ff543b5460abe4e11e1b9d5f084>:0 
  at StardewModdingAPI.SMainActivity.OnCreate (Android.OS.Bundle bundle) [0x00170] in <a657c589ffdc433da6b7a1a6216be427>:0 
  at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_savedInstanceState) [0x0000f] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
  at Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPL_V (_JniMarshal_PPL_V callback, System.IntPtr jnienv, System.IntPtr klazz, System.IntPtr p0) [0x00005] in <8638e88f61db46e4bc35e66b77e3b3e8>:0 
	at crc648e5438a58262f792.SMainActivity.n_onCreate(Native Method)
	at crc648e5438a58262f792.SMainActivity.onCreate(SMainActivity.java:31)
	at android.app.Activity.performCreate(Activity.java:8791)
	at android.app.Activity.performCreate(Activity.java:8769)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1529)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3919)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4117)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:108)
	at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:195)
	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:157)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:90)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2544)
	at android.os.Handler.dispatchMessage(Handler.java:107)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8488)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)```

Device

Redmi Note 9
Android 14 (EvoX Custom Rom)

ItzNeonID avatar Sep 26 '24 23:09 ItzNeonID