http://bugs.winehq.org/show_bug.cgi?id=20311
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Component|-unknown |msxml3
--- Comment #10 from Wylda wylda@volny.cz 2010-06-19 09:26:58 ---
The problem here is, when the campain is selected, it creates files 1.xml under:
~/.wine/drive_c/Program Files/Nival Interactive/Blitzkrieg/Run/data/scenarios/chapters/allies/norway/
and this file has zero size. So when the game is run next time, it fails on parsing this xml.
When first run (zero size 1.xml created) console says a lot of time:
fixme:msxml:support_error_InterfaceSupportsErrorInfo (0x259dcb8)->({2933bf81-7b36-11d2-b20e-00c04f983e60})
fixme:msxml:support_error_InterfaceSupportsErrorInfo (0x276e9a8)->({2933bf81-7b36-11d2-b20e-00c04f983e60})
There are two workarounds: * delete 1.xml and run the game again * use "winetricks msxml3" creates 1.xml correctly and no xml output
Removing regression keyword, as there is no working versions before (tried 1.0.1, 1.1.10, 1.1.20, 1.1.30, 1.2-rc4)