搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.  ;-)