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!

搜索 | 用户支持

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

Learn More

Firefox crashes on start....cant get it to start in safe mode

  • 3 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 olegreg

more options

i've done complete removal and re-install, nothing works...same message every time i do a re-install.

Crash ID: bp-f7fdcaa8-7463-41af-bb67-536ca2150417 Crash ID: bp-ef4d15df-28cf-4a18-bc23-d74882150417 Crash ID: bp-9653514f-9a1b-4014-8e91-1adb92150417

these all occurred today.

i've done complete removal and re-install, nothing works...same message every time i do a re-install. Crash ID: bp-f7fdcaa8-7463-41af-bb67-536ca2150417 Crash ID: bp-ef4d15df-28cf-4a18-bc23-d74882150417 Crash ID: bp-9653514f-9a1b-4014-8e91-1adb92150417 these all occurred today.

被采纳的解决方案

Will Firefox run in Safe Mode for a minute or two? If so, please try making this setting change:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste d11 and pause while the list is filtered

(3) Double-click the layers.d3d11.disable-warp preference to switch it from false to true

If you can make that change, does it make any difference? (Suggestion based on the bug linked in your crash reports.)

定位到答案原位置 👍 1

所有回复 (3)

more options

选择的解决方案

Will Firefox run in Safe Mode for a minute or two? If so, please try making this setting change:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste d11 and pause while the list is filtered

(3) Double-click the layers.d3d11.disable-warp preference to switch it from false to true

If you can make that change, does it make any difference? (Suggestion based on the bug linked in your crash reports.)

more options

Sorry, I forgot to mention holding down the Shift key when launching Firefox to try to start up in Safe Mode.

If that isn't possible you can try pushing this change into Firefox by adding a line to the prefs.js file.

To access that file, you'll first need to open your profile folder.

In the address bar of a Windows Explorer window, or in the search box on the Start menu, or in the Run dialog, type or paste the following and press Enter:

%APPDATA%\Mozilla\Firefox\Profiles

Usually there's just one folder here, so double-click into that. If there are multiple folders, double-click into the most recently used one.

Next, look for a file named prefs.js (if you see a file named prefs with a type of JScript, that's the one -- you can stop Windows from hiding the .js extension by following the steps in this article: http://windows.microsoft.com/en-us/wi.../show-hide-file-name-extensions).

You can edit prefs.js by right-clicking the file and choosing Edit, or Open in Notepad or a text editor of your choice. (It would be best to avoid using a word processor that might modify the plain-text nature of the file.) Paste the following line on its own line at the end and save your change:

user_pref("layers.d3d11.disable-warp", true);

That should be in effect the next time you start Firefox.

Any difference?

more options

That solved the problem....thanks a bunch