[Bug 38153] Don't work Radmin viewer 3.5

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 28 10:46:06 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38153

--- Comment #5 from Ken Thomases <ken at codeweavers.com> ---
(In reply to Kurt from comment #4)

> Could you please give some hints on how to debug this, i.e., what to add to
> WINEDEBUG?

Well, you could try forcing a crash instead of the ExitProcess() call, to get a
backtrace. For example, put this above it:

    *(char*)1 = 0;

Maybe also a +server log would make clear why the set_queue_fd server call is
returning STATUS_ACCESS_DENIED (0xC0000022).

-- 
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