https://bugs.winehq.org/show_bug.cgi?id=36750
Bug ID: 36750 Summary: Visual C++ 2005 Trial build fails very early Product: Wine Version: 1.1.35 Hardware: x86 OS: Linux Status: NEW Keywords: download, testcase Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Blocks: 21259
Created attachment 48801 --> https://bugs.winehq.org/attachment.cgi?id=48801 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
and indeed, winetricks msxml3 gets it further (it then hangs on the first try, or if I CTRL+C and rerun, it starts to build).
May be a regression, but I haven't tried older versions of wine.
https://bugs.winehq.org/show_bug.cgi?id=36750
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.35 |1.7.20
https://bugs.winehq.org/show_bug.cgi?id=36750
--- Comment #1 from Austin English austinenglish@gmail.com --- Created attachment 48802 --> https://bugs.winehq.org/attachment.cgi?id=48802 +msxml,+tid,+seh
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?
https://bugs.winehq.org/show_bug.cgi?id=36750
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Nikolay Sivov from comment #2)
Do you know a way to download trial version that can reproduce this?
winetricks vc2005trial should (that's what the script does, but I haven't tested it recently)
https://bugs.winehq.org/show_bug.cgi?id=36750
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |damjan.jov@gmail.com
--- Comment #4 from Damjan Jovanovic damjan.jov@gmail.com --- This still gets printed with the latest Git:
05cc:err:msxml:doparse Opening and ending tag mismatch: xs:sequence line 0 and xs:choice
but there is no other issue, it builds and runs successfully, many times, so that error may be something that happens on Windows too.
Does anyone still see a problem here?