http://bugs.winehq.org/show_bug.cgi?id=32847
Bug #: 32847 Summary: Microsoft Expression Design 4 (Free Version) installer needs windowscodecs IcoFrameDecode_GetThumbnail impl Product: Wine Version: 1.5.22 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: windowscodecs AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
Microsoft Expression Design 4 (Free Version) installer needs windowscodecs IcoFrameDecode_GetThumbnail
Prerequisite: 'winetricks -q dotnet40'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine ./Design_Trial_en.exe
--- snip --- ... fixme:wincodecs:IcoFrameDecode_GetThumbnail (0x1993d0,0x841d074) ... Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Initialization of 'System.Windows.Media.Imaging.BitmapImage' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. at System.Windows.Media.Imaging.BitmapFrameDecode.EnsureThumbnail() at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation() at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder decoder) at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames) at System.Windows.Media.Imaging.BitmapDecoder.get_Frames() at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/5e10f2e0ec896a275d69b77bfe699e841...
--- snip --- 200 static HRESULT WINAPI IcoFrameDecode_GetThumbnail(IWICBitmapFrameDecode *iface, 201 IWICBitmapSource **ppIThumbnail) 202 { 203 FIXME("(%p,%p)\n", iface, ppIThumbnail); 204 return E_NOTIMPL; 205 } --- snip ---
$ du -sh Design_Trial_en.exe 47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe 65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version wine-1.5.22-221-g22f8205
Regards