atomxxx Posted February 25, 2021 Posted February 25, 2021 Anyone know how to fix this. A known problem sometimes. Only been able to find a fix for Windows. 1
NicoD Posted February 25, 2021 Posted February 25, 2021 Could you be a bit more precise? What the problem is for example.
atomxxx Posted February 27, 2021 Author Posted February 27, 2021 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.
Yajaiku Posted March 3, 2021 Posted March 3, 2021 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 1
Igor Posted March 3, 2021 Posted March 3, 2021 Chance for a simple contribution: https://github.com/armbian/build/blob/master/packages/blobs/desktop/firefox.conf#L15
atomxxx Posted March 3, 2021 Author Posted March 3, 2021 Yajaiku, Thank You for that. With the info you provided I was able to correct that naggy error. I do appreciate it.
Recommended Posts