c4tom / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Can't open saved files. Firefox crashes (Mac) #283

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opening an .ep file in Mac OS
2.
3.

What is the expected output? What do you see instead?
Firefox Crashes. I can't open any .ep I've saved 

What version of the product are you using? On what operating system?
Firefox 3.6.13 on a Mac, Pencil Pencil-1.2-0-fx.xpi

Original issue reported on code.google.com by fotogra...@gmail.com on 22 Feb 2011 at 9:33

GoogleCodeExporter commented 9 years ago
I have the same issue but firefox does not crash. I get an unresponsive script 
dialog which shows too high for me to reposition. Clicking continue button has 
no effect. Tabbing once and hitting enter closes warning dialog and opens 
Progress dialog which just hangs on Loading document... without any progress.

Original comment by edw...@daciuk.com on 25 Mar 2011 at 10:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have exactly the same issue as EDW, does anyone have a fix for this, I 
desperately need to edit a Wireframe, and am not having any joy.

Original comment by jollyw...@googlemail.com on 31 Mar 2011 at 3:02

GoogleCodeExporter commented 9 years ago
I have the same problem... Probably this happens only to big documents, fine 
with small files. Can provide an example file, if needed.

Original comment by o...@logicaldesigndbs.com on 4 May 2011 at 5:16

GoogleCodeExporter commented 9 years ago
I have the same issue on Mac OS. Firefox doesn't crash, but I can no longer 
open saved files. The unresponsive script dialog is also too high to 
reposition, and clicking Stop script or Continue does nothing. 

Using Firefox 3.6.8 and Pencil 1.2 build 0

Original comment by team....@gmail.com on 12 May 2011 at 5:52

Attachments:

GoogleCodeExporter commented 9 years ago
The error message on the screen actually reads (I'm on Mac OSX as well):

"Warning: unresponsive script

A script on this page may be busy, or it may have stopped responding. You can 
stop the script now, open the script in the debugger, or let the script 
continue.

Script: chrome://pencil/content/Document/PersistentHooks.js:74"

As others stated above, it is not possible to click on the "Debug script" or 
"Continue" buttons. I've broke my big mockup file into several small ones (with 
just couple of screens each: one background, one actual screen, maximum size 
1.8 MB), but still I'm not able to open the file.

Original comment by olga.ryz...@gmail.com on 16 May 2011 at 5:00

GoogleCodeExporter commented 9 years ago
I have also had this issue for a long time.  It seems to be only on Mac OS X, 
as I have had some success opening files on Windows that don't open in Mac OS.  
It happens both on the add-on and the standalone xulrunner version (although, 
that's an unofficial user created version).  I used Spaces to drag the dialog 
off the top of the window and get a screenshot for it.

The line in the code it refers to, PersistentHooks.js:74 does not seem like it 
can be the problem... #74 is: "return null":

relativeToURI: function (relativeFileURI, logError) {
        var file = XMLDocumentPersister.currentFile.parent;

        var hrefFile = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
        hrefFile.setRelativeDescriptor(file, relativeFileURI);

        if (!hrefFile.exists()) {
            if (logError) {
                this.missedFilePaths.push(relativeFileURI);
            } else {
                return null;
            }
        }

Original comment by ignas...@gmail.com on 11 Jun 2011 at 7:06

Attachments: