https://bugs.winehq.org/show_bug.cgi?id=36750
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Austin English from comment #0)
Created attachment 48801 [details] script to reproduce
Noticed while looking at bug 21259. If you run Dan's script (slightly edited, I'll attach), it mostly runs fine, but when run the build, it quickly fails rather than hanging. Terminal output made me suspect msxml3: err:msxml:doparse Opening and ending tag mismatch: xs:sequence line 8 and xs:choice
I don't think this schema parsing failure is a problem. Same schema in VC9 is broken too:
--- <xs:sequence ...> <xs:element ...> xs:complexType <xs:attribute .../> </xs:complexType> </xs:element> </xs:choice> ---
Maybe there are some quirks that make such schema parse, but it doesn't look valid to me.
From the log:
--- 0106:trace:msxml:internal_parseURL (0xf64a70)->(L"Z:\home\austin\Neatpad01\TextView\TextView.vcproj.aw25.austin.user") 0106:trace:msxml:create_moniker_from_url L"Z:\home\austin\Neatpad01\TextView\TextView.vcproj.aw25.austin.user" ... 0106:trace:msxml:isaxattributes_getValue (L"Release|Win32":13) 0106:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e731e35 ip=7e731e35 tid=0106 0106:trace:seh:raise_exception info[0]=00000000 0106:trace:seh:raise_exception info[1]=0000001c 0106:trace:seh:raise_exception eax=00000020 ebx=7e818000 ecx=00000000 edx=00000000 esi=00f64d34 edi=0000001c 0106:trace:seh:raise_exception ebp=00323e98 esp=00323e50 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010202 ---
This is likely to be a real problem.
Do you know a way to download trial version that can reproduce this?