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

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

"Plugin-container.exe has stopped working" error during installation of Firefox 36.0 via SCCM if Firefox is open during the installation.

  • 3 件の返信
  • 5 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: askff01

more options

During the installation of Firefox 36.0 via SCCM (System Center Configuration Manager), if the previously installed version of Firefox is Open during the new installation, an error is displayed, "Plugin-container.exe has stopped working. A problem caused the program to stop working correctly. Please close the program". This issue only occurs if Firefox is open during installation, otherwise the installation is successful. Note: I have included a taskkill for "firefox.exe" in my install script to stop Firefox if it is running.

During the installation of Firefox 36.0 via SCCM (System Center Configuration Manager), if the previously installed version of Firefox is Open during the new installation, an error is displayed, "Plugin-container.exe has stopped working. A problem caused the program to stop working correctly. Please close the program". This issue only occurs if Firefox is open during installation, otherwise the installation is successful. Note: I have included a taskkill for "firefox.exe" in my install script to stop Firefox if it is running.

選ばれた解決策

There is new logic in Firefox 36 to monitor for shutdown hangs so that the Mozilla Crash Reporter can capture data. This might have changed the effect of the task kill, I'm not sure. Perhaps you should kill plugin-container.exe first before firefox.exe? I'm not familiar with SCCM and whether it might have some more graceful method of shutting down an application.

この回答をすべて読む 👍 1

すべての返信 (3)

more options

i think f 36 has a lot of problems. try to change version

more options

選ばれた解決策

There is new logic in Firefox 36 to monitor for shutdown hangs so that the Mozilla Crash Reporter can capture data. This might have changed the effect of the task kill, I'm not sure. Perhaps you should kill plugin-container.exe first before firefox.exe? I'm not familiar with SCCM and whether it might have some more graceful method of shutting down an application.

more options

Thank You! This has actually been an issue with previous versions of Firefox as well, so I know that it's not an issue with Firefox 36 specifically. I was just thinking about whether killing the "plugin-container.exe" may solve the problem because when the error pops up and you manually select the option to "Close the Program", the install goes on and is successful. I will try this. Thanks again.