On Mon Oct 10 04:36:02 2022 +0000, Jacek Caban wrote:
That doesn't look right, AFAIR such window names just crash on Windows. See commits like 0739aa610c, f28824eb58 and test failures in this MR. Where is this window name coming from?
01a0:fixme:msg:create_window16 01a0:trace:win:WIN_CreateWindowEx #1b59 L"STATIC" .... 01a0:trace:win:dump_window_styles style: WS_CHILD WS_VISIBLE 00000003 01a0:trace:win:dump_window_styles exstyle: WS_EX_NOPARENTNOTIFY 01a0:trace:seh:dispatch_exception code=c0000005 01a0:warn:seh:dispatch_exception EXCEPTION_ACCESS_VIOLATION
Above is the callstack, parameter lists cut down to make it easier to read.
Updated patchset to fix the current test suite.