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 thinks Adobe Flash Plugin has crashed when running in debug mode! How do i get arround this?

  • 4 პასუხი
  • 668 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 13 ნახვა
  • ბოლოს გამოეხმაურა AnonymousUser

When testing my flex application in debug mode, my debug session is closed every time because Firefox thinks the flash plug-in has crashed.

This happened

Every time Firefox opened

== Firefox was updated with plugin-crash redundancy

When testing my flex application in debug mode, my debug session is closed every time because Firefox thinks the flash plug-in has crashed. == This happened == Every time Firefox opened == Firefox was updated with plugin-crash redundancy

ყველა პასუხი (4)

Unfortunately this makes Firefox useless for developing Flash apps. Even worse: if your app has displayed an error message then when Firefox detects that Flash has 'crashed' it blocks the entire interface and you have to kill Firefox using the Task Manager.

Workaround: set dom.ipc.plugins.enabled.npswf32.dll to false to disable crash protection for flash plugin. Source.

Thanks for the workaround...it works!

You can also set the pref dom.ipc.plugins.timeoutSecs to -1 to disable the timeout.