Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Crash In Version 4.1.3 (not present in 4.1.0) #63

Open
T-T-P opened this issue Dec 4, 2024 · 0 comments
Open

Android Crash In Version 4.1.3 (not present in 4.1.0) #63

T-T-P opened this issue Dec 4, 2024 · 0 comments

Comments

@T-T-P
Copy link

T-T-P commented Dec 4, 2024

Hi, firstly thank you for building and maintaining such a great toolkit, it's greatly appreciated 👍

I just wanted to report a crash I receive in Android since upgrading to version 4.1.3 (downgrading back to 4.1.0 resolves the crash), below is the trace if that helps at all?

It doesn't occur immediately it seems to occur randomly upon switching pages?

Attempt to invoke virtual method 'void android.view.animation.Animation.setStartTime(long)' on a null object reference
at Java.Interop.JniEnvironment.InstanceMethods.CallNonvirtualVoidMethod(JniObjectReference instance, JniObjectReference type, JniMethodInfo method, JniArgumentValue* args)
at Java.Interop.JniPeerMembers.JniInstanceMethods.InvokeVirtualVoidMethod(String encodedMember, IJavaPeerable self, JniArgumentValue* parameters)
at Android.Views.View.StartAnimation(Animation animation)
at SimpleToolkit.SimpleShell.NavigationManager.PlatformSimpleStackNavigationManager.NavigateWithPlatformTransitionToPageInContainer(SimpleShell shell, IView previousShellItemContainer, IView previousShellSectionContainer, IView previousPage, Boolean isPreviousPageRoot, Func2 pageTransition, Func1 args, Boolean animated)
at SimpleToolkit.SimpleShell.NavigationManager.PlatformSimpleStackNavigationManager.NavigateToPage(SimpleShellTransitionType transitionType, PresentationMode presentationMode, ArgsNavigationRequest args, SimpleShell shell, IReadOnlyList`1 newPageStack, IView previousShellItemContainer, IView previousShellSectionContainer, IView previousPage, Boolean isPreviousPageRoot)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at Android.App.SyncContext.<>c__DisplayClass2_0.b__0()
at Java.Lang.Thread.RunnableImplementor.Run()
at Java.Lang.IRunnableInvoker.n_Run(IntPtr jnienv, IntPtr native__this)
at Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PP_V(_JniMarshal_PP_V callback, IntPtr jnienv, IntPtr klazz)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant