https://bugs.winehq.org/show_bug.cgi?id=53309
Bug ID: 53309 Summary: Wizard101 launcher window takes over a minute to appear Product: Wine Version: 7.12 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: dimesio@earthlink.net CC: hans@meelstraat.net Regression SHA1: 0a10bfc8b17234db6aff130ce0448a62c3fb6a1e Distribution: SUSE
Normally it pops up immediately.
0a10bfc8b17234db6aff130ce0448a62c3fb6a1e is the first bad commit commit 0a10bfc8b17234db6aff130ce0448a62c3fb6a1e Author: Hans Leidekker hans@codeweavers.com Date: Wed Jun 29 13:54:57 2022 +0200
secur32: Return a SECBUFFER_MISSING buffer from the handshake if the input message is incomplete.
dlls/secur32/schannel.c | 25 +++++++++++++++++++++++-- dlls/secur32/tests/schannel.c | 21 ++++++++++++++++++++- 2 files changed, 43 insertions(+), 3 deletions(-)
Reverting the patch fixes it.