[Bug 29765] Synful Orchestra 2.5.x tpkd.sys driver crashes due to unimplemented function ntoskrnl.exe.IoStartNextPacket

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 2 02:11:59 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29765

--- Comment #3 from Anastasius Focht <focht at gmx.net> 2012-02-02 02:11:59 CST ---
Hello Austin,

--- quote ---
Adding a stub gets it a bit further:
fixme:ntoskrnl:__regs_KfRaiseIrql (2) stub!
fixme:ntoskrnl:IoStartNextPacket (0x1139c8 1) stub
fixme:ntoskrnl:__regs_KfLowerIrql (0) stub!
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x110ea8, 0, 0, 1, (nil)
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x1129c8, 0, 0, 1, (nil)
fixme:ntoskrnl:KeReleaseMutex stub: 0x1129c8, 0
err:int:emulate_instruction Unsupported DR register, eip+2 is c0
wine: Unhandled privileged instruction at address 0x54490d (thread 0026),
starting debugger...

with a dialog saying:
Code: -7
--- quote ---

that's another Wine shortcoming, deserving its own bug.
That crash is due to incomplete "mov drX, eax" (AT&T syntax) support.
Currently only DR1 and DR7 are handled.

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list