NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 216 217 218 219 220 … 433 Next »
NPVR will not connect to my tuner to scan channels, but shows up in devices. (3.1.1)

NPVR will not connect to my tuner to scan channels, but shows up in devices. (3.1.1)
mrcory
Offline

Junior Member

Posts: 4
Threads: 1
Joined: May 2014
#1
2014-05-10, 02:25 AM (This post was last modified: 2014-05-10, 08:48 PM by mrcory.)
I have not been recording shows for the past two weeks because NPVR does not seem to want to connect to my USB Tuner. I have tries fresh installs of 3.1.1 and 3.2.9, and they both have the same issue. This seems to have just randomly started one day.

I can use the tuner in WMC. Before I did a fresh install, when I tried to play a channel it would say it could not connect to my tuner. The 1st try would say that, but the second try would turn on my tuner's status light. (While still saying it could not connect.)

Here is the NPVR.log (NRecord is the only other log and it has nothing important in it.)
I attempted to scan for channels twice.
http://pastebin.com/15FWpezg

Edit-
Windows 7 64-bit


Things I have tried:
Reboot
Re-install Tuner Driver
Re-Install NPVR
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2014-05-10, 04:09 AM
Quote:324.2014-05-09 22:13:05.843 [DEBUG][1] FindFilterByName failed to locate filter: MPEG-2 Demultiplexer
The Microsoft MPEG-2 Demultiplexer is missing on your machine. On a normal windows install this would be present.

You could try starting a command prompt with 'run as administrator' and running:

regsvr32 C:\Windows\SysWOW64\mpg2splt.ax

On a 32bit version of Windows, that file is probably C:\Windows\System32\mpg2splt.ax. If neither of those files exist, then sounds like your windows install is broken.
mrcory
Offline

Junior Member

Posts: 4
Threads: 1
Joined: May 2014
#3
2014-05-10, 07:36 PM (This post was last modified: 2014-05-10, 07:51 PM by mrcory.)
sub Wrote:regsvr32 C:\Windows\SysWOW64\mpg2splt.ax

After running the command I get a prompt saying "DLLRegisterServer in C:\...\mpg2splt.ax succeeded."

Though I still can not scan. I would not think my Windows install would be broken because I have been running NPVR for nearly a year.

Though, on an unrelated note my system has been acting a little strange. XBMC keeps buffering local media when my HDD indicator is solid (every 30-90 seconds). And context items keep getting stuck on my screen.


Now I don't have the cited error. Now I have:
Code:
[DEBUG][1]    FindFilterByName failed to locate filter: BDA MPEG2 Transport Information Filter

New log
http://pastebin.com/X7Ua184E
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2014-05-10, 07:52 PM
mrcory Wrote:After running the command I get a prompt saying "DLLRegisterServer in C:\...\mpg2splt.ax succeeded."

Though I still can not scan.
You'd need to post a new set of logs so we can see what's going wrong now.

Quote:I would not think my Windows install would be broken because I have been running NPVR for nearly a year.
Clearly it was missing the MPEG-2 Demultiplexer, which should have been present, so there is definitely some stuff broken about your Windows install. This is a Windows issue, not a NextPVR bug, so going back to old versions of NextPVR like 3.1.1 wont help you. It could have been broken recently by running a bad uninstaller or something similar, which removed or deregistered Windows components.
mrcory
Offline

Junior Member

Posts: 4
Threads: 1
Joined: May 2014
#5
2014-05-10, 08:20 PM (This post was last modified: 2014-05-10, 08:47 PM by mrcory.)
sub Wrote:You'd need to post a new set of logs so we can see what's going wrong now.

Clearly it was missing the MPEG-2 Demultiplexer, which should have been present, so there is definitely some stuff broken about your Windows install. This is a Windows issue, not a NextPVR bug, so going back to old versions of NextPVR like 3.1.1 wont help you. It could have been broken recently by running a bad uninstaller or something similar, which removed or deregistered Windows components.

I added a new log at the bottom of that post.

I am gonna update back to 3.2.9.

I really do thank you for any help that you can offer though. I am hoping I can find a way to fix this so it can be used for future reference.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2014-05-10, 08:50 PM
Quote:574.2014-05-10 15:25:18.161 [DEBUG][1] FindFilterByName failed to locate filter: BDA MPEG2 Transport Information Filter
Yep, as I suspected, there are other required windows components missing too.

You could try running the commands below. If it doesn't work, you'll probably need to reinstall Windows.
Code:
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\bdaplgin.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\kstvtune.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\ksxbar.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\Mpeg2Data.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\mpg2splt.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\MSDvbNP.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\MSNP.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\MSVidCtl.dll
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\psisdecd.dll
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\psisrndr.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\VBICodec.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\vbisurf.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\WSTPager.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\bdaplgin.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\kstvtune.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\ksxbar.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\Mpeg2Data.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\mpg2splt.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\MSDvbNP.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\MSNP.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\MSVidCtl.dll
%systemroot%\System32\regsvr32 /s %systemroot%\System32\psisdecd.dll
%systemroot%\System32\regsvr32 /s %systemroot%\System32\psisrndr.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\VBICodec.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\vbisurf.ax
%systemroot%\System32\regsvr32 /s %systemroot%\System32\WSTPager.ax
mrcory
Offline

Junior Member

Posts: 4
Threads: 1
Joined: May 2014
#7
2014-05-10, 09:07 PM
Yeah, out of the first 5 I tried 2 fail.

At least I have been wanting to redo my Windows install, just not without getting a new drive to put it on.

Thanks for your help though.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  decoder issue? some channels don't play Donsch 10 5,479 2023-12-04, 10:19 PM
Last Post: turkeypets
  Unable to access tuner after hibernation bm_00 1 1,299 2022-12-12, 02:00 PM
Last Post: mvallevand
  Tuner not being released when live TV stopped on Kodi dark_half 7 3,003 2022-06-12, 11:59 PM
Last Post: sub
  npvr is not responding johndutcher 3 1,577 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,063 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,648 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,829 2022-01-03, 04:45 AM
Last Post: mvallevand
  ITV/BBC HD and EPG missing from scan and update angelisle 16 4,404 2021-08-26, 11:45 AM
Last Post: NumberFive
  double channels MaxOne72 2 1,378 2021-08-15, 05:22 AM
Last Post: MaxOne72
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,291 2021-05-05, 06:23 AM
Last Post: tvwatcher

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

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

Linear Mode
Threaded Mode