https://bugs.winehq.org/show_bug.cgi?id=54380
--- Comment #16 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
I can partially reproduce the issue when the version is set to winXP.
--- snippet --- wine: Call from 7B0123AC to unimplemented function ntoskrnl.exe.Ke386QueryIoAccessMap, aborting wine: Unimplemented function ntoskrnl.exe.Ke386QueryIoAccessMap called at address 7B0123AC (thread 0114), starting debugger... 0050:err:ole:start_rpcss Failed to start RpcSs service 003c:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0! 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"DLPortIO" failed to start: 1053 --- end ---
And then there is a dlportio.sys file in windows/system32/drivers:
$ ls -l DLPORTIO.sys -rw-r--r-- 1 olivier olivier 3584 sep 27 1996 DLPORTIO.sys $ sha1sum DLPORTIO.sys 41c2d0bde311dcf53fed4bf9e8976bfc69bd914c DLPORTIO.sys
However, I don't get a debugger window, only a terminal that just flashes once in the background.
Regards.