http://bugs.winehq.org/show_bug.cgi?id=59172 Bug ID: 59172 Summary: Program crash due to missing msports ComDBOpen/ComDBClose Product: Wine Version: 11.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: stefan.bruens@rwth-aachen.de Distribution: --- CEnumerateSerial is an opensource test/debug utility to test various methods of serial port enumeration. http://www.naughter.com/enumser.html It currently crashes due to missing implementations of msports ComDBOpen/ComDBClose. The actual implementation is not really needed (the ComDBOpen return code is checked, an enumeration is skipped if it fails), a trivial ERROR_ACCESS_DENIED return is sufficient. wine: Call from 7BC57297 to unimplemented function msports.dll.ComDBOpen, aborting wine: Unimplemented function msports.dll.ComDBOpen called at address 7BC57297 (thread 0024), starting debugger... WineDbg attached to pid 0020 012c:fixme:dbghelp:elf_search_auxv can't find symbol in module 012c:fixme:dbghelp:elf_search_auxv can't find symbol in module wine: Call from 7BC57297 to unimplemented function msports.dll.ComDBOpen, aborting -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.