NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 79 80 81 82 83 … 101 Next »
No subtitles in NextPVR 5 unless NextPVR 4 is also installed

 
  • 0 Vote(s) - 0 Average
No subtitles in NextPVR 5 unless NextPVR 4 is also installed
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#11
2020-07-06, 10:31 AM
(2020-07-06, 10:20 AM)madbrain Wrote: Makes sense. And it probably only works this way with the combination because the two installers for v4 and v5 are defaulting to the same installation directory ...

Probably not the same installation directory ... There might be an environment variable ... Do you see anything relevant if you enter the command ... set ... in a Command Prompt?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,990
Threads: 956
Joined: May 2006
#12
2020-07-06, 11:38 AM
If as admin you go to the client folder

regsvr32 NPVRCCExtractor.ax
regsvr32 NPVRCCDump.ax

When v4 is uninstalled does that help?

Martin
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#13
2020-07-06, 11:41 AM
(2020-07-06, 11:38 AM)mvallevand Wrote: If as admin you go to the client folder

regsvr32 NPVRCCExtractor.ax
regsvr32 NPVRCCDump.ax

When v4 is uninstalled does that help?

Does it help to copy the two .AX files from V4 to V5 before uninstalling V4?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,990
Threads: 956
Joined: May 2006
#14
2020-07-06, 12:22 PM
I was thinking maybe the previously registered v4 files were being unregistered as part of the uninstall so I'd try just this first.

Martin
madbrain
Offline

Member

Posts: 66
Threads: 16
Joined: Jan 2020
#15
2020-07-06, 09:12 PM
(2020-07-06, 12:22 PM)mvallevand Wrote: I was thinking maybe the previously registered v4 files were being unregistered as part of the uninstall so I'd try just this first.

Martin

I'm not sure. I have a day job and can't try it now. Will try later or tomorrow.
I would be happy with just a way to clean up everything - full uninstall of v4 and v5, then reinstall v5, and have CC work.
HTPC :
Asus Prime Z790-P Wifi D4 motherboard
Intel i5-13400 CPU
32GB DDR4-3200
Corsair P5 Plus 2TB SSD
Zotac 1660 Super GPU
Hauppauge QuadHD PCIe tuner
Aquantia AQN-107 10gig ethernet NIC
HD Homerun Flex 4K

A/V :
Marantz SR7011 receiver + 15 speakers
Optoma UHD65 4K projector
madbrain
Offline

Member

Posts: 66
Threads: 16
Joined: Jan 2020
#16
2020-07-07, 02:01 AM
(2020-07-06, 11:38 AM)mvallevand Wrote: If as admin you go to the client folder

regsvr32 NPVRCCExtractor.ax
regsvr32 NPVRCCDump.ax

When v4 is uninstalled does that help?

Martin

Yes. It resolved the subtitle issue.
Thank you.
HTPC :
Asus Prime Z790-P Wifi D4 motherboard
Intel i5-13400 CPU
32GB DDR4-3200
Corsair P5 Plus 2TB SSD
Zotac 1660 Super GPU
Hauppauge QuadHD PCIe tuner
Aquantia AQN-107 10gig ethernet NIC
HD Homerun Flex 4K

A/V :
Marantz SR7011 receiver + 15 speakers
Optoma UHD65 4K projector
madbrain
Offline

Member

Posts: 66
Threads: 16
Joined: Jan 2020
#17
2020-07-07, 02:02 AM
(2020-07-06, 12:22 PM)mvallevand Wrote: I was thinking maybe the previously registered v4 files were being unregistered as part of the uninstall so I'd try just this first.

Martin

Even if I uninstall both v4 and v5, and reinstall just v5, the new v5 files don't automatically get registered apparently. Must be a bug in the installer.
HTPC :
Asus Prime Z790-P Wifi D4 motherboard
Intel i5-13400 CPU
32GB DDR4-3200
Corsair P5 Plus 2TB SSD
Zotac 1660 Super GPU
Hauppauge QuadHD PCIe tuner
Aquantia AQN-107 10gig ethernet NIC
HD Homerun Flex 4K

A/V :
Marantz SR7011 receiver + 15 speakers
Optoma UHD65 4K projector
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,736
Threads: 767
Joined: Nov 2003
#18
2020-07-07, 02:53 AM
(2020-07-07, 02:02 AM)madbrain Wrote:
(2020-07-06, 12:22 PM)mvallevand Wrote: I was thinking maybe the previously registered v4 files were being unregistered as part of the uninstall so I'd try just this first.

Martin

Even if I uninstall both v4 and v5, and reinstall just v5, the new v5 files don't automatically get registered apparently. Must be a bug in the installer.
Actually v5 doesn't register these directshow filters. It uses a different method for loading them (before falling back to looking for the registered filters if it cant find them the other way). It's working for the main ones, but sounds like it isn't for NPVRCCExtractor.ax and NPVRCCDump.ax. I'll check the code.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,736
Threads: 767
Joined: Nov 2003
#19
2020-07-07, 03:00 AM
(2020-07-07, 02:01 AM)madbrain Wrote:
(2020-07-06, 11:38 AM)mvallevand Wrote: If as admin you go to the client folder

regsvr32 NPVRCCExtractor.ax
regsvr32 NPVRCCDump.ax

When v4 is uninstalled does that help?

Martin

Yes. It resolved the subtitle issue.
Thank you.
Was it just those two you needed to register? If so, for the next build I've fixed the reason they were not loading.
madbrain
Offline

Member

Posts: 66
Threads: 16
Joined: Jan 2020
#20
2020-07-07, 03:22 AM
(2020-07-07, 03:00 AM)sub Wrote:
(2020-07-07, 02:01 AM)madbrain Wrote:
(2020-07-06, 11:38 AM)mvallevand Wrote: If as admin you go to the client folder

regsvr32 NPVRCCExtractor.ax
regsvr32 NPVRCCDump.ax

When v4 is uninstalled does that help?

Martin

Yes. It resolved the subtitle issue.
Thank you.
Was it just those two you needed to register? If so, for the next build I've fixed the reason they were not loading.
For this subtitle issue, yes, just these 2.
HTPC :
Asus Prime Z790-P Wifi D4 motherboard
Intel i5-13400 CPU
32GB DDR4-3200
Corsair P5 Plus 2TB SSD
Zotac 1660 Super GPU
Hauppauge QuadHD PCIe tuner
Aquantia AQN-107 10gig ethernet NIC
HD Homerun Flex 4K

A/V :
Marantz SR7011 receiver + 15 speakers
Optoma UHD65 4K projector
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Audio out of synch with nextPVR.exe Higgo 20 859 2025-06-12, 01:01 PM
Last Post: mvallevand
  EPG not found for some channels - DVB/ATSC (NextPVR version 7) Nimoder 25 1,746 2025-06-11, 12:47 AM
Last Post: sub
  NextPVR and IPTVBoss Druhl 5 270 2025-06-05, 04:36 PM
Last Post: mvallevand
  nextpvr.exe playback issues? hae 7 792 2025-05-31, 09:02 PM
Last Post: sub
  Pending recordings not showing in web interface and NextPVR gadget not working... henryixV 4 324 2025-05-27, 08:29 PM
Last Post: henryixV
  Installed V7 - unable to record. Dave48167 6 430 2025-05-11, 08:02 PM
Last Post: Dave48167
  NextPVR missing EPG benniehill 4 395 2025-04-28, 09:51 AM
Last Post: mvallevand
  NextPVR - Access from Remote Location - Port Forwarding? TomasCremin 2 421 2025-04-13, 08:39 PM
Last Post: boringgit
  Streamlink + NextPVR + Pluto TV Stream Freezes During Ads wrenloren 2 381 2025-04-01, 01:57 AM
Last Post: DessieJerde
  NextPVR client no longer works Rich A 13 832 2025-03-30, 10:04 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode