http://bugs.winehq.org/show_bug.cgi?id=36517
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |NEW URL| |http://keycollector.ru/Slov | |oEB.zip CC| |focht@gmx.net Component|-unknown |windowscodecs Summary|slovoeb.exe: unhandled |SlovoEB 2.1 (.NET 4.0 app) |exception: 0xe0434352 in |crashes on startup |32-bit code (0x7b83bcd5) |(unsupported | |WICPixelFormat32bppGrayFloa | |t) Ever confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming a crash.
@Sergey
Please don't attach *.reg files. They are useless. Only provide terminal output/backtrace as attachment - nothing else - unless a developer specifically asks for other things.
Prerequisite: 'winetricks -q dotnet40'
--- snip --- $ wine ./Slovoeb.exe ... fixme:wincodecs:FormatConverter_Initialize Unsupported destination format {6fddc324-4e03-4bfe-b185-3d77768dc911}
Unhandled Exception: System.NotSupportedException: Pixel format not supported. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x88982F80 --- End of inner exception stack trace --- at System.Windows.Media.Imaging.FormatConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.FormatConvertedBitmap..ctor(BitmapSource source, PixelFormat destinationFormat, BitmapPalette destinationPalette, Double alphaThreshold) at Infragistics.Windows.Controls.AutoDisabledImage.CoerceSource(DependencyObject d, Object newValue) at System.Windows.DependencyObject.ProcessCoerceValue(DependencyProperty dp, PropertyMetadata metadata, EntryIndex& entryIndex, Int32& targetIndex, EffectiveValueEntry& newEntry, EffectiveValueEntry& oldEntry, Object& oldValue, Object baseValue, Object controlValue, CoerceValueCallback coerceValueCallback, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, Boolean skipBaseValueChecks) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType) at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp) at Infragistics.Windows.Controls.AutoDisabledImage.VerifySource() ... --- snip --
'{6fddc324-4e03-4bfe-b185-3d77768dc911}' -> GUID_WICPixelFormat32bppGrayFloat
'winetricks -q windowscodecs' works around
Also needs 'winetricks -q corfonts' later (bug 32323)
The app works fine with these in place.
$ sha1sum SlovoEB.zip 4b5d1fcf46e9c9639a1bcf823d48e4bf366ce267 SlovoEB.zip
$ du -sh SlovoEB.zip 7.9M SlovoEB.zip
$ wine --version wine-1.7.19-56-gee13e10
Regards