http://bugs.winehq.org/show_bug.cgi?id=34677
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2013-10-11 06:01:26 CDT --- (In reply to comment #6)
The app tries to download some XML file from server which is not present, resulting in malformed file. Wine's msxml still says "ok" from domdoc_load(), letting the app call domselection_get_item() which fails, setting out param to NULL which causes app code to crash.
Yes, this makes sense. Parsing failure is not propagated to a caller, you'll get failure only if moniker operations failed and it's still S_OK if some data is returned (even if it doesn't represent xml document).