Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. [2020-04-01 14:45:58.820 -07:00] [ERR] Error encoding image
  2. System.EntryPointNotFoundException: Unable to find an entry point named 'sk_refcnt_safe_unref' in shared library 'libSkiaSharp'.
  3. at SkiaSharp.SkiaApi.sk_refcnt_safe_unref(IntPtr refcnt)
  4. at SkiaSharp.SKObjectExtensions.SafeUnRef(ISKReferenceCounted obj)
  5. at SkiaSharp.SKObject.GetObject[TSkiaObject,TSkiaImplementation](IntPtr handle, Boolean owns, Boolean unrefExisting, Boolean refNew)
  6. at SkiaSharp.SKImageInfoNative.ToManaged(SKImageInfoNative& native)
  7. at SkiaSharp.SKCodec.get_Info()
  8. at SkiaSharp.SKBitmap.Decode(SKCodec codec)
  9. at SkiaSharp.SKBitmap.Decode(String filename)
  10. at Jellyfin.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
  11. at Jellyfin.Drawing.Skia.SkiaEncoder.GetBitmap(String path, Boolean cropWhitespace, Boolean forceAnalyzeBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
  12. at Jellyfin.Drawing.Skia.SkiaEncoder.GetBitmap(String path, Boolean cropWhitespace, Boolean autoOrient, Nullable`1 orientation)
  13. at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
  14. at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  15. [2020-04-01 14:46:20.541 -07:00] [ERR] Error encoding image
  16. System.EntryPointNotFoundException: Unable to find an entry point named 'sk_refcnt_safe_unref' in shared library 'libSkiaSharp'.
  17. at SkiaSharp.SkiaApi.sk_refcnt_safe_unref(IntPtr refcnt)
  18. at SkiaSharp.SKObjectExtensions.SafeUnRef(ISKReferenceCounted obj)
  19. at SkiaSharp.SKObject.GetObject[TSkiaObject,TSkiaImplementation](IntPtr handle, Boolean owns, Boolean unrefExisting, Boolean refNew)
  20. at SkiaSharp.SKImageInfoNative.ToManaged(SKImageInfoNative& native)
  21. at SkiaSharp.SKCodec.get_Info()
  22. at SkiaSharp.SKBitmap.Decode(SKCodec codec)
  23. at SkiaSharp.SKBitmap.Decode(String filename)
  24. at Jellyfin.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
  25. at Jellyfin.Drawing.Skia.SkiaEncoder.GetBitmap(String path, Boolean cropWhitespace, Boolean forceAnalyzeBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
  26. at Jellyfin.Drawing.Skia.SkiaEncoder.GetBitmap(String path, Boolean cropWhitespace, Boolean autoOrient, Nullable`1 orientation)
  27. at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
  28. at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement