http://bugs.winehq.org/show_bug.cgi?id=25730
--- Comment #21 from Austin English austinenglish@gmail.com 2011-11-13 15:11:53 CST --- (In reply to comment #20)
(In reply to comment #19)
Created attachment 37473 [details] msxml,tid with both patches
Well, that's unexpected. Now it fails much earlier on unrelated XPath query, which is the same as before.
Are you sure you're using clean prefix? That's one bothers me:
0022:err:setupapi:create_dest_file failed to create L"C:\windows\system32\shlwapi.dll" (error=80) 0022:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\windows\system32\msdatsrc.tlb" failed with error 2 Native IE detected, not doing registration
So if you use native urlmon for example it's possible that this resource is fail to load at all, or something like that.
After your patches, the xml crash is gone. The only fixme's shown are IE related, so I tried native ie6. With native ie6 and builtin XML, there is an exception thrown, but with native ie6/msxml3, no exception.
Sorry, should've clarified that before. Your patches help, next bug is IE related, and there may be an xml problem after that, but hard to say..