-
Notifications
You must be signed in to change notification settings - Fork 69
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
[BUG] Lottie crashes when starting in Windows #289
Comments
I have the same issue, since updating to Visual Studio 17.11.5 (and .NET 8.0.10, SDK 8.0.403).
After downgrading Visual Studio (and .NET), it works again. |
I am not sure why it started crashing, but it appears that the latest previews of SkiaSharp fix it. You can manually install the latest SkiaSharp in your csproj: <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.9-preview.2.2" /> |
Yes this appears to fix the issue indeed. The stable version is released which also works: 2.88.9. |
Description
When you start an application, with a lottie file, this happens
Code
Expected Behavior
The app would start normally
Actual Behavior
The app crashes
Basic Information
Detailed IDE/OS information (click to expand)
Screenshots
Reproduction Link
(https://github.com/eduardoagr/PopUpError)
The text was updated successfully, but these errors were encountered: