Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

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

  • 3 Mbohovái
  • 5 oguereko ko apañuãi
  • 1 Hecha
  • Mbohovái ipaháva 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.

Ñemoĩporã poravopyre

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.

Emoñe’ẽ ko mbohavái ejeregua reheve 👍 1

Opaite Mbohovái (3)

more options

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

more options

Ñemoĩporã poravopyre

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.