搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Failed to read the configuration file after firefox 58 update

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

So, one of our terminal servers randomly updated to firefix 58 even though i have the config file to updates disabled. that's another problem for another day but right now i can't get firefox 57 or 58 to load. on FF57 i had to add the following lines to get to websites without the browser crashing:

lockPref("browser.tabs.remote.autostart",false); lockPref("browser.tabs.remote.autostart.2", false);

after i added these it used to work, now that FF58 has taken over my FF no longer reads the config. i deleted everything in the config down to just:

//first line is worthless

lockPref("app.update.enabled", false);

it still isn't working. it just tells me it failed to read the config. obviously i can delete the autoconfig.js which is:

//apparently it doesn't read the first line pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0);


however the browser crashes constantly preventing anyone from going to websites. i tried to just uninstall FF58 delete the program files, install 57 but this doesn't appear to work. the first time i did it the stupid thing auto updated to 58 so i uninstalled again tried to install 57 again and it just crashes constantly.

i'm about to completely remove Firefox from our environment the instability of this application is getting crazy.

So, one of our terminal servers randomly updated to firefix 58 even though i have the config file to updates disabled. that's another problem for another day but right now i can't get firefox 57 or 58 to load. on FF57 i had to add the following lines to get to websites without the browser crashing: lockPref("browser.tabs.remote.autostart",false); lockPref("browser.tabs.remote.autostart.2", false); after i added these it used to work, now that FF58 has taken over my FF no longer reads the config. i deleted everything in the config down to just: //first line is worthless lockPref("app.update.enabled", false); it still isn't working. it just tells me it failed to read the config. obviously i can delete the autoconfig.js which is: //apparently it doesn't read the first line pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0); however the browser crashes constantly preventing anyone from going to websites. i tried to just uninstall FF58 delete the program files, install 57 but this doesn't appear to work. the first time i did it the stupid thing auto updated to 58 so i uninstalled again tried to install 57 again and it just crashes constantly. i'm about to completely remove Firefox from our environment the instability of this application is getting crazy.

所有回复 (2)

more options

There's actually a new line character in the autoconfig so it's not all one line

//apparently it doesn't read the first line pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0);

i have no idea why this isn't working.

more options

Note that Firefox 58 doesn't use browser.tabs.remote.autostart.2 Only browser.tabs.remote.autostart is now used since this feature is now enabled by default.

Are you sure that the file name is mozilla.cfg and that there isn't a hidden .txt appended?

Also make sure the file is a plain text file with no formatting code.


See also: