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 … 242 243 244 245 246 … 433 Next »
temp1 was unexpected at this time.

temp1 was unexpected at this time.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#11
2013-09-25, 05:02 PM
As administrator try removing the SoftPVR directory entirely and starting again.

Martin
kamran77
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2013
#12
2013-09-26, 05:30 AM
mvallevand Wrote:As administrator try removing the SoftPVR directory entirely and starting again.

Martin

No luck. The batch file creates the folders properly but problem comes when the files extraction takes place, so I doubt it's a permission issue.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#13
2013-09-26, 06:42 AM
Place the WinTV executable in "c:\temp" along with SoftPVR.bat and replace it with this text:

Code:
@ECHO OFF
@rem Modified by: PBS
@echo.
@ECHO ********************************************************
@ECHO SoftPVR installer for Analog devices. (32 OR 64 bit OS)
@ECHO ********************************************************
@echo.

@rem         Check for admin rights and echo msg and exit if none.....
net session >nul 2>&1
    if %errorLevel% == 0 (
        @echo Success: Administrative permissions confirmed.
    ) else (
        @echo Failure: Current permissions inadequate. This script needs to be run with Admin priviledges..
pause
exit
    )
cd /d "%~dp0"
@echo.


@rem     This line detects 32bit or 64bit..
@IF DEFINED ProgramFiles(x86) (
set sysdir=Syswow64
set softnode=SOFTWARE\Wow6432Node
) else (
set sysdir=System32
set softnode=SOFTWARE
)
@echo This machine's system dir is         "%systemroot%\%sysdir%"
@echo And it's software registry section is     HKLM\%softnode%\NPVR
@echo.

@rem    This line detects actual NPVR dir from registry and puts it in variable %npvrdir%, no matter where it's installed..
@for /f "skip=2 tokens=1,2,* delims=     " %%A in ('reg query "HKLM\%softnode%\NPVR" /v InstallDirectory') do set npvrdir=%%C
@echo NPVR directory is             "%npvrdir%"
@ECHO.

@ECHO Creating NextPVR/SoftPVR folder
@MD "%npvrdir%\SoftPVR\"

@ECHO Creating Temp folders
@MD "SoftPVR_temp1"
@MD "SoftPVR_temp2"
@ECHO.

@ECHO Extracting WinTV installer

@rem         This line lists dir for files starting with wintv7_cd_ by date and executes only newest one [regardless of filename ending] with params....
for /f %%f in ('dir /b /o:-d "wintv7_cd_*.exe"') do (
"%%~f" /x SoftPVR_temp1
goto :next
)

@rem             Missing wintv7_*.exe file error message...
@if errorlevel 1 (@echo.
@echo NO WINTV7_cd_*.exe file found!!!
@echo Download file first and place in C:\Temp
@echo [create dir if needed]
@echo.
pause
exit)
:next

@rem         Executing extracted wintv7setup.exe
"SoftPVR_temp1\WinTV7Setup.exe" /x SoftPVR_temp2

@ECHO.
@ECHO Copying required files
COPY "SoftPVR_temp2\hcw_mcl2ae.ax" "%npvrdir%\SoftPVR\"
COPY "SoftPVR_temp2\hcw_mcm2ve.ax" "%npvrdir%\SoftPVR\"
COPY "SoftPVR_temp2\hcw_mcmpeg2mux.ax" "%npvrdir%\SoftPVR\"
COPY "SoftPVR_temp2\hcw_mcmpgaout.dll" "%npvrdir%\SoftPVR\"
COPY "SoftPVR_temp2\hcw_mcmpgvout.004" "%npvrdir%\SoftPVR\"
COPY "SoftPVR_temp2\hcw_mcmpgvout.dll" "%npvrdir%\SoftPVR\"
@ECHO.

@rem These lines register filters, showing and pausing only if error occurs..
@ECHO Registering files

%SystemRoot%\%sysdir%\Regsvr32.exe /s "%npvrdir%\SoftPVR\hcw_mcl2ae.ax"
@if errorlevel 1 (@echo **** "%npvrdir%\SoftPVR\hcw_mcl2ae.ax" was NOT REGISTERED correctly!!!!! ********************&& pause)

%SystemRoot%\%sysdir%\Regsvr32.exe /s "%npvrdir%\SoftPVR\hcw_mcm2ve.ax"
@if errorlevel 1 (@echo **** "%npvrdir%\SoftPVR\hcw_mcm2ve.ax" was NOT REGISTERED correctly!!!!! ********************&& pause)

%SystemRoot%\%sysdir%\Regsvr32.exe /s "%npvrdir%\SoftPVR\hcw_mcmpeg2mux.ax"
@if errorlevel 1 (@echo **** "%npvrdir%\SoftPVR\hcw_mcmpeg2mux.ax" was NOT REGISTERED correctly!!!!! ********************&& pause)
@ECHO.

@ECHO Deleting Temp Folders
RD "SoftPVR_temp1\" /s /q
RD "SoftPVR_temp2\" /s /q
@ECHO.
@ECHO       Successful!!
@ECHO.

pause

Run as administrator.
kamran77
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2013
#14
2013-09-27, 03:32 AM
Thanks. This worked! Though my analog TV device still isn't showing in the devices - no rest for the weary! Its a 713x TV Card

[ATTACHMENT NOT FOUND]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#15
2013-09-27, 04:44 AM
Run Filtercheck.exe (as administrator) located in the NextPVR program folder and zip and attach the resulting filtercheck.log
kamran77
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2013
#16
2013-09-27, 07:24 AM
whurlston Wrote:Run Filtercheck.exe (as administrator) located in the NextPVR program folder and zip and attach the resulting filtercheck.log

Attached. Thanks!!
kamran77
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2013
#17
2013-09-30, 12:50 PM
Can anyone help. Thanks
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#18
2013-09-30, 06:10 PM
Do you have this section in your AnalogDevices.xml:
Code:
    <Device filter="713x BDA Analog Capture">
        <Name>713x Analog</Name>
        <Type>SOFT_ENCODE</Type>
    </Device>
If so, it should have showed up in your device list because it is present in your FilterCheck.log. I think you'll have to start NextPVR.exe, go into Settings->Devices, exit and zip and post npvr.log so we can see what it actually finds.

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#19
2013-09-30, 07:00 PM
sounds like you didn't really get softpvr installed correctly, but the log Reddwarf asked for will tell the story.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
kamran77
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2013
#20
2013-10-01, 10:28 AM
Reddwarf Wrote:Do you have this section in your AnalogDevices.xml:
Code:
    <Device filter="713x BDA Analog Capture">
        <Name>713x Analog</Name>
        <Type>SOFT_ENCODE</Type>
    </Device>
If so, it should have showed up in your device list because it is present in your FilterCheck.log. I think you'll have to start NextPVR.exe, go into Settings->Devices, exit and zip and post npvr.log so we can see what it actually finds.


Here is the LOG file. I uninstalled NextPVR completely. Then reinstalled it, updated the patches etc and then retried but still the same:

[...startup]
2013-10-01 15:26:36.827 [DEBUG][1] Created mutex. Must be only instance.
2013-10-01 15:26:36.905 [DEBUG][1] Version: 2.6.2
2013-10-01 15:26:36.905 [DEBUG][1] SingleInstance()
2013-10-01 15:26:37.029 [INFO][1] About to connect to remote recording service
2013-10-01 15:26:37.029 [DEBUG][1] RecordingServiceProxy@exit
2013-10-01 15:26:37.123 [DEBUG][1] Using skin: C:\Users\Public\NPVR\skin\Default\
2013-10-01 15:26:37.139 [DEBUG][1] About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
2013-10-01 15:26:37.139 [DEBUG][1] Skipping non-existant plugin directory: C:\Program Files (x86)\NPVR\Plugins\
2013-10-01 15:26:37.139 [DEBUG][1] Loaded menu item: TV Guide
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Recordings
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Live TV
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Search
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Music
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Videos
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Pictures
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: DVD
2013-10-01 15:26:37.185 [DEBUG][1] Loaded menu item: Exit
2013-10-01 15:26:38.215 [DEBUG][1] Supports HardwareVertexProcessing
2013-10-01 15:26:38.215 [DEBUG][1] Supports PureDevice
2013-10-01 15:26:41.921 [INFO][3] Checking online for updated versions...
2013-10-01 15:26:41.943 [INFO][3] Web@1
2013-10-01 15:26:43.543 [INFO][3] Online check reports version info:
<version><component name="NextPVR" version="2.6.2" display="NextPVR 2.6.2"><url>http://forums.nextpvr.com/showthread.php?53816-2-6-2-available-(March-24th)</url></component></version>
2013-10-01 15:26:43.543 [INFO][3] current online version: 2.6.2
2013-10-01 15:26:43.543 [INFO][3] last notified version: 2.6.2
2013-10-01 15:26:43.792 [DEBUG][1] About to detect digital tuners
2013-10-01 15:26:43.843 [DEBUG][1] About to check for HDPVR/Colossus/Siena tuners.
2013-10-01 15:26:43.860 [DEBUG][1] About to check for analog tuners
2013-10-01 15:26:44.052 [DEBUG][1] skipping 'Realtek HD Audio Front Mic input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.053 [DEBUG][1] skipping 'Realtek HD Audio Line input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.054 [DEBUG][1] skipping 'Realtek HD Audio Mic input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.055 [DEBUG][1] skipping 'Realtek HD Audio Stereo input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.055 [DEBUG][1] skipping '713x BDA Analog Capture ' (not in AnalogDevices.xml)
2013-10-01 15:26:48.921 [DEBUG][1] storing Position (1):221,79
2013-10-01 15:26:48.922 [DEBUG][1] storing Size (1):789,521
2013-10-01 15:26:49.077 [INFO][1] Exiting...
2013-10-01 15:26:49.077 [INFO][1] Done.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG Time shifi Brucek2839 14 3,965 2021-03-25, 08:45 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,869 2021-01-08, 12:03 AM
Last Post: mvallevand
  Possible to set the EPG source for more than one channel at a time? LeGrandZombie 15 7,931 2020-12-06, 02:15 AM
Last Post: pitbull1969
  Recording service not running at recording time Ricknextpvr 18 6,228 2020-03-26, 03:56 PM
Last Post: sub
  Time Offset for EPG? lagman 9 3,990 2019-04-24, 12:21 PM
Last Post: Rage321
  Problem with Pausing live TV for extended period of time jal# 60 14,774 2019-04-03, 12:39 PM
Last Post: mvallevand
  Recording service not running at recording time johnm 7 2,680 2018-11-26, 02:36 AM
Last Post: johnm
  NextPVR Refuses to record football games that start at the same time guyinco6nito 26 6,324 2018-11-12, 06:17 AM
Last Post: johnsonx42
  Recording and watching same time Jonsnow 2 1,468 2018-11-01, 11:32 AM
Last Post: Graham
  Audio not in time with video Brucek2839 2 1,303 2018-10-29, 01:19 AM
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