What steps will reproduce the problem? 1. Download the latest stand-alone setup for windows in pecil.evolus.vn 2. Install 3. Run the program and meet the problem,
What is the expected output? What do you see instead? XML Parsing Error: undefined entity Location: chrome://pencil/content/mainWindow.xul Line Number 300, Column 21: <menuitem class="menuitem-iconic print-document-menu" label="&menu.print.document.label;" command="printCommand" key="printKey"/> --------------------^
What version of the product are you using? On what operating system?
Pencil-2.0.2.win32.installer, Windows 7 Ultimate 64bit.
Please provide any additional information below.
Comment #1
Posted on Jul 5, 2013 by Grumpy CatSame problem... can't find help anywhere on the internet
Comment #2
Posted on Dec 5, 2014 by Massive MonkeyComment deleted
Comment #3
Posted on Dec 5, 2014 by Massive MonkeyGot the same error and found the solution in a comment in another issue.
Changed in Evolus\Pencil\app\defaults\preferences\pencil.js the line :
pref("intl.locale.matchOS", true);
to
pref("intl.locale.matchOS", false);
that resolves the error in the error console for me. Though I still yet to make the UI button click-able. Good luck everyone! ;)
Status: New
Labels:
Type-Defect
Priority-Medium