You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Avalonia UI application is failed at start with an error:
Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKAbstractManagedStream' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'sk_managedstream_set_delegates' in shared library libSkiaSharp.
Those instructions seem to be missing the tag number. You must make sure to check out the correct tag for the version you are using.
However, if you are not restricted, you can check out the brand new builds that will soon be released: #1382
This makes use of the new v2 preview packages which are available in the preview feed right now. It will not work with the older v1 versions. The exact package version to use is in the description.
Description
Avalonia UI application is failed at start with an error:
Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKAbstractManagedStream' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'sk_managedstream_set_delegates' in shared library libSkiaSharp.
The library libSkiaSharp was built for the aarch64 platform accoring to the next recipes:
https://gist.github.com/jclapis/d907127dc031ad351b943df7917cd753
#453 (comment)
Expected Behavior
Avalonia UI application is started successfully.
Basic Information
The text was updated successfully, but these errors were encountered: