Dempsey wrote:
> Last night FF 40.0.3 suddenly crashes after working fine the whole day.
> Today I uninstalled FF 40.0.3 and installed FF 41.0.1 with a new clean
> profile and it crashes the same way. I have no way to get FF started in
> safe mode either!
You're claiming the -safe-mode command-line switch does not work? What
actually happens for you to "have no way" to start FF in its safe mode
using the command-line switch?
> This are the details I get in the Mozilla Crash Reporter:
> <snip - Adapter and Grahics related errors>
If the command-line switch lets you load FF in its safe mode, go into
option and /disable/ the hardware-assisted acceleration feature (uses
the GPU in your video card).
If you truly cannot load Firefox in its safe mode, edit the prefs.js
file (%appdata%\Mozilla\Firefox\Profiles\<profile>\prefs.js) to set
layers.acceleration.disabled to True. To disable hardware-assisted
acceleration, the line in prefs.js should look like:
user_pref("layers.acceleration.disabled", true);