https://bugs.winehq.org/show_bug.cgi?id=55017
Bug ID: 55017 Summary: shell32:systray fails on gitlab-win10-21h2 (GitLab CI) Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
shell32:systray fails on gitlab-win10-21h2:
systray.c:49: Test failed: NIM_ADD failed! systray.c:50: Test failed: GetLastError() = 2147500037 systray.c:75: Test failed: NIM_ADD failed! systray.c:76: Test failed: GetLastError() = 2147500037
See https://test.winehq.org/data/patterns.html#shell32:systray
This failure only happens on gitlab-win10-21h2 and there is no obvious commit that could be causing it.
Did something change in the GitLab CI VM?
https://bugs.winehq.org/show_bug.cgi?id=55017
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55017
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Note: 2147500037 == 0x80004005 == E_FAIL
According to the page below this can happen when explorer.exe is not ready / is hung. So maybe this happens because a previous test causes explorer.exe to hang but if so there is no clear sign of it in the test report. Or maybe it's just slow and this test should retry a few times. Or it's something else entirely. Unfortunately this currently only happens on the GitLab CI so it will be hard to figure out. https://forums.codeguru.com/showthread.php?498036-At-what-point-can-Shell_No...
https://bugs.winehq.org/show_bug.cgi?id=55017
--- Comment #2 from François Gouget fgouget@codeweavers.com --- To help narrow down finding which commit causes these failures (if any), they started on 2023-06-01.