From psychol....com on November 22, 2011 10:38:08
What steps will reproduce the problem? 1. Try to load any of the stencils from the homepage What is the expected output? What do you see instead? Expected that the stencils are loaded and added to the program. result is: In the bottom bar an error is displayed: 0x80004005 NS_ERROR_FAILURE What version of the product are you using? On what operating system? Version 1.3.2, Win 7 x64, Standalone XULRunner Please provide any additional information below. After failing to load any stencils I tried to copy them to the directory myself. However this did not work either. After some testing in the collectionManager.js I found out that the line
if (Util.isXulrunner()) {
stencilDir = properties.get("resource:app", Components.interfaces.nsIFile);
inside the getUserStencilDirectory function throws an error (0x80004005 NS_ERROR_FAILURE). Querying the properties object with has("resource:app") returns false. I tried googling the issue but found nothing that could help.
Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=373
该提问来源于开源项目:prikhi/pencil