http://bugs.winehq.org/show_bug.cgi?id=36747
Bug ID: 36747 Summary: When SIV calls SLGetWindowsInformation() it crashes as RaiseException() get's called Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ray@rh-software.com
When I try and run SIV 4.46 Beta-15 on Wine it crashes when it calls SLGetWindowsInformation() as RaiseException() get's called rather than an error being returned. I also noted the function does not get reported correctly in the attached trace. __wine_spec_unimplemented_stub+0x37(module="slc.dll", function="ÿ Ó“")
It's simple enough for me to stop SIV calling SLGetWindowsInformation() when it's running on Wine, but I feel I should not need to do this. Then again it's far easier than getting Wine fixed!