[ros-bugs] [Bug 5670] DosBox 0.74 crashes when loses focus

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sun Oct 17 20:50:35 UTC 2010


http://www.reactos.org/bugzilla/show_bug.cgi?id=5670





--- Comment #13 from jimtabor <james.tabor at reactos.org>  2010-10-17 20:50:34 CET ---
I managed to get it to work but it crashes in user mode (Explorer
WH_GETMESSAGE). Rewriting Dispatch call to calling hooks was the the fix. ATM,
head, just runs in a loop and never makes the call. No way it made any calls
until the application added another hook with the same Id, but the new hook
would be the first one on the list (skipped over) and the old one would have
had the proc nulled for removal later on.

Now, it's working, trouble shooting the user32 callback is now underway.

Global hooks are called out like global events.

Two + years ago I had this all done, I lost it all due to hardware failure.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Ros-bugs mailing list