Some time during the last few days, a bug has been introduced in StreamedMP's svn.
Currently in ListView, Thumbs generated by MediaPortal (MTN.exe) are nolonger displayed, and inside the error.log i find this.
For some reason this does not happen for all videovidels MP generated a thumbnail for. Some are still working.
But the issue itselfe is not random. After a restart of MP, it are always the same videos which no thumbs are displayed for.
If i revert to rev688 (2009-11-10) then the error messages and the issue is gone.
I hope this helps. If you need more testing, please tell me.
Currently in ListView, Thumbs generated by MediaPortal (MTN.exe) are nolonger displayed, and inside the error.log i find this.
Code:
2009-11-16 21:10:47.268083 [ERROR][ExtractVideoThumb]: Exception :Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehler zurückgegeben.
2009-11-16 21:10:47.273083 [ERROR][ExtractVideoThumb]: site :Void GetImage(VistaToolbelt.Interop.Native.SIZE, VistaToolbelt.Interop.Native.SIIGBF, IntPtr ByRef)
2009-11-16 21:10:47.276084 [ERROR][ExtractVideoThumb]: source :Core
2009-11-16 21:10:47.279084 [ERROR][ExtractVideoThumb]: stacktrace: bei VistaToolbelt.Interop.Native.IShellItemImageFactory.GetImage(SIZE size, SIIGBF flags, IntPtr& phbm)
bei VistaToolbelt.Shell.ThumbnailGenerator.GenerateThumbnail(String filename)
bei MediaPortal.Util.Utils.GetVideoThumb(Object i)
2009-11-16 21:10:47.599102 [ERROR][ExtractVideoThumb]: Could not create thumbnail for \\mainframe\Videos\Kids\Filme\Presto.mkv
2009-11-16 21:10:47.604102 [ERROR][ExtractVideoThumb]: Exception :System.Runtime.InteropServices.COMException (0x80004005): Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehler zurückgegeben.
bei VistaToolbelt.Interop.Native.IShellItemImageFactory.GetImage(SIZE size, SIIGBF flags, IntPtr& phbm)
bei VistaToolbelt.Shell.ThumbnailGenerator.GenerateThumbnail(String filename)
bei MediaPortal.Util.Utils.GetVideoThumb(Object i)
2009-11-16 21:10:47.609103 [ERROR][ExtractVideoThumb]: Exception :Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehler zurückgegeben.
2009-11-16 21:10:47.613103 [ERROR][ExtractVideoThumb]: site :Void GetImage(VistaToolbelt.Interop.Native.SIZE, VistaToolbelt.Interop.Native.SIIGBF, IntPtr ByRef)
2009-11-16 21:10:47.617103 [ERROR][ExtractVideoThumb]: source :Core
2009-11-16 21:10:47.623103 [ERROR][ExtractVideoThumb]: stacktrace: bei VistaToolbelt.Interop.Native.IShellItemImageFactory.GetImage(SIZE size, SIIGBF flags, IntPtr& phbm)
bei VistaToolbelt.Shell.ThumbnailGenerator.GenerateThumbnail(String filename)
bei MediaPortal.Util.Utils.GetVideoThumb(Object i)
But the issue itselfe is not random. After a restart of MP, it are always the same videos which no thumbs are displayed for.
If i revert to rev688 (2009-11-10) then the error messages and the issue is gone.
I hope this helps. If you need more testing, please tell me.