http://bugs.winehq.org/show_bug.cgi?id=33613
Bug #: 33613 Summary: VB6 Application CMDcenter fails with "Run-time error '23': Type mismatch" Product: Wine Version: 1.5.30 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: tonybcrawford@gmail.com Classification: Unclassified
After upgrading from Wine 1.5.29 to Wine 1.5.30 my VB6 CMDcenter application fails with: "Run-time error '23': Type mismatch"
This is related to an xml portion of code and after adding some debug output it appears as though the ElementNode.childNodes.Length is being incorrectly determined!
NB: This code worked correctly in previous versions of Wine and is only a problem with the release I installed today.