http://bugs.winehq.org/show_bug.cgi?id=36517
Bug ID: 36517 Summary: slovoeb.exe: unhandled exception: 0xe0434352 in 32-bit code (0x7b83bcd5) Product: Wine Version: 1.6.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pr0sto@hotmail.com
Created attachment 48589 --> http://bugs.winehq.org/attachment.cgi?id=48589 backtrace.txt of exception by "slovoeb.exe" v.2.1
I get exception when I click open with WINE on "slovoeb.exe" v.2.1 (http://keycollector.ru/SlovoEB.zip)
-------------------------------------------- ...see more on backtrace.txt in attachment
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #1 from Sergey pr0sto@hotmail.com --- Created attachment 48590 --> http://bugs.winehq.org/attachment.cgi?id=48590 system.reg, user.reg, winetricks.log, userdef.reg, .update-timestamp of WINE
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
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #3 from Sergey pr0sto@hotmail.com --- Hello Thanks Anastasius Focht - I will not attach *.reg files. I installed dotnet40, corefonts, windowscodecs & apdated WINE:
$ wine --version wine-1.7.18
But I still get "exception" when run this application in WINE (see details in new attachments). How can I confirm to you that all the necessary components are installed in "WINE"?
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #4 from Sergey pr0sto@hotmail.com --- Created attachment 48596 --> http://bugs.winehq.org/attachment.cgi?id=48596 backtrace.txt of exception by "slovoeb.exe" v.2.1
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #5 from Sergey pr0sto@hotmail.com --- Created attachment 48597 --> http://bugs.winehq.org/attachment.cgi?id=48597 output of "Terminal" when I get error
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Sergey,
--- quote --- But I still get "exception" when run this application in WINE (see details in new attachments). --- quote ---
Your log:
--- snip --- ... wine: Call from 0x7b83be75 to unimplemented function bcrypt.dll.BCryptGetFipsAlgorithmMode, aborting ... fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x32d848,(nil)): stub err:eventlog:ReportEventW L"Application: slovoeb.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.TypeInitializationException\nStack:\n" fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception. at Microsoft.Win32.Win32Native.BCryptGetFipsAlgorithmMode(Boolean& pfEnabled) at System.Security.Cryptography.CryptoConfig.get_AllowOnlyFipsAlgorithms() at System.Security.Cryptography.RijndaelManaged..ctor() at e9CfQtWSpHKQRefoYV.e8Q9fCe5Zu4VSjVMpx.e0obEDrXS() at e9CfQtWSpHKQRefoYV.e8Q9fCe5Zu4VSjVMpx.??? ... --- snip ---
That's bug 32194
More importantly it shows you changed the default Windows version from 'Windows XP' to something different (most likely 'Windows 7').
Unless that app specifically asks for a higher Windows version DO NOT change the default! Reporting a higher Windows version doesn't make things "magically" better. In fact it can make things worse - as seen in this case.
Additionally, omitting such important information makes proper bug analysis harder.
Regards
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #7 from Sergey pr0sto@hotmail.com --- Thanks. I changed in WINEcfg windows7 to windowsXP and then rerun application - the same result (see details in new attachments).
P.S.^ Maybe I'm not correctly express my thoughts - please, be warned, because English is not my native language
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #8 from Sergey pr0sto@hotmail.com --- Created attachment 48600 --> http://bugs.winehq.org/attachment.cgi?id=48600 output of "Terminal" when I get error
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #9 from Sergey pr0sto@hotmail.com --- Created attachment 48601 --> http://bugs.winehq.org/attachment.cgi?id=48601 backtrace.txt of exception by "slovoeb.exe" v.2.1
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello Sergey,
--- snip --- err:module:import_dll Library windowscodecs.dll (which is needed by L"C:\windows\system32\winemenubuilder.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winemenubuilder.exe" failed, status c0000135 --- snip ---
--- snip --- PE 5dca0000-5de88000 Deferred iertutil ... PE 63000000-630e6000 Deferred wininet --- snip ---
Your WINEPREFIX is clearly broken.
Sorry, but is definitely not bug analysis anymore but end-user support which Bugzilla isn't clearly made for.
Reinstall the app in clean (new!) 32-bit WINEPREFIX with only 'winetricks -q dotnet40 corefonts windowscodecs' applied.
If that problem persists please seek help in WineHQ user forums (http://forum.winehq.org/).
Regards
http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #11 from Sergey pr0sto@hotmail.com --- Thank you 1) remove wine & winetricks 2) remove ~/.wine 3) install wine & winetricks 4) run this commands: - winetricks -q dotnet40 - winetricks -q windowscodecs - winetricks -q corefonts
After that application will start. I import proxy-list in app configuration and run "search position in Google". Slovoeb don't find any because some error... "Terminal" output: ------------------- fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0xc1dd1e0 stub fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0xc2dd160 stub fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0xcbcd0e0 stub fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} fixme:thread:NtQueryInformationThread info class 16 not supported yet -------------------
Please explain me what is this...
https://bugs.winehq.org/show_bug.cgi?id=36517
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/windowscodecs- | |32bppGrayFloat
https://bugs.winehq.org/show_bug.cgi?id=36517
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |NEW
--- Comment #12 from Sebastian Lackner sebastian@fds-team.de --- This should be fixed with 8bae21302f88bd6b3360334355d9d7a5c6a1ad38, please retest.
https://bugs.winehq.org/show_bug.cgi?id=36517
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #13 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to Sebastian Lackner from comment #12)
This should be fixed with 8bae21302f88bd6b3360334355d9d7a5c6a1ad38, please retest.
I can confirm this bug with Wine 2.14 (before this commit), but not with Wine 2.15 (after this commit). So I can confirm this is fixed, app starts fine after winetricks dotnet40 corefonts.
https://bugs.winehq.org/show_bug.cgi?id=36517
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8bae21302f88bd6b3360334355d | |9d7a5c6a1ad38 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Reported fixed, thanks for confirming it.
https://bugs.winehq.org/show_bug.cgi?id=36517
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.0-rc3.
https://bugs.winehq.org/show_bug.cgi?id=36517
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x
https://bugs.winehq.org/show_bug.cgi?id=36517
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |---
--- Comment #16 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.5.