http://bugs.winehq.org/show_bug.cgi?id=17372
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com 2010-10-30 23:06:34 CDT --- Created an attachment (id=31618) --> (http://bugs.winehq.org/attachment.cgi?id=31618) +file,+msxml,+tid trace (lzma compressed)
(In reply to comment #6)
Could you try to find out if this boostrap*.xml is bundled with installer or generated on fly?
It's generated near the beginning of the installation. There is a BootstrapperConfig.xml data blob in the "Installer Resources" directory in the install files, which I think the installer derives the "new" BootstrapperConfig.xml from. I believe the installer encrypts/decrypts XML content using crypt32 from these data blobs when it reads and writes to a blob.
I created a new +file,+msxml,+tid trace and added a trace to domdoc_get_xml to see when exactly the installer was creating the new XML file. Lines 24004 through 26260 show the exact creation process and the resulting bad XML output.
The only one ::save() I see is:
0024:trace:msxml:domdoc_save (0x12afa98)->(var(vt 8, L"C:\Program Files\Common Files\Adobe\HelpConfig\en_US\FrameMaker9.helpcfg"))
Is it this file that loaded again by any chance?
It's not that file, which is unrelated to the problem.
Also please specify libxml2 version you're running with.
apt-cache reports:
Version: 2.7.6.dfsg-1ubuntu1
for the libxml2 package on my Ubuntu 10.04 system.