Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

WidevineCdm plugin has crashed

  • 3 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від jonzn4SUSE

more options

Whenever I attempt to access DRM content such as netflix or spotify I am notified that the WidevineCdm plugin has crashed. I'm running firefox version 101.0.1 on Kubuntu 22.04, I am running the debian package release, but I had this issue with the snap version too. I've submitted crash reports, but they're all "EMPTY: no crashing thread" (https://crash-stats.mozilla.org/report/index/20af09a5-6bc4-4719-9242-38f5c0220614 here's one).

Whenever I attempt to access DRM content such as netflix or spotify I am notified that the WidevineCdm plugin has crashed. I'm running firefox version 101.0.1 on Kubuntu 22.04, I am running the debian package release, but I had this issue with the snap version too. I've submitted crash reports, but they're all "EMPTY: no crashing thread" (https://crash-stats.mozilla.org/report/index/20af09a5-6bc4-4719-9242-38f5c0220614 here's one).

Обране рішення

The issue was resolved when I uninstalled the debian version, and then reinstalled the snap version. The snap version of firefox I had installed was the default when I installed Kubuntu. The steps I followed to install the debian version were:

  1. Removed the snap version using snap disable and snap purge (snap disable firefox; snap remove --purge firefox)
  2. added apt-repository ppa:mozillateam/ppa
  3. Edited /etc/apt/preferences.d/99mozillateamppa to disable the snap package and make the apt ppa package have priority
  4. ran (apt install -t 'o=LP-PPA-mozillateam' firefox)

/etc/apt/preferences.d/99mozillateamppa at this point contained Package: firefox* Pin: release o=LP-PPA-mozillateam Pin-Priority: 501 Package: firefox* Pin: release o=Ubuntu Pin-Priority: -1

These steps resulted in the issue as described above. I took a few more troubleshooting steps of deleting browser history and cookies, clearing startup cache, and uninstalling/reinstalling the debian installation of firefox while deleting my profile directory in-between installations. All of these steps still resulted in the same issue. The steps I followed to reinstall the snap version were:

  1. apt remove firefox and autoremove (apt remove firefox; apt autoremove)
  2. Edited /etc/apt/preferences.d/99mozillateamppa to remove the apt ppa package and instead make the snap package have priority
  3. Installed firefox using snap install (snap install firefox)

/etc/apt/preferences.d/99mozillateamppa now contains Package: firefox* Pin: release o=Ubuntu Pin-Priority: 501

I had resolved the issue prior to receiving the notification for this reply, so I apologize for not marking it as resolved and posting this earlier. I'm not sure what circumstances resulted in this snap installation being successful, I'm sorry I can't provide more useful information

Читати цю відповідь у контексті 👍 1

Усі відповіді (3)

more options

Can we get the exact steps to replicate the issue? Try downloading Firefox from Mozilla, run it from the folder and see if you have the same issue. https://www.mozilla.org/en-US/firefox/all/#product-desktop-release

more options

Вибране рішення

The issue was resolved when I uninstalled the debian version, and then reinstalled the snap version. The snap version of firefox I had installed was the default when I installed Kubuntu. The steps I followed to install the debian version were:

  1. Removed the snap version using snap disable and snap purge (snap disable firefox; snap remove --purge firefox)
  2. added apt-repository ppa:mozillateam/ppa
  3. Edited /etc/apt/preferences.d/99mozillateamppa to disable the snap package and make the apt ppa package have priority
  4. ran (apt install -t 'o=LP-PPA-mozillateam' firefox)

/etc/apt/preferences.d/99mozillateamppa at this point contained Package: firefox* Pin: release o=LP-PPA-mozillateam Pin-Priority: 501 Package: firefox* Pin: release o=Ubuntu Pin-Priority: -1

These steps resulted in the issue as described above. I took a few more troubleshooting steps of deleting browser history and cookies, clearing startup cache, and uninstalling/reinstalling the debian installation of firefox while deleting my profile directory in-between installations. All of these steps still resulted in the same issue. The steps I followed to reinstall the snap version were:

  1. apt remove firefox and autoremove (apt remove firefox; apt autoremove)
  2. Edited /etc/apt/preferences.d/99mozillateamppa to remove the apt ppa package and instead make the snap package have priority
  3. Installed firefox using snap install (snap install firefox)

/etc/apt/preferences.d/99mozillateamppa now contains Package: firefox* Pin: release o=Ubuntu Pin-Priority: 501

I had resolved the issue prior to receiving the notification for this reply, so I apologize for not marking it as resolved and posting this earlier. I'm not sure what circumstances resulted in this snap installation being successful, I'm sorry I can't provide more useful information

more options

Cool. Just mark it as resolved, but I would keep a copy from Mozilla to compare for future issues.  ;-)