It shows some message-box telling: "Can't enumerate test files: 1813" Greping programs/winetest/main.c gives:
| report (R_STATUS, "Counting tests"); | if (!EnumResourceNames (NULL, MAKEINTRESOURCE(TESTRES), | EnumTestFileProc, (LPARAM)&nr_of_files)) | report (R_FATAL, "Can't enumerate test files: %d", | GetLastError ()); | wine_tests = xmalloc (nr_of_files * sizeof wine_tests[0]);
I guess this may be some regression (have been running winetest a whole month ago last time). Am I alone with this?