http://bugs.winehq.org/show_bug.cgi?id=21668
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2010-02-20 12:20:08 --- (In reply to comment #4)
(In reply to comment #3)
(In reply to comment #2)
Confirming this one !
Regression testing showed two commits are to blame.
How did you two commits as a bisect result? Did you run two regression tests?
Anyway update to 1.1.39, msxml4 should have these unimplemented calls now.
Yes two regression test. When I was testing i noticed I get two different behaviors.
Wine is updated to 1.1.39!
Ok, so it works with 1.1.39 or not?
After some more digging with +msxml log I found:
... trace:msxml:domelem_Release (0x1af3f88) ref=2 trace:msxml:xmlnode_get_text (0x1af3f88, type 1)->(0x32f208) trace:msxml:xmlnode_get_text 0x1af3f88 L"HOUSE35\t" trace:msxml:domelem_Release (0x1af3f88) ref=1 ...
And the xml file really has tab after HOUSE35:
... <NAME>House</NAME> <TYPENAME>House F5</TYPENAME> <GRAPH>HOUSE35 </GRAPH> <OBJ_MASKS>R</OBJ_MASKS> <BUILD_FLAGS>ea</BUILD_FLAGS> ...
Note that I know nothing about your, and its conf files.
There i probably a bug in how wine handles special characters.
I don't know what expected behaviour is here. Please remove your .wine, install this app with 1.1.39 and let's start at this point (report any failures running clean configuration).