https://bugs.winehq.org/show_bug.cgi?id=54560
Bug ID: 54560 Summary: mscoree:mscoree - test_loadpaths_execute() sometimes gets directory creation errors Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mscoree:mscoree - test_loadpaths_execute() sometimes gets directory creation errors. With only 3 instances in the past 8 months this is pretty rare:
* 2022-07-26 on w10pro64-ko (64-bit)
mscoree.c:614: Test failed: CreateDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaC31F.tmp") failed: 183
* 2022-11-23 on w7u (32-bit)
mscoree.c:614: Test failed: CreateDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp") failed: 183 mscoree.c:619: Test failed: CopyFileW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\loadpaths.exe") failed: 3 mscoree.c:635: Test failed: CreateDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\libloadpaths") failed: 3 mscoree.c:643: Test failed: CopyFileW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\libloadpaths\libloadpaths.dll") failed: 3 mscoree.c:647: Test failed: CreateProcessW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\loadpaths.exe") failed: 3 mscoree.c:653: Test failed: L"libloadpaths\libloadpaths.dll": WaitForSingleObject returned -1: 6 mscoree.c:662: Test failed: L"libloadpaths\libloadpaths.dll": Failed to execute process mscoree.c:673: Test failed: DeleteFileW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\libloadpaths\libloadpaths.dll") failed: 3 mscoree.c:675: Test failed: DeleteFileW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\loadpaths.exe") failed: 3 mscoree.c:682: Test failed: RemoveDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp\libloadpaths") failed: 3 mscoree.c:682: Test failed: RemoveDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaAB6B.tmp") failed: 267
* 2023-02-21 on w10pro64-en-AE (64-bit)
mscoree.c:614: Test failed: CreateDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaD02D.tmp") failed: 183 mscoree.c:635: Test failed: CreateDirectoryW(L"C:\Users\winetest\AppData\Local\Temp\loaD02D.tmp\private") failed: 183
See https://test.winehq.org/data/patterns.html#mscoree:mscoree
Where 3 == ERROR_PATH_NOT_FOUND 6 == ERROR_INVALID_HANDLE 183 == ERROR_ALREADY_EXISTS 267 == ERROR_DIRECTORY