http://bugs.winehq.org/show_bug.cgi?id=26434
--- Comment #2 from Austin English austinenglish@gmail.com 2011-03-15 16:20:02 CDT --- (In reply to comment #1)
I'll add a test for that, but before that please try that native one really eats such input, cause it could be a problem somewhere else.
Currently, with plain wine and nothing native, doing: $ wine Carnivores2Setup-dm.exe
will spew: fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! err:msxml:doparse XML declaration allowed only at the start of the document
endlessly.
if I do: $ winetricks -q msxml3
those errors go away, but nothing seems to happen (bug 26425). Doing: $ winetricks -q ie7
gets a window to appear. So, I tried: $ rm -rf .wine ; winetricks -q ie7 && wine Carnivores2Setup-dm.exe
which gets a window, but those errors/fixmes do not show up, so yes, the problem may be elsewhere.
Let's get the testcase added, and go from there.