http://bugs.winehq.org/show_bug.cgi?id=29481
Bug #: 29481 Summary: Free serial port monitor crashes due to unimplemented function setupapi.dll SetupDiGetClassBitmapIndex Product: Wine Version: 1.3.35 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: setupapi AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
now that bug 25894 is fixed the app crashes into following:
--- snip --- $ wine ./studio.exe fixme:heap:HeapSetInformation 0x110000 0 0x32fda0 4 fixme:heap:HeapSetInformation 0x4b0000 0 0x32fda0 4 fixme:win:EnumDisplayDevicesW ((null),0,0x32deb4,0x00000000), stub! err:imagelist:ImageList_Remove Invalid image list handle! fixme:win:RegisterDeviceNotificationW (hwnd=0x100f4, filter=0x32dbf8,flags=0x00000000) returns a fake device notification handle! wine: Call from 0x7b838b5b to unimplemented function setupapi.dll.SetupDiGetClassBitmapIndex, aborting wine: Unimplemented function setupapi.dll.SetupDiGetClassBitmapIndex called at address 0x7b838b5b (thread 0036), starting debugger... Unhandled exception: unimplemented function setupapi.dll.SetupDiGetClassBitmapIndex called in 32-bit code (0x7b838b5b). --- snip ---
MSDN: http://http://msdn.microsoft.com/en-us/library/windows/hardware/ff551047.asp...
$ sha1sum serial-monitor.exe 8dbcd850baafdd94c6ec771d109369e5573a41ea serial-monitor.exe
$ wine --version wine-1.3.35-273-geaa8801
Regards