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?
Saulius Krasuckas saulius2@ar.fi.lt writes:
It shows some message-box telling: "Can't enumerate test files: 1813"
I couldn't reproduce it. Can you provide details (elf/pe run, ...)?
On Tue, 5 Oct 2004, Ferenc Wagner wrote:
Saulius Krasuckas saulius2@ar.fi.lt writes:
It shows some message-box telling: "Can't enumerate test files: 1813"
I couldn't reproduce it.
May that be due to linkage when running short on free disk space? I will try running make distclean some time soon.
Can you provide details (elf/pe run, ...)?
Current CVS Wine, so this is elf, I suppose. Listing some file from the /tmp:
[s2@katleriai wine]$ cat /tmp/resQQ2gnZ Version 3 Tests from build - Archive: - Tag: Build info: Operating system version: bRunningUnderWine=1 dwMajorVersion=4 dwMinorVersion=10 dwBuildNumber=67766446 PlatformId=1 szCSDVersion= A wServicePackMajor=0 wServicePackMinor=0 wSuiteMask=0 wProductType=0 wReserved=120 Test output: [s2@katleriai wine]$ ll /tmp/wctJWmhQT/ total 0
On Thu, 7 Oct 2004, Saulius Krasuckas wrote:
On Tue, 5 Oct 2004, Ferenc Wagner wrote:
Saulius Krasuckas saulius2@ar.fi.lt writes:
It shows some message-box telling: "Can't enumerate test files: 1813"
I couldn't reproduce it.
May that be due to linkage when running short on free disk space? I will try running make distclean some time soon.
Ferenc, running "make distclean" helped me. Thanks for responding to this.