http://bugs.winehq.org/show_bug.cgi?id=11086
Summary: Noiseware needs a real GdipCreateHBITMAPFromBitmap implementation Product: Wine Version: 0.9.52. Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: ba@cykian.net
Created an attachment (id=10109) --> (http://bugs.winehq.org/attachment.cgi?id=10109) Crash log and backtrace
Hello,
Imagenomic Noiseware Community Edition 5.2 needs a real implementation of GdipCreateHBITMAPFromBitmap to work. The stub present in Wine 0.9.52 is not enough and causes a crash.
With the stub, the application crashes when the user tries to open a file to work on.
I attached a log.
For your information, adding gdiplus.dll in Wine c:\windows directory corrects the problem and seems to make the application working just fine.
It seems that this application is not the first one to need GdipCreateHBITMAPFromBitmap so it might be a good idea to implement this function for real, unfortunately I have no idea of the way to do so.
Thanks