https://bugs.winehq.org/show_bug.cgi?id=53321
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #8 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 76033 --> https://bugs.winehq.org/attachment.cgi?id=76033 hack
This hack is utterly wrong but it allows the game to start and play and might be useful to test other apps that suffer from this bug. It's copy/paste code to try to load DefWindowProc from user32.dll
There's a test in user32/tests/class.c that shows that it should really be the other way around: DefWindowProc is forwarded to NtdllDefWindowProc from Vista+ on. That looks like quite a massive change but probably the way to go if one wants to resolve this bug :(