[Conkeror] conkeror not starting

Rohan Nicholls rohan.nicholls at googlemail.com
Fri Sep 26 03:49:04 PDT 2008


The code responsible according to the bug:

application.prototype = {
    Cc: Cc,
    Ci: Ci,
    Cr: Cr,
    profile_dir: Cc["@mozilla.org/file/directory_service;1"]
      .getService(Ci.nsIProperties).get("ProfD", Ci.nsIFile).path,
    /* Note: resource://app currently doesn't result in xpcnativewrappers=yes */
    module_uri_prefix: "chrome://conkeror-modules/content/",
    subscript_loader:
Cc["@mozilla.org/moz/jssubscript-loader;1"].getService(Ci.mozIJSSubScriptLoader),
    preferences:
Cc["@mozilla.org/preferences-service;1"].getService(Ci.nsIPrefService),

The profile_dir: Cc[.... is the offending line

On Fri, Sep 26, 2008 at 12:47 PM, Rohan Nicholls
<rohan.nicholls at googlemail.com> wrote:
> Sorry I forgot to mention:
>
> xulrunner: 1.9 from the mozilla site, Mozilla XULRunner 1.9 - 2008061013
> conkeror: from git, updated this morning.
> OS: Ubuntu Hardy Heron Linux
>
>
> On Fri, Sep 26, 2008 at 12:44 PM, Rohan Nicholls
> <rohan.nicholls at googlemail.com> wrote:
>> Some more messing around and I finally discovered
>> the -jsconsole setting, which finally gave me something
>> meaningful.
>>
>> The first errror which lead to the others is this:
>> Error: uncaught exception: [Exception... "Component returned failure
>> code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"  nsresult:
>> "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>> file:///home/rohan/src/conkeror/components/application.js ::
>> <TOP_LEVEL> :: line 37"  data: no]
>>
>> Any help would be wonderful, as at this point the code in
>> this area of the app is completely beyond me, and my
>> time limits for figuring it out.
>>
>> Thanks,
>>
>> Rohan
>>
>> On Thu, Sep 25, 2008 at 11:43 AM, Rohan Nicholls
>> <rohan.nicholls at googlemail.com> wrote:
>>> Hi everyone,
>>>
>>> I am using the git version of conkeror, and have just updated it.
>>>
>>> On hardy heron (ubuntu) the xulrunner-1.9.0.2 is installed.
>>>
>>> If I use the new method (run-conkeror) script or the old method
>>> of copying over xulrunner-stub the result is the same.
>>>
>>> call conkeror, and it gives no errors but exits immediately.
>>> I removed my .conkeror.mozilla... directory, and it just
>>> gave this output and then exited:
>>>
>>> Registering '@mozilla.org/module-loader/python;1' (libpyloader.so)
>>> Registering '@mozilla.org/network/protocol/about;1?what=python' (pyabout.py)
>>> Registering '@mozilla.org/module-loader/python;1' (libpyloader.so)
>>> Registering '@mozilla.org/network/protocol/about;1?what=python' (pyabout.py)
>>>
>>>
>>> I have moved my conkerorrc directory so it is not being loaded.
>>>
>>> And now I am out of ideas.  Running the conkeror --debug yields no information
>>> except to say everything is running smoothly, and then exitting.
>>>
>>> Am I the only one with this problem?
>>>
>>> Thanks,
>>>
>>> Rohan
>>>
>>> P.S. I am starting to suffer from withdrawal symptoms..... :(
>>>
>>
>


More information about the Conkeror mailing list