http://bugs.winehq.org/show_bug.cgi?id=20775
Charles Davis cdavis@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Charles Davis cdavis@mines.edu 2009-11-20 19:38:05 --- I found the problem: Turns out there was a native windowscodecs.dll after all. It's name was camel-cased "WindowsCodecs.dll", so a simple find . -name 'windowscodecs.dll' didn't find it. I'll have to get rid of that DLL, and then I can run winetest.
Once again, I panicked and jumped the gun, so to speak.