[Bug 52296] UltraVNC 1.3.4.0 and later hangs after pressing Connect.

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 3 10:50:15 CST 2022


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

--- Comment #2 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Created attachment 71490
  --> https://bugs.winehq.org/attachment.cgi?id=71490
Backtrace while looping with debug symbols also for vncviewer.exe.

Seems SetScrollInfo causes enabling of the scrollbars,
which causes WM_WINDOWPOSCHANGED to which the application reacts with
ShowScrollBar(SB_VERT, 0, 0) which causes another WM_WINDOWPOSCHANGED
which causes SetScrollInfo which enables the scrollbars again ...

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