Jump to content

Recommended Posts

Posted

Netscape.cfg/AutoConfig failed. Please contact your system administrator.
 Error: pref failed: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.setStringPref]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: prefcalls.js :: pref :: line 33"  data: no

 

Mostly just annoying, respond to this message Firefox then loads and behaves normally. 

Thought others had run into this and knew what to do.

 

Posted

I fixed this on my system by changing a line in my /etc/armbian/firefox.conf

from this:

pref("browser.cache.memory.capacity", "-1");

to this:

pref("browser.cache.memory.capacity", -1);

 

What I did was used strace on firefox to a file, grepped the file for .cfg, found a link to firefox.conf, commented out lines by binary halving until I found the right line,

and then futzed the line until firefox would start without the error.

 

Hope this helps, good luck!

 

-Y

Posted

Yajaiku, Thank You for that.  With the info you provided I was able to correct that naggy error. I do appreciate it. 

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines