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

The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [116.0, 117.0). #216

Open
elr0berto opened this issue Dec 16, 2024 · 3 comments

Comments

@elr0berto
Copy link

We're using version 3.1.4 with skiasharp 3.116.1.
Not sure why it thinks we have old libSkiaSharp or how to resolve it.
Tried downgrading to older barcodelib and older skiasharp and not working.

Any help appreciated.

---> System.TypeInitializationException: The type initializer for 'SkiaSharp.SKObject' threw an exception.
---> System.InvalidOperationException: The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [116.0, 117.0).

@barnhill
Copy link
Owner

Did you make sure the dependencies in the tree are greater than the below listed ones?

SkiaSharp (>= 2.88.8)
SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.8)
System.Resources.Extensions (>= 8.0.0)
System.Text.Json (>= 8.0.4)

@barnhill
Copy link
Owner

Looks like the skiaSharp lib is 88.1 and it needs 88.8 or later?

@elr0berto
Copy link
Author

Turns out it was this: mono/SkiaSharp#3117

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

2 participants