I'm experiencing infrequent NRecord.exe crashes with acamd.dll.
I get this in event viewer:
Faulting application NRecord.exe, version 1.0.0.0, time stamp 0x4d6be204, faulting module ACamd.dll, version 0.6.2.0, time stamp 0x4d1dcdcd, exception code 0xc0000417, fault offset 0x0003a967, process id 0x13c4, application start time 0x01cc22fa73b450dd.
Had the same problem (but more frequent) with 0.6.1.8 of acamd.
A bit of searching suggests that exception code 0xc0000417 means
STATUS_INVALID_CRUNTIME_PARAMETER. Sounds like an invalid parameter was passed to a C runtime function.
No trace of the crashes in any of the logs (npvr logs or acamd logs).
I noticed this yesterday but didn't have time to look at it closer. Basically, the TV Guide is 'empty' (no grid and no show details anywhere). Some issue with a KeyNotFoundException...
Code:
2011-06-15 22:05:58.011 [DEBUG][3] Got Web Request (127.0.0.1): /
2011-06-15 22:06:06.992 [INFO][3] RecorderHelperConfig: LoadFromFile()
2011-06-15 22:06:08.039 [INFO][3] RecorderHelperConfig: SaveToFile()
2011-06-15 22:06:09.679 [INFO][3] **********************************************
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * NEWA Application Starting......Opening DB *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] **********************************************
2011-06-15 22:06:28.845 [DEBUG][3] Got Web Request (127.0.0.1): /Login2.aspx
2011-06-15 22:06:33.891 [INFO][3] Loading Config...
2011-06-15 22:06:33.891 [INFO][3]
2011-06-15 22:06:33.891 [INFO][3] Pulled Credential from Config...
2011-06-15 22:06:33.891 [INFO][3] User= admin
2011-06-15 22:06:33.906 [INFO][3] Password = 5F4DCC3B5AA765D61D8327DEB882CF99
2011-06-15 22:06:33.906 [INFO][3]
2011-06-15 22:06:34.297 [INFO][3] URL-Before-Replace = http://127.0.0.1:8866/Login2.aspx?ReturnUrl=/default.aspx
2011-06-15 22:06:34.313 [INFO][3] URL-After-Replace = http://127.0.0.1:8866/Login2.aspx?ReturnUrl=/default.aspx
2011-06-15 22:06:34.313 [INFO][3] URL-After-Context = http://localhost:8866
2011-06-15 22:06:34.313 [INFO][3] Postback not found....now pulling User Host Info...
2011-06-15 22:06:34.313 [INFO][3] IP V4 Detected on Server
2011-06-15 22:06:34.359 [INFO][3] Using IP4 Address: 127.0.0.1
2011-06-15 22:06:34.359 [INFO][3]
2011-06-15 22:06:34.375 [INFO][3] You have made it to the complete login method....this is a good thing....
2011-06-15 22:06:34.391 [INFO][3] Checking if new theme flag is set....
2011-06-15 22:06:34.391 [INFO][3] New theme flag is not set...
2011-06-15 22:06:34.391 [INFO][3] Checking username not blank, redirect uri = request path...
2011-06-15 22:06:34.391 [INFO][3] Checking to see if the redirec uri is equal to default.aspx or logout.aspx
2011-06-15 22:06:34.391 [INFO][3] Redirect uri was not equal to default.aspx or logout.aspx....
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Automatic login from 127.0.0.1
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Initializing Forms Authentication....
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Setting Forms Authentication Cookie....
2011-06-15 22:06:34.391 [INFO][3] Username =
2011-06-15 22:06:34.391 [INFO][3] Cookie Path = /
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Checking for auto search execution....
2011-06-15 22:06:34.781 [INFO][3] Auto Search is not set to run or it has aleady run today....
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Redirecting to the target page....
2011-06-15 22:06:34.781 [INFO][3] Redirect URL = /default.aspx
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Establishing login salt
2011-06-15 22:06:34.828 [INFO][3] Login salt = e3b9c6af-c46f-415c-8d77-1d58cea8f838
2011-06-15 22:06:34.828 [INFO][3] Registering hidden field...LoginButton.UniqueID = _ctl0:ContentPlaceHolder1:LoginButton
2011-06-15 22:06:34.828 [INFO][3]
2011-06-15 22:06:37.421 [DEBUG][13] Got Web Request (127.0.0.1): /default.aspx
2011-06-15 22:06:37.593 [INFO][13] Now in default.aspx.......
2011-06-15 22:06:37.999 [DEBUG][3] Got Web Request (127.0.0.1): /Guide2.aspx
2011-06-15 22:06:43.326 [ERROR][3] Unexpected error in EPGEvent.LoadByOID(): System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NUtility.EPGEvent.GetListingsForTimePeriod(DateTime startTime, DateTime endTime)
2011-06-15 22:06:43.700 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/css/common.css
2011-06-15 22:06:43.700 [DEBUG][3] Got Web Request (127.0.0.1): /public/popup.js
2011-06-15 22:06:43.919 [DEBUG][14] Got Web Request (127.0.0.1): /public/scrolling.js
2011-06-15 22:06:44.185 [DEBUG][3] Got Web Request (127.0.0.1): /public/Ajax2.js
2011-06-15 22:06:44.200 [DEBUG][14] Got Web Request (127.0.0.1): /public/md5.js
2011-06-15 22:06:44.278 [DEBUG][13] Got Web Request (127.0.0.1): /public/login.js
2011-06-15 22:06:44.278 [DEBUG][3] Got Web Request (127.0.0.1): /themes2/Default/js/common.js
2011-06-15 22:06:44.372 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/js/guide.js
2011-06-15 22:06:44.450 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/css/guide.css
2011-06-15 22:06:45.028 [DEBUG][14] Got Web Request (127.0.0.1): /ScriptResource.axd
2011-06-15 22:06:45.044 [DEBUG][3] Got Web Request (127.0.0.1): /AjaxService2.asmx/jsdebug
2011-06-15 22:06:45.059 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/graphics/main_bg.jpg
2011-06-15 22:06:45.091 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/Graphics/logo_header.png
2011-06-15 22:06:45.950 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/Graphics/line_left.png
2011-06-15 22:06:45.997 [DEBUG][3] Got Web Request (127.0.0.1): /themes2/Default/Graphics/back.gif
2011-06-15 22:06:45.997 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/Graphics/ahead.gif
2011-06-15 22:06:51.214 [DEBUG][14] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
2011-06-15 22:06:52.151 [DEBUG][15] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetReminders
2011-06-15 22:06:56.181 [DEBUG][13] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
2011-06-15 22:06:58.165 [DEBUG][14] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetReminders
2011-06-15 22:07:01.180 [DEBUG][15] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
Recently installed GBPVR on a new motherboard (Asus E35M1-M Pro) with Windows 7. Everyhting seems to be working fine so far, except for one problem...
During playback of a recorded show, playback will suddenly pause. After about 30 seconds it resumes by itself. While PVRX2 is in this unexpected pause it is unresponsive.
There don't seem to be any errors in the logs. Only thing I can see which could be of interest is the following:
Is it possible to add "windows screensaver" to screensaver options? Then there would be a host of options available from windows. I liked GBPVR plugin that allowed this option.
I've just uploaded a new version of the TVListings plugin at the wiki.
Changelog:
Quote:- added new images and different font for selected programme
- added option to use the default schedule popups (to use advanced rules etc.)
- added option to change the sort order of the guides
- added 'Categories' popup that lists all upcoming shows of a genre
- added logic to move the guide to the current time after playback has stopped
- added support for the inset rectangle
- the panel no longer tries to clear the now playing area when the application exits
- added option to disable the panel on the mvp
- on the mvp, the panel no longer tries to call ForceRender() after updateing the panel
- added logic that wraps the first line of the description when a star-rating image overlaps
Please note the following when upgrading:
- NPVR 2.0.3 is necessary
- the new version contains skin changes, so if you're not using the default skin, please wait until your skin officially supports v3.5 of the plugin
- there's no need to overwrite an existing "TV Listings.db" database file during upgrade
- for genres/categories, version 3.1 of the XmltvExtras tool is needed and needs to be run after each epg update, see the wiki page of the utility for details
- by default, the plugin sends information about the next recordings to the 'now playing' notification area on the main screen, this can be configured through the settings form of the plugin
I'm trying to update the next blue skin for tvlistings version 3.5 Beta. I've tried to run xmltvextras to populate the tvlistings database but I seem to be getting an error. Any idea what I might be doing wrong?
This is the dos error I get... I'm running WinXP SP3 and npvr 2.0.3 with all update patches.
Code:
C:\Program Files\NPVR>xmltvextras
Error connecting to database: The type initializer for 'System.Data.SQLite.SQLiteFactory' threw an exception.
Exiting.
C:\Program Files\NPVR>
Does Comskip work on a Client? I have just decided to give Comskip a try anf it appears to work on the server with Bars on the Timeline where it thinks commercials are. However when the same file is run on the client nothing shows on the Timeline.
When watching a ts-file recorded with NPVR on my LG 42LD450N the picture quality is slightly lower than if I'm watching live TV with a cable directly into my television set. The quality is equally low when watching live TV through NPVR on my LG 42". I'm using TerraTec Cinergy HTC USB XS HD as capture device. When watching 720p mkv-files via the pc on my TV the quality is higher.
The picture quality through NPVR looks a bit like when the weather is misty. There is no pixellation or deinterlacing. The colours are fine as well.
On a Danish forum a guy told my that slightly lower quality was to be expected when recording with PVR. Is that true? And if not how can I improve the quality through NPVR?
Lately ive noticed that the audio seems to be choppy during live tv.
however if i hit pause and then take it off pause (so its essentally a recording) the audio is then perfect.
This happens regardless of DVB-S or DVB-T signal - but only on Live TV. Never an issue when viewing a recording.
Im currently using Cyberlink PDVD10 codes for both MPEG2 and H264 decoders.
I seem to recall there being a parameter in the GBPVR menu that was some sort of buffer for live tv. Is there a similar setting for NPVR? if so - could someone enlighten me pretty please