http://bugs.winehq.org/show_bug.cgi?id=60060 --- Comment #15 from Renzo de Paoli <depaoli.renzo@gmail.com> --- (In reply to Nikolay Sivov from comment #13)
PCB Viewer shows the same issue, so it's good for testing. Installing it on Windows produces identical file, with utf-8 bom. Contents get converted to WCHARs using MultiByteToWideChar(), not sure yet if that happens at Wine side. BOM gets converted to 0xfeff as it should. I haven't tried with native msado yet - it fails with builtin right away, after failing to parse the document.
As a temporary workaround you can strip first 3 bytes from that file, and that should make it parse again.
Good morning Nikolay. Thanks for checking. I tested with the .xml file after stripping the leading bytes from it (attached file, changed with Okteta), and after the modification, Solidworks PCB works as normal. I renamed the .xml to something else and afterwards Solidworks PCB starts in viewer mode. I think this confirms your diagnosis, the XML file/parsing is at fault. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.