http://bugs.winehq.org/show_bug.cgi?id=30721
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://research.microsoft.c | |om/en-us/um/redmond/project | |s/songsmith/download.html
--- Comment #1 from Anastasius Focht focht@gmx.net 2012-07-02 14:25:40 CDT --- Hello,
"SongSmith 1.0.2" is also affected by that insufficiency.
Exception info:
--- snip --- Exception object: 00acb160 Exception type: System.NotImplementedException Message: The method or operation is not implemented. InnerException: <none> StackTrace (generated): <none> StackTraceString: <none> HResult: 80004001 --- snip ---
CLR stack:
--- snip --- OS Thread Id: 0x2b (0) ESP EIP 0033da8c 7b83953f [HelperMethodFrame: 0033da8c] 0033db30 53c57cdc MS.Internal.HRESULT.Check(Int32) 0033db34 5395a241 System.Windows.Media.Imaging.BitmapFrameDecode.get_ColorContexts() 0033dba4 53959c4c System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(System.Windows.Media.Imaging.BitmapFrame, System.Windows.Media.Imaging.BitmapSourceSafeMILHandle, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Windows.Media.Imaging.BitmapPalette) 0033dc68 53958cfc System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation() 0033dc98 53957c81 System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32, System.Windows.Media.Imaging.BitmapSourceSafeMILHandle, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Windows.Media.Imaging.BitmapDecoder) 0033dcbc 53957b65 System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(System.Windows.Media.Imaging.BitmapDecoder, System.Collections.ObjectModel.ReadOnlyCollection`1<System.Windows.Media.Imaging.BitmapFrame>) 0033dcdc 53957a71 System.Windows.Media.Imaging.BitmapDecoder.get_Frames() --- snip ---
Code:
http://source.winehq.org/git/wine.git/blob/2785e905bc568d79e56e7505eb724f8f8...
--- snip --- 335 static HRESULT WINAPI BmpFrameDecode_GetColorContexts(IWICBitmapFrameDecode *iface, 336 UINT cCount, IWICColorContext **ppIColorContexts, UINT *pcActualCount) 337 { 338 TRACE("(%p,%u,%p,%p)\n", iface, cCount, ppIColorContexts, pcActualCount); 339 return WINCODEC_ERR_UNSUPPORTEDOPERATION; 340 } --- snip ---
$ du -sh SongsmithSetup.1.02.msi 99M SongsmithSetup.1.02.msi
$ sha1sum SongsmithSetup.1.02.msi fa6d5d889f37d369d61ec5c49dfb7f8d9932eb09 SongsmithSetup.1.02.msi
$ wine --version wine-1.5.7-309-gb4da889
Regards