We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

"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.