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

[BUG] System.EntryPointNotFoundException: Unable to find an entry point named 'sk_managedstream_set_delegates' #1385

Closed
Mikhailkour opened this issue Jul 6, 2020 · 2 comments

Comments

@Mikhailkour
Copy link

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

  • Version with issue: v1.68.3, v1.68.2.1
  • Platform Target Frameworks: .Net Core 3.1
  • Linux: Embedded Linux imx8mmevk 4.19.35 aarch64 GNU/Linux
  • Target Devices: imx8m
@mattleibow
Copy link
Contributor

mattleibow commented Jul 6, 2020

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.

You can also talk to "jmacato" in https://gitter.im/AvaloniaUI/Avalonia as he confirmed the packages are working.

@mattleibow
Copy link
Contributor

Closing this issue as ARM64 support will be in v2.80 stable. Just waiting for CI to finish up and then I'll be releasing to NuGet.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants