Rico Schüller schrieb: > Paul Vriens schrieb: > >> Hi Rico, >> >> I guess the results on the website came from running the Windows >> winetest.exe? >> >> Could you try the following: >> >> - download winetest.exe >> - remove .wine (or move it away, use a different prefix, whatever) >> - run 'wine winetest.exe setupapi:parser' >> - check the res????.tmp file in .wine/drive_c/windows/temp >> >> On my F10 box this also generates 15 failures, where 'make parser.ok' >> only shows 2 errors. >> >> > Hi Paul, > > Yes, this is exactly what I've done. I've also tried 'make parser.ok' > and build my own cross test (mingw) which I've run in wine and which > both show only 2 errors. The setupapi_test.exe is the extracted version > from winetest.exe. > > Cheers > Rico > > > Hi,
just want to say problem found, the if (*need) *need = len; in SetupEnumInfSectionsA/W is wrong. I'll send a patch. Cheers Rico