- March 24, 2007
- 12,070
- 7,459
- Home Country
-
Germany
- Moderator
- #21
New BOT build available here: http://tinyurl.com/qfk5trs
I did again a fresh install and configured shares for import, all went well here.
Note: the WIC (Windows Imaging Components) thumbnail creator is now active. It tries to create a thumbnail for every kind of requested media. As result you will see a lot of such messages:
This is no real error, I will exclude the logging later or limit it to try only (known) image extensions.
I did again a fresh install and configured shares for import, all went well here.
Note: the WIC (Windows Imaging Components) thumbnail creator is now active. It tries to create a thumbnail for every kind of requested media. As result you will see a lot of such messages:
Code:
[2015-04-02 10:02:49,650] [1062810] [420 ] [WARN ] - WICThumbnailProvider: Error loading bitmapSource from file data stream
SharpDX.SharpDXException: HRESULT: [0x88982F50], Module: [SharpDX.WIC], ApiCode: [WINCODEC_ERR_COMPONENTNOTFOUND/Componentnotfound], Message: Die Komponente wurde nicht gefunden.
bei SharpDX.Result.CheckError()
bei SharpDX.WIC.ImagingFactory.CreateDecoderFromStream_(IntPtr streamRef, Nullable`1 guidVendorRef, DecodeOptions metadataOptions, BitmapDecoder decoderOut)
bei MediaPortal.Extensions.MetadataExtractors.WICThumbnailProvider.WICThumbnailProvider.GetThumbnail(Stream stream, Int32 width, Int32 height, Boolean cachedOnly, Byte[]& imageData, ImageType& imageType)