Future v1.1.0 Release

An evolving, supported alternative to Rovi
Forum rules
★ Download the latest EPG123 here: https://garyan2.github.io/ <> Setup guide here: https://garyan2.github.io/install.html
jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#61

Post by jonwz » Fri Jan 06, 2017 12:56 am

Here's the error text:

Code: Select all

************* Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at epg123Client.clientForm.buildMergedChannelListView()
   at epg123Client.clientForm.clientForm_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
epg123Client
    Assembly Version: 1.0.9.3
    Win32 Version: 1.0.9.3
    CodeBase: file:///C:/Users/Win7AMD32/AppData/Local/Temp/Temp2_epg123Client_v1.0.9.3_w7.zip/epg123Client.exe
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
mcepg
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/mcepg/6.1.0.0__31bf3856ad364e35/mcepg.dll
----------------------------------------
mcstore
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/mcstore/6.1.0.0__31bf3856ad364e35/mcstore.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mcstoredb
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_32/mcstoredb/6.1.0.0__31bf3856ad364e35/mcstoredb.dll
----------------------------------------
Microsoft.MediaCenter.UI
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.MediaCenter.UI/6.1.0.0__31bf3856ad364e35/Microsoft.MediaCenter.UI.dll
----------------------------------------
BDATunePIA
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_32/BDATunePIA/6.1.0.0__31bf3856ad364e35/BDATunePIA.dll
----------------------------------------

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#62

Post by garyan2 » Fri Jan 06, 2017 1:16 am

I'm going to build a quick version of 1.0.9.3 with a very verbose output. In the meantime, could you run 1.0.9.2 which we did not run yet which has some information output to the console?

Appreciate all your help in this.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#63

Post by jonwz » Fri Jan 06, 2017 1:24 am

No text in the console. Here's the error messages:

Code: Select all

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at epg123Client.clientForm.buildMergedChannelLvi(MergedChannel mergedChannel)
   at epg123Client.clientForm.buildMergedChannelListView()
   at epg123Client.clientForm.clientForm_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
epg123Client
    Assembly Version: 1.0.9.2
    Win32 Version: 1.0.9.2
    CodeBase: file:///C:/Users/Win7AMD32/AppData/Local/Temp/Temp1_epg123Client_v1.0.9.2_w7.zip/epg123Client.exe
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
mcepg
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/mcepg/6.1.0.0__31bf3856ad364e35/mcepg.dll
----------------------------------------
mcstore
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/mcstore/6.1.0.0__31bf3856ad364e35/mcstore.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mcstoredb
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_32/mcstoredb/6.1.0.0__31bf3856ad364e35/mcstoredb.dll
----------------------------------------
Microsoft.MediaCenter.UI
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.MediaCenter.UI/6.1.0.0__31bf3856ad364e35/Microsoft.MediaCenter.UI.dll
----------------------------------------
BDATunePIA
    Assembly Version: 6.1.0.0
    Win32 Version: 6.1.7600.16385 (win7_rtm.090713-1255)
    CodeBase: file:///C:/Windows/assembly/GAC_32/BDATunePIA/6.1.0.0__31bf3856ad364e35/BDATunePIA.dll
----------------------------------------

choliscott

Posts: 598
Joined: Mon Dec 19, 2011 8:56 am
Location:

HTPC Specs: Show details

#64

Post by choliscott » Fri Jan 06, 2017 1:33 am

I tried this but I'm seeing a server only mode message


garyan2 wrote:I think this current thread of discussion should be moved over to Guide Tool fails to run after EPG123 setup. Now that I've got something to work with, and evidently both I and Guide Tool are making the same mistake, when a resolution is found it will be for both topics.

That being said, I believe I have found another possibility to cause this failure and now have a v1.0.9.3 ready for test for anyone having problems with the lineups showing up in EPG123 and Guide Tool.

Downloads for Win7 and Win8+.
Attachments
EPG123.JPG

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#65

Post by garyan2 » Fri Jan 06, 2017 1:38 am

choliscott wrote:I tried this but I'm seeing a server only mode message

Image
garyan2 wrote:I think this current thread of discussion should be moved over to Guide Tool fails to run after EPG123 setup. Now that I've got something to work with, and evidently both I and Guide Tool are making the same mistake, when a resolution is found it will be for both topics.

That being said, I believe I have found another possibility to cause this failure and now have a v1.0.9.3 ready for test for anyone having problems with the lineups showing up in EPG123 and Guide Tool.

Downloads for Win7 and Win8+.
Yes and No. It thinks it is server only mode since the scheduled task only runs epg123.exe (v1.0.x). The future v1.1.0 will create a scheduled task with 2 actions; 1 for epg123.exe and another for epg123Client.exe.

Full Mode = epg123.exe and epg123Client.exe
Server Only Mode = epg123.exe only
Client Mode = epg123Client.exe only

When v1.1.0 is released, I will advise to delete the current scheduled task and create a new one using the latest software.

EDIT: Since you are still running v1.0.x it will still function as before.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#66

Post by garyan2 » Fri Jan 06, 2017 1:49 am

Try this one, jonwz
epg123Client_v1.0.9.3_w7_verbose.zip
There's try/catches everywhere and a lot of information out to the console. Will definitely narrow down to something.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#67

Post by jonwz » Fri Jan 06, 2017 2:03 am

Um, er, you're not going to believe this, but the verbose version seems to be working fine.

I'm doing a manual input right now.

One thing I noticed with the GUI. It would be nice if the Manual Import would use the path set in the scheduled task mxf path. Even though I set the path, when I selected manual input, I had to navigate the "select a mxf" path to the network source.

OK, the mxf seems to have loaded fine.

Do you want the boatload of messages in from the console?


garyan2 wrote:Try this one, jonwz
epg123Client_v1.0.9.3_w7_verbose.zip
There's try/catches everywhere and a lot of information out to the console. Will definitely narrow down to something.

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#68

Post by garyan2 » Fri Jan 06, 2017 2:14 am

jonwz wrote:Um, er, you're not going to believe this, but the verbose version seems to be working fine.

I'm doing a manual input right now.

One thing I noticed with the GUI. It would be nice if the Manual Import would use the path set in the scheduled task mxf path. Even though I set the path, when I selected manual input, I had to navigate the "select a mxf" path to the network source.

OK, the mxf seems to have loaded fine.

Do you want the boatload of messages in from the console?


garyan2 wrote:Try this one, jonwz
epg123Client_v1.0.9.3_w7_verbose.zip
There's try/catches everywhere and a lot of information out to the console. Will definitely narrow down to something.
I expected this one to at least make it to the GUI... wasn't sure if the left side would be populated though. If the scheduled task is Client Mode, the manual import should open at the file location designated. I'll take a look to see if I missed something.

I would definitely like to see where the problem is, so will need the console output if you would be so kind. :D
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#69

Post by jonwz » Fri Jan 06, 2017 2:21 am

Here you go. Not that it's important, but I don't get it. If the only difference is the "verbose" diagnostic messages could the problem be timing related?

Code: Select all

3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = PSTV (769/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TBCN (770/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE1 (771/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE2 (772/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE3 (773/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE4 (774/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE5 (775/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE6 (776/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BAYNEWS (777/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPEX (778/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICE (779/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = CSPAN (780/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WUSF (781/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WGNA (782/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WSPF (783/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = OWN (784/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVLAND (785/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LMN (786/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GOLF (787/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WE (788/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = E! (789/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SECN (790/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = JTV (791/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BBC (792/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GALA (793/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = INDPREV (794/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (795/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (796/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (797/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (798/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (799/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (800/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (801/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (802/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MODKT (803/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MODHT (804/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MIRATV (805/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SCI (806/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICE (807/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = AHC (808/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FYI (809/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DISNEY (810/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TRAVEL (811/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DESTAMER (812/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = EWTN (813/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = IFC (814/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DLIF (815/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FLIXw (816/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GSN (817/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SUND (818/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FLIXe (819/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESQUI (820/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FXX (821/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DISXD (822/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BBC (823/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NICJR (824/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MTV2 (825/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BTV (826/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NASA (827/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TBN (828/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FM (829/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = YouToo (830/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ID (831/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MTVCL (832/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TNCK (833/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NICKTOON (834/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = UP (835/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVONE (836/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LOGO (837/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NGWILD (838/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPNEWS (839/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPNU (840/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GALA (841/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SPSRFLT (842/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVG (843/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = PLBOY (844/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FMHD (845/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Primetime (846/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Classic (847/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = News (848/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Movies (849/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Sports (850/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WVEN-DT2 (851/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LATV (852/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LATV (853/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = COMPRO (854/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICEHD (855/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = RFDTV (856/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = IMPCTHD (857/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = RFDHD (858/858)


Kicking off ReindexSearchRoot task ...
SUCCESS: Attempted to run the scheduled task "Microsoft\Windows\Media Center\Rei
ndexSearchRoot".

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#70

Post by garyan2 » Fri Jan 06, 2017 2:27 am

jonwz wrote:Here you go. Not that it's important, but I don't get it. If the only difference is the "verbose" diagnostic messages could the problem be timing related?

Code: Select all

3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = PSTV (769/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TBCN (770/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE1 (771/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE2 (772/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE3 (773/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE4 (774/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE5 (775/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESCE6 (776/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BAYNEWS (777/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPEX (778/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICE (779/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = CSPAN (780/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WUSF (781/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WGNA (782/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WSPF (783/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = OWN (784/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVLAND (785/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LMN (786/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GOLF (787/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WE (788/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = E! (789/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SECN (790/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = JTV (791/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BBC (792/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GALA (793/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = INDPREV (794/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (795/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (796/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (797/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (798/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (799/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (800/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (801/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MOD (802/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MODKT (803/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MODHT (804/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MIRATV (805/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SCI (806/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICE (807/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = AHC (808/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FYI (809/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DISNEY (810/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TRAVEL (811/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DESTAMER (812/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = EWTN (813/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = IFC (814/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DLIF (815/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FLIXw (816/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GSN (817/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SUND (818/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FLIXe (819/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESQUI (820/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FXX (821/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = DISXD (822/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BBC (823/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NICJR (824/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MTV2 (825/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = BTV (826/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NASA (827/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TBN (828/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FM (829/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = YouToo (830/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ID (831/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = MTVCL (832/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TNCK (833/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NICKTOON (834/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = UP (835/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVONE (836/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LOGO (837/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = NGWILD (838/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPNEWS (839/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = ESPNU (840/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = GALA (841/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = SPSRFLT (842/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = TVG (843/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = PLBOY (844/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = FMHD (845/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Primetime (846/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Classic (847/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = News (848/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Movies (849/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = Sports (850/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = WVEN-DT2 (851/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LATV (852/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = LATV (853/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = COMPRO (854/858)
Problem evaluating channel for addition to ListView.
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = VICEHD (855/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = RFDTV (856/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = IMPCTHD (857/858)
Merged Lineup = (Spectrum Brandon/Tampa Digital/Digital Terrestrial Lineup/EPG12
3 Lineups with Schedules Direct/FINAL RTW - US)+(Scanned (Digital Cable (CableCA
RDT))) ; Channel = RFDHD (858/858)


Kicking off ReindexSearchRoot task ...
SUCCESS: Attempted to run the scheduled task "Microsoft\Windows\Media Center\Rei
ndexSearchRoot".
Wow ... 858 channels, eh? Unfortunately the console buffer wasn't big enough to capture all of it. Could you run it as "epg123Client.exe > output.txt" ?

Since I have everything surrounded by a try/catch, any exceptions encountered are captured and the code allowed to continue. I'm thinking there will be at least 1 try/catch staying in the code once I figure this out.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#71

Post by jonwz » Fri Jan 06, 2017 2:53 am

Too big to paste. I'll try an attachment.....

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#72

Post by jonwz » Fri Jan 06, 2017 3:05 am

This place doesn't allow .txt files as attachments, or .log files

I'm going to rename it to output.zip, but it's still a txt file so just rename it back to output.txt
Attachments
output.zip
(374.29 KiB) Downloaded 37 times

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#73

Post by garyan2 » Fri Jan 06, 2017 3:10 am

Awesome. We're down to 1 line of my code which involves about 3 different components in the WMC database that is a null causing our problems.

Could you run this one to see which one?
epg123Client_v1.0.9.3_w7_null.zip
Thank you soooo much.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#74

Post by jonwz » Fri Jan 06, 2017 3:13 am

That's it for me for tonight. Don't you have a CES party to attend? :)

I'll run that tomorrow morning....

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#75

Post by garyan2 » Fri Jan 06, 2017 3:57 am

It'll be a real easy one. Don't even need you to post anything. I just need to know which of the 3 lines below the console is saying.

PrimaryChannel is null
PrimaryChannel.Lineup is null
PrimaryChannel.Lineup.Name is null
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#76

Post by jonwz » Fri Jan 06, 2017 3:06 pm

I searched and didn't see any "null" text.

Attached is another txt file (renamed zip)
Attachments
output2.zip
(333.85 KiB) Downloaded 31 times

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#77

Post by garyan2 » Fri Jan 06, 2017 5:06 pm

This is too funny. Looks like you didn't run the newer "null" software, but it doesn't matter. By the output you attached, I believe epg123 repaired/corrected the null condition. You could probably open the original 1.0.9.3 version without the try/catches and it would work fine. You will also probably be able to use Guide Tool as well now.

If there is anyone else out there that currently are not able to use Guide Tool, could you run the attached and report back what is output to the console?
epg123Client_v1.0.9.3_w7_null.zip
(89.87 KiB) Downloaded 31 times
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

jonwz

Posts: 76
Joined: Sun Sep 18, 2016 3:03 pm
Location:

HTPC Specs: Show details

#78

Post by jonwz » Fri Jan 06, 2017 6:12 pm

garyan2 wrote:This is too funny. Looks like you didn't run the newer "null" software, but it doesn't matter.
epg123Client_v1.0.9.3_w7_null.zip
Well, it's not funny to me (pardon my rant). I always run HTPC's with dual displays, but every HDMI/VGA dual configuration I've used has eventually failed back to a single display. I do have a working DVI-HDCP/VGA system that hasn't failed. That system had no problem with your new epg123client.

So I do have trouble reading this page on my HDTV only system.

Before I forget, I wanted to mention the automatch checkbox doesn't work for me. I currently have getepg and getepgmatch epg123client bat files depending on whether I want to add new channels.

I think you mentioned that you redesigned a lot for this release. Is automatch still needed?


Anyway, I did just run the "null" version. There was no null message. But when I run guidetool on that system, it still fails.

Here's the error message:

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.MissingMethodException: Method not found: 'Int32 System.Runtime.InteropServices.Marshal.SizeOf(!!0)'.
   at GuideTool.WndMain.UpdateListView(VirtualListView listView)
   at GuideTool.WndMain.OnBtnShowGuideChannelsClicked(Object sender, EventArgs e)
   at GuideTool.WndMain.RefreshData(MediaCenterData dataToLoad)
   at GuideTool.WndMain.OnShown(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnShown(EventArgs e)
   at System.Windows.Forms.Form.CallShownEvent()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
GuideTool
    Assembly Version: 1.4.0.0
    Win32 Version: 1.4.0.0
    CodeBase: file:///C:/Program%20Files/GuideTool/GuideTool.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
GuideToolAddin.Proxy
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/GuideToolAddin.Proxy/1.0.0.0__36d158e618c5e293/GuideToolAddin.Proxy.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#79

Post by garyan2 » Fri Jan 06, 2017 6:39 pm

Sorry ... I meant it was too funny that we were so close to finding out exactly where the null error was coming from and the error disappeared. I do find it interesting that Guide Tool still doesn't work though... bummer.

I haven't changed anything in the automatch code yet, but I do need to revisit it. The GUI gives a much better method of the automatch by channel number or call sign. How is the automatch not working for you right now?

The intent of automatch was to quickly get the guide up and running initially. It is critical to realize that the automatch only works if the Schedules Direct lineup matches your tuner lineup. Since everything is based on channel number, if there are any differences, than your channels will have the wrong listings. The automatch would also handle lineup changes and added channels (if autoadd option selected) without any user intervention.

Based on your description of how you use epg123, you can probably get rid of the client match batch file. If you were only using it when adding new channels, the GUI will now be able to handle it easily, quickly, accurately, and safely.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

User avatar
garyan2

Posts: 7438
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#80

Post by garyan2 » Fri Jan 06, 2017 6:54 pm

I did notice one other thing on your output files. You did not do a clean start ... MS/Rovi updates are still being downloaded for cable and OTA lineups. If you scroll right in the left panel, you should see which lineup the channel is subscribed to. EPG123 of course being from Schedules Direct, but you also have Spectrum Brandon/Tampa Digital/Digital Lineup/Tampa-Orlando OTA Antenna.

So seeing what the GUI can do for you, what do you think?
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

Post Reply