http://bugs.winehq.org/show_bug.cgi?id=12812
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com 2010-09-18 07:27:37 CDT --- (In reply to comment #22)
Option 1: *This is a guess, please test it* Edit the config file (as plain text) and remove the 'xmlns="x-schema:CIV4GameInfoSchema.xml"' declaration.
My guess was that such query:
--- Civ4GraphicOptionInfos/GraphicOptionInfos/GraphicOptionInfo ---
fails in XPath mode because of multiple "GraphicOptionInfo" nodes at the same level. Probably XPath requires something like this (I didn't check specs actually):
--- Civ4GraphicOptionInfos/GraphicOptionInfos/GraphicOptionInfo[1] ---