plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 170 forks source link

Cut a release to resolve OpenGL issue #1029

Closed JamieMagee closed 3 years ago

JamieMagee commented 3 years ago

Test environment

PMS Version: 1.23.1.4602 PMP Version: 2.58.0.1076 Platform (Windows/macOS/Embedded RPi/Embedded Intel): Linux (NixOS)

Steps to reproduce

  1. Install plex-media-player
  2. Attempt to open PMP

Current behavior

  1. PMP crashes with "Could not initialize OpenGL"

Expected behavior

  1. PMP opens

I initially created this bug over at NixOS here: NixOS/nixpkgs#123173 (There is more detailed debug information there). @ecoughlan helped to identify the issue, and that it had been resolved in a recent commit here: https://github.com/plexinc/plex-media-player/commit/5430cd807250a8f7329baad76b15a363f35b53fa.

Is it possible to cut a release that contains this fix, so we can package the updated version for NixOS? Thanks!

mseeley commented 3 years ago

Was going to ask to pin the package to a commit but there's minimal activity between the last release and HEAD. We'll look into tagging a 2.58.1 early next week.

mseeley commented 3 years ago

@JamieMagee, https://github.com/plexinc/plex-media-player/releases/tag/v2.58.1-ae73e074

JamieMagee commented 3 years ago

Thank you!