Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox Developer edition error message "Failed tor read configuration file " on startup

  • 1 件の返信
  • 4 人がこの問題に困っています
  • 23 回表示
  • 最後の返信者: cor-el

more options

Hello,

I am using Firefox developer edition I noticed it has updated itself to latest version  : 117.0b1(64-bit)

I always have Firefox updates so version before that was the 116.b08

After the update on startup I get the error message attached I close it and then Firefox runs normally but this happens on every time I run Firefox.

Hello, I am using Firefox developer edition I noticed it has updated itself to latest version : 117.0b1(64-bit) I always have Firefox updates so version before that was the 116.b08 After the update on startup I get the error message attached I close it and then Firefox runs normally but this happens on every time I run Firefox.
添付されたスクリーンショット

すべての返信 (1)

more options

This can possibly be caused by having a Cu.import rule to import Services.jsm. In 117 and newer Services is a global variable and you can remove all Components.import (Cu.import) rules about loading Services.jsm. Firefox 116 would have shown a warning in the Browser Console that you may have missed.

  • Services.jsm will be removed by Firefox 117 or 118. Use the Services global variable instead
  • 1839355 - Add deprecation warning to Services.jsm

Cu.reportError is being intercepted and should be replaced by console.error.


See also:

この投稿は cor-el により に変更されました