Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Firefox thinks Adobe Flash Plugin has crashed when running in debug mode! How do i get arround this?

  • 4 odpovědi
  • 668 má tento problém
  • 16 zobrazení
  • Poslední odpověď od AnonymousUser

more options

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

Všechny odpovědi (4)

more options

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.

more options

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

more options

Thanks for the workaround...it works!

more options

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