http://bugs.winehq.org/show_bug.cgi?id=34794
Bug #: 34794 Summary: SolidWorks 2010: Error message at assigning material in manager Product: Wine Version: 1.7.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml4 AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com Classification: Unclassified
Created attachment 46400 --> http://bugs.winehq.org/attachment.cgi?id=46400 Error message
Steps to reproduce: 1) remove ~/.wine 2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30 3) install SolidWorks 2010 4) start SolidWorks 2010 5) create new part 6) RMB on material 7) choose "edit material" 8) choose any material and click "apply"
Behaviour: Error message (see attachment). Material changes properly though.
Expected behaviour: No error message.
Error message translation: Failed to save following database, returning to previous database now. There may be no last modifications.
Terminal output: fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e504) fixme:msxml:schema_cache_QueryInterface interface {00000126-0000-0000-c000-000000000046} not implemented I/O warning : failed to load external entity "colorswatch.xsd" err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute 'type': The QName value '{http://www.solidworks.com/sldcolorswatch%7Dopticalcolor' does not resolve to a(n) type definition. fixme:msxml:cache_entry_from_xsd_doc failed to parse doc fixme:msxml:domdoc_putref_schemas (0x7fb8110)->({VT_DISPATCH: 0x7fb8210}): semi-stub fixme:msxml:domdoc_get_parseError (0x7fb812c)->(0x33e4c4): creating a dummy parseError fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e55c) fixme:msxml:schema_cache_QueryInterface interface {00000126-0000-0000-c000-000000000046} not implemented I/O warning : failed to load external entity "colorswatch.xsd" err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute 'type': The QName value '{http://www.solidworks.com/sldcolorswatch%7Dopticalcolor' does not resolve to a(n) type definition. fixme:msxml:cache_entry_from_xsd_doc failed to parse doc fixme:msxml:domdoc_putref_schemas (0x7fc91b0)->({VT_DISPATCH: 0x7fc92b0}): semi-stub fixme:msxml:domdoc_get_parseError (0x7fc91cc)->(0x33e51c): creating a dummy parseError
http://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2013-10-24 11:09:52 CDT --- Created attachment 46401 --> http://bugs.winehq.org/attachment.cgi?id=46401 WINEDEBUG=+msxml,+tid on wine-1.7.4-300-ga562af5
"sh winetricks msxml6" helps.
http://bugs.winehq.org/show_bug.cgi?id=34794
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=34794
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2013-11-04 17:03:46 CST --- (In reply to comment #0)
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e504)
This one is fixed with e0344e1a28db14ff7f194055f88558e1d846cde7.
http://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #3 from NSLW lukasz.wojnilowicz@gmail.com 2013-11-05 09:49:08 CST --- Created attachment 46469 --> http://bugs.winehq.org/attachment.cgi?id=46469 Error message on wine-1.7.5-183-g3cb2ddf
(In reply to comment #2)
(In reply to comment #0)
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e504)
This one is fixed with e0344e1a28db14ff7f194055f88558e1d846cde7.
Bug isn't fixed though. New error message appeared (see attachment).
Message translation: <path variable> contains invalid path.
Additional info: The names of material databases changed(see bug #34795 ) to: 1) "C:\Program Files\SolidWorks\lang\polish\sldmaterials\SolidWorks DIN Materials" (DB I choose the material from) 2) "C:\Program Files\SolidWorks\lang\polish\sldmaterials\solidworks materials" 3) "C:\users\Public\Application Data\SolidWorks\SolidWorks 2010\Dostosowane materiały\Dostosowane materiały" (Path that occurs in error message)
I noticed that last part of above paths are missing headers from bug #34795. Will it now be hard to fix the another bug?
Terminal output: err:msxml:domselection_create error code 1219 err:msxml:domselection_create error code 1207 fixme:msxml:schema_cache_QueryInterface interface {00000126-0000-0000-c000-000000000046} not implemented I/O warning : failed to load external entity "colorswatch.xsd" err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute 'type': The QName value '{http://www.solidworks.com/sldcolorswatch%7Dopticalcolor' does not resolve to a(n) type definition. fixme:msxml:cache_entry_from_xsd_doc failed to parse doc fixme:msxml:domdoc_putref_schemas (0x7db3ea8)->({VT_DISPATCH: 0x7db4000}): semi-stub fixme:msxml:domdoc_get_parseError (0x7db3ec4)->(0x33e6b4): creating a dummy parseError
http://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com 2013-11-05 09:50:37 CST --- Created attachment 46470 --> http://bugs.winehq.org/attachment.cgi?id=46470 WINEDEBUG=+msxml,+tid on wine-1.7.5-183-g3cb2ddf
http://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #5 from NSLW lukasz.wojnilowicz@gmail.com 2013-12-07 04:45:36 CST --- Still issue in Wine 1.7.8
https://bugs.winehq.org/show_bug.cgi?id=34794
--- Comment #6 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=34794
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|spetreolle@yahoo.fr |
https://bugs.winehq.org/show_bug.cgi?id=34794
Maksym Soifer masaykh@yandex.ua changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |masaykh@yandex.ua
--- Comment #7 from Maksym Soifer masaykh@yandex.ua --- Similar behaviour from Civilization 4 Beoynd the Sword
with messages like :
fixme:msxml:domdoc_putref_schemas (0x1d8768)->(0x33f7f0 {VT_DISPATCH: 0x1d7074}): semi-stub fixme:msxml:domdoc_get_readyState stub! (0x1d8768)->(0x33f8ac)