Server Version#: Version 1.32.5.7349
Player Version#: NA
Tuner Make/Model: WinTV-quadHD
Guide/Lineup name: Any
Using XMLTV?: Yes
Channel number/Name: Any HD Channels
I am encountering the issue discussed here:
It was reported fixed here:
But it turns out that this was because I installed x64 Plex. Unfortunately because of this, I ran into this issue:
So I reverted back to x86 and while I can update again, the pixelated Live TV has returned.
I would greatly appreciate any assistance in figuring out how to either get the Live TV streaming as expected in x86 or Plex Server to update as expected in x64.
While I have no solution for the native upgrade issue described, Iād suggest moving back to the 64-bit release as it has the potential to be more stable overall. It offers certain other benefits for folks with appropriate hardware (zero-copy support for hardware transcoding and hardware accelerated HDR tone mapping when using Nvidia hardware).
You should be able to work around the upgrade issue by manually downloading the most recent update, stopping Plex (not strictly necessary but recommended), and installing the new release.
Iām curious; in the past, have you moved the location of your Plex data directory via registry changes?
Yep, and agreed. Using Linux servers for some Plex stuff I experience that every time an upgrade is released. Ugh.
I was curious because thereās a part of the Plex data directory move which is sometimes missed. Specifically the part which is mentioned in the first addendum here:
Just wondering if the old update service path was updated. Likely it was since you were able to update successfully before moving to 64-bit, but itās something to check. Maybe.
Oh my goodness I bet you that was it! Thank you very much for that pointer, I will try that tomorrow morning when the lines are clear again and see if I can get back to 64x again w/ the updater working as expected. Currently I have 3 Rokus streaming different College Football games with a new network setup via Plex Live TV. They have been working for hours without a drop and it is GLORIOUS!
So I got everything configured and am now waiting on a new version/update from Plex. Seems like these used to happen every other day but have gotten slower recently.
Bummer, the new update this morning didnāt take.
One thing I am noticing however is that the Setup process says 32-bit and my install is 64-bit now. I did install 32-bit originally and wonder if itās somehow attempting to install 32-bit on a 64-bit install, leading to the error.
Iād like to page @OttoKerner here to see if thereās any further suggestions to be had with this scenario. I am wondering if there is another RegEdit entry to consider which we didnāt really talk about in the first attempt at this. And since they are they author of the great guide above, I am hoping some other suggestion can be had here.
Not a bad idea, maybe theyāll have some further ideas.
For what itās worth, I just performed an upgrade to 1.32.5.7516 myself (via the Plex web client) and can confirm that the 32-bit setup program is expected.
It might be getting to the point where a backup + clean install is worth consideringā¦
deinstall Plex Server using the regular āAppsā control panel of Windows
(do not use 3rd party āUninstallerā software like Revo etc.
do not use āRegistry Cleaner/optimizerā software like CCleaner et al.
Failure to heed this warning may result in losing your Plex data.)
for safety, reboot Windows
download the installation exe of the 64bit version and install it
Are you using a method to start Plex server which is non-default?
Can you explain more about what this would entail?
Thank you for the suggestions. I believe we tried this already with our previous thread. What was overlooked, however, is the RegEdit/custom install and wonder if that is something to consider now.
Good question, yes I am with Task Scheduler on machine startup which calls a CMD that in turn executes C:\Program Files\Plex\Plex Media Server\Plex Media Server.exe.
There is only one account on the machine and that is an administrator., set to run if it is logged on or not.
Another thought here: the setup exe is running when upgrading from the web client. Is there a log file somewhere we can check to see if there is an error/warning being output somewhere?
OK found a clue, the following is emitted to the System Event Log during an upgrade attempt via web client:
The Plex Update Service service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 10000 milliseconds: Restart the service.
"C:\Program Files\Plex\Plex Media Server\Plex Update Service Launcher.exe" "D:\Plex Media Server\Updates\1.32.5.7516-8f4248874\packages\PlexMediaServer-1.32.5.7516-8f4248874-x86_64.exe" D:\ "C:\Program Files\Plex\Plex Media Server\Plex Media Server.exe"
The problem is the D:\ argument. If I change this to:
"C:\Program Files\Plex\Plex Media Server\Plex Update Service Launcher.exe" "D:\Plex Media Server\Updates\1.32.5.7516-8f4248874\packages\PlexMediaServer-1.32.5.7516-8f4248874-x86_64.exe" "C:\Program Files\Plex" "C:\Program Files\Plex\Plex Media Server\Plex Media Server.exe"
It works. So now the question is⦠where is it pulling that D:\ from?
Thank you for your continued assistance @OttoKerner
No, but I did follow your wonderful guide to move the data folder to my D:\ drive.
However, when I copied :\Users\<username>\AppData\Local\Plex Media Server to D:\ it was x86. Now that I have upgraded to x64 could this be a problem and what we are now running into here?