Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0 #111

Closed
Petr019 opened this issue Jan 12, 2021 · 9 comments · Fixed by #112
Closed

Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0 #111

Petr019 opened this issue Jan 12, 2021 · 9 comments · Fixed by #112

Comments

@Petr019
Copy link

Petr019 commented Jan 12, 2021

Hello,
I have correctly working project with Cheesebaron.MvxPlugins.Settings 4.1.2. If I change the Nuget package to 5.0.0, the project compile, but the resulting app stuck at splash screen (tested on Android).
From debugging, I can tell that

public MainApplication(IntPtr javaReference, JniHandleOwnership transfer) : base(javaReference, transfer)
public SplashScreen() : base(Resource.Layout.splash_screen)

are called (both have empty bodies) and that is all. No Initalize or another code is called after that and when I stop the project I get "No compatible code running".
Any idea, what might be wrong?

Thanks,
Petr

@Cheesebaron
Copy link
Owner

No idea. The App does not crash?

This doesn't leave me with much information to reproduce the issue, if at all with the library.

@Petr019
Copy link
Author

Petr019 commented Jan 12, 2021

No crash, it just stays at splash screen. The only change I do is updating the package.

I am aware of that, but I have also exhausted my ideas what might be wrong/what to do. So, anyway thanks.

@Cheesebaron
Copy link
Owner

Cheesebaron commented Jan 12, 2021

What version of MvvmCross are you on?

Do you have any warnings when restoring NuGet packages about downgrades or anything like that?

What is the debug output?

@Petr019
Copy link
Author

Petr019 commented Jan 13, 2021 via email

@Petr019
Copy link
Author

Petr019 commented Jan 13, 2021

log.txt
Logcat

@pavlomelnyk
Copy link

@Cheesebaron first of all great work in xamarin community. It is easy to reproduce. Create just a sample app. Add mvvmcross 7.1.2. plus your library. On Android target 10 and run android app. It freezes on splash screen

@Petr019
Copy link
Author

Petr019 commented Feb 5, 2021 via email

@Cheesebaron
Copy link
Owner

I'll have a look, thanks!

@Cheesebaron
Copy link
Owner

Just to follow up. The fix is in 5.1.0. Thank you for reporting!

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

Successfully merging a pull request may close this issue.

3 participants