http://bugs.winehq.org/show_bug.cgi?id=29983
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2012-03-11 00:46:59 CST --- Well, this clearly a progress, cause it fails much further and 'FILES/FILE[SIMULATOR2]' query works now.
New loading failures happened because there's no data to load - loadXML() is called with null BSTR pointer, not sure why.
Also there's a new vbscript failure in log:
--- 0009:fixme:vbscript:DllGetClassObject {3f4daca4-160d-11d2-a8e9-00104b365c9f} {00000001-0000-0000-c000-000000000046} 0x33cd24 0009:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 0009:err:ole:create_server class {3f4daca4-160d-11d2-a8e9-00104b365c9f} not registered 0009:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported 0009:err:ole:CoGetClassObject no class object {3f4daca4-160d-11d2-a8e9-00104b365c9f} could be created for context 0x17 ---
so it wants RegExp from vbscript. Could you try with native vbscript (keeping builtin msxml*+patch)?