https://bugs.winehq.org/show_bug.cgi?id=31910
Razzaline Reindell razzylaqui@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |razzylaqui@gmail.com
--- Comment #12 from Razzaline Reindell razzylaqui@gmail.com --- Created attachment 53234 --> https://bugs.winehq.org/attachment.cgi?id=53234 KiUserEventDispatcher implementation with unfinished/stub implementation of KiContinue and NtContinue
I used matt's patch as a starting point and wrote out code based on the link provided by Tom Englund. KiUserExceptionDispatcher calls NtContinue, which calls KiContinue so I created method stubs for both (I had the basic implementations written, using modified ReactOS source code, but decided to leave it out as it was incomplete and wouldn't work anyway). I'm not certain I put everything in the right place, but hopefully it provides a starting point at least. To have this fully working, it seems several ntdll and ntoskrnl functions would have to be implemented.