https://bugs.winehq.org/show_bug.cgi?id=48064
Bug ID: 48064 Summary: qmgr:job started failing on XP on Sep 09 Product: Wine Version: 4.19 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: qmgr Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Created attachment 65611 --> https://bugs.winehq.org/attachment.cgi?id=65611 Winetest site showing the failures starting on Sep 09
qmgr:job started failing on Windows XP on Sep 09, that is when winehq.org was upgraded:
job.c:578: Test failed: unexpected state: 5 [26 times] job.c:586: Test failed: BITS job timed out job.c:618: Test failed: got 0x00200017
See http://winetest.dolphin/data/tests/qmgr:job.html
The test accesses https://test.winehq.org/ and, since this only impacts Windows XP, it is likely that this is the same certificate issue that causes urlmon:protocol to fail too.
Also the reason why the same failures don't happen on Windows 2003 (unlike for urlmon:protocol) is that the BITS tests are skipped there:
job.c:719: Tests skipped: Tests need BITS 2.5 or higher
So the fix will likely be the same as for urlmon:protocol.