http://bugs.winehq.org/show_bug.cgi?id=20775
--- Comment #2 from Charles Davis cdavis@mines.edu 2009-11-20 19:10:26 --- (In reply to comment #1)
It's probably because windowscodecs.dll is set to prefer the native version by default. For now, you should be able to submit the tests if you explicitly override it to builtin.
Doesn't help. I set it to native in winecfg, and I even modified the DllMain() function to return TRUE on DLL_WINE_PREATTACH. But winetest continues to complain that windowscodecs is configured native.
Since other components of Wine rely on windowscodecs, and it does prefer native, we really need to have test runs in which windowscodecs is native. I was told at wineconf that we could allow tests with native dll's if native is preferred by default.
Sounds good to me.
This will have to be fixed in winetest.exe and/or the web backend (I don't know exactly how the restriction is enforced).
Winetest won't send if there is even one native DLL. And I wouldn't be surprised if the web backend checked for "load error Configured as native" lines.