http://bugs.winehq.org/show_bug.cgi?id=7550
Summary: a-ray scanner crashes on startup Product: Wine Version: CVS Platform: Other URL: http://www.softpedia.com/get/CD-DVD-Tools/CD-DVD-Rip- Other-Tools/ARay-Scanner.shtml OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I wanted to tell what kind of copy protection an app used, so I went looking for programs that detect copy protection schemes. one of the ones recommended was a-ray scanner. It crashes before putting up any window, with wine: Unhandled page fault on read access to 0xffffffff at address 0x402c4a
Three interesting lines from the +all log are
0009:trace:message:SPY_ExitMessage (0x10036) L"{ComboBox}" message [0150] CB_GETITEMDATA returned ffffffff 0009:Ret user32.SendMessageA() retval=ffffffff ret=00405d25 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x402c4a
so maybe it tried to store a pointer in a combobox itemdata, and died because the pointer wasn't there when it looked for it?