Ah, I see John has replied to you already. For some reason his message didn't make it to my Inbox.

Disregard my message and listen to him. ;)


Nicholas A. Zigarovich wrote:
Hi Alexander,

Are you still hitting this bug? If so I think it might be due to commit dbd66b8614a3f97700d1ca8b4a665a13038008df. To test this theory, go to your conkeror git tree. (I assume you haven't made changes in your tree. If you have, stash your work or make sure it is committed.)

First, checkout the commit just before dbd66b...

$ git checkout dbd66b8614a3f97700d1ca8b4a665a13038008df^1
<build and install conkeror, and see if you hit the bug>
$ make clean

If you still hit the bug, then it was introduced in an earlier commit. Get your tree back to master (see below) and let us know that you still hit the bug at commit dbd66b...^1.

If you do not hit the bug, its a good version, so we should try with commit dbd66b...

$ git checkout dbd66b8614a3f97700d1ca8b4a665a13038008df
<build and install conkeror, and see if you hit the bug>
$ make clean

If you hit the bug using this commit, we've found the problem. Please let us know.

In all cases, you should get your tree back to master when you're done:

$ git checkout master

Cheers,

- Nick

Alexander D. Flurie wrote:
Hi all,

I just updated to the latest version of conkeror for the first time in about two months, and now any time I try any save commands (e.g. save, save-page), I get the following exception: [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: chrome://conkeror/content/utils.js :: make_file :: line 135" data: no]. I haven't been able to find similar problems in the archives. I'm running Mac OS, and I followed the instructions for compiling to app at http://conkeror.org/InstallationOSX using the latest XULrunner. I also removed my conkeror profile information at ~/Library/Application Support/conkeror/, which didn't seem to have any effect. Any idea what might be causing this?

Thanks,

ADF
------------------------------------------------------------------------

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

------------------------------------------------------------------------

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to