[Bug 56194] New: Dungeon & Fighter Private server needs ntdll.NtdllDefWindowProc_W
https://bugs.winehq.org/show_bug.cgi?id=56194 Bug ID: 56194 Summary: Dungeon & Fighter Private server needs ntdll.NtdllDefWindowProc_W Product: Wine Version: 9.0-rc5 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: dark.shadow4(a)web.de Distribution: --- Originally reported at https://www.reddit.com/r/winehq/comments/18zstc7/i_receive_an_error_message_... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56194 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #1 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Hi Fabian, There's also bug https://bugs.winehq.org/show_bug.cgi?id=53321 about NtdllDefWindowProc_A, maybe that might be better testcase as the bug seems easier to reproduce (???) Seems to be just identical to DefWindowProcA/W according to tests in user32 (class.c): /* On Vista+, the user32.dll export DefWindowProcA/W is forwarded to */ /* ntdll.NtdllDefWindowProc_A/W. However, the wndproc returned by */ /* GetClassLong/GetWindowLong points to an unexported user32 function */ if (pDefWindowProcA == pNtdllDefWindowProcA && pDefWindowProcW == pNtdllDefWindowProcW) skip("user32.DefWindowProcX forwarded to ntdll.NtdllDefWindowProc_X\n"); -- 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.
participants (1)
-
WineHQ Bugzilla