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
User avatar
garyan2

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

HTPC Specs: Show details

#41

Post by garyan2 » Fri Dec 30, 2016 1:45 am

STC wrote:THEBLACKBOX....

is it orange?
Nope ... it's actually black. Built my headless server using the pictured case and stuck it in a closet. I really didn't want to do the obvious and call it the Borg Cube.
theblackbox.jpg
- 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

#42

Post by jonwz » Mon Jan 02, 2017 3:17 pm

Hi Gary. Been waiting for the new epgclient. I've been manually kicking off the old epgclient in a bat file.
Here's the error. Detailed text followed by the error image. It's a Win7 32bit system.

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.NullReferenceException: Object reference not set to an instance of an object.
   at epg123Client.clientForm.buildMergedChannelListView()
   at epg123Client.clientForm.clientForm_Shown(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.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   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: 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.0
    Win32 Version: 1.0.9
    CodeBase: file:///C:/epg123/epg123Client%20-%20Copy.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
----------------------------------------

************** 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.
Attachments
errror.jpg

User avatar
garyan2

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

HTPC Specs: Show details

#43

Post by garyan2 » Mon Jan 02, 2017 5:31 pm

jonwz wrote:Hi Gary. Been waiting for the new epgclient. I've been manually kicking off the old epgclient in a bat file.
Here's the error. Detailed text followed by the error image. It's a Win7 32bit system.

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.NullReferenceException: Object reference not set to an instance of an object.
   at epg123Client.clientForm.buildMergedChannelListView()
   at epg123Client.clientForm.clientForm_Shown(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.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   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: 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.0
    Win32 Version: 1.0.9
    CodeBase: file:///C:/epg123/epg123Client%20-%20Copy.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
----------------------------------------

************** 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.
I can't seem to figure out where that exception is coming from. Everything is straight forward in the code. The only thing I can think of is if there is an error in your database (or something I wasn't expecting). Before we do anything drastic, you can try to run my latest from here ... I did find a few things since I posted the last one that needed fixed. I recommend not creating a scheduled task from this one unless you want the MXF imported twice on each task run.

If it still doesn't work, need some help in isolating.

What happens if you click continue?
I'm assuming WMC is running just fine and getting updates. True?
What tuners are you using and are any channel names (call signs) empty?

EDIT: I'm thinking the empty call sign was probably the cause. I have adjusted the code to protect against a null string in that function. It is really the only thing that can I find that may be the issue.
- 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

#44

Post by jonwz » Mon Jan 02, 2017 6:20 pm

Still hit an error. I'm assuming you updated the previous win7 link with the current build and that I can just run the exe from within the zip file.

What happens if you click continue? -- just hangs, dos window stays but no messages
I'm assuming WMC is running just fine and getting updates. True? - yes
What tuners are you using and are any channel names (call signs) empty?- HDR3. I don't understand your last question. The guide had run out recently (I forgot to run the command line epgclient), but it's now fully populated.

User avatar
garyan2

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

HTPC Specs: Show details

#45

Post by garyan2 » Mon Jan 02, 2017 6:32 pm

jonwz wrote:Still hit an error. I'm assuming you updated the previous win7 link with the current build and that I can just run the exe from within the zip file.

What happens if you click continue? -- just hangs, dos window stays but no messages
I'm assuming WMC is running just fine and getting updates. True? - yes
What tuners are you using and are any channel names (call signs) empty?- HDR3. I don't understand your last question. The guide had run out recently (I forgot to run the command line epgclient), but it's now fully populated.
There is a new file with different link to try. This will be version 1.0.9.1 instead of version 1.0.9.0.

Empty call signs ... if you look in WMC Edit Channels, are there channel call signs that are blank?
- 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

#46

Post by jonwz » Mon Jan 02, 2017 6:47 pm

Oops, didn't see the new link, but I still get an error. This time the error window pops up after the DOS window, but BEFORE the epgclient GUI window. Pressing continue gets the GUI window, but hangs like before.

Sorry, I still don't understand the "blank call sign" I go to settings, TV, Guide, edit channels, and .... I have unchecked almost all the SD ones. But each channel number seems to have a station id after it. Then again, this is Brighthouse digital so there are thousands of entries in the guide

User avatar
garyan2

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

HTPC Specs: Show details

#47

Post by garyan2 » Mon Jan 02, 2017 7:03 pm

jonwz wrote:Oops, didn't see the new link, but I still get an error. This time the error window pops up after the DOS window, but BEFORE the epgclient GUI window. Pressing continue gets the GUI window, but hangs like before.
This is expected. I moved the function to when the form is loaded instead of when the form is shown.
jonwz wrote:Sorry, I still don't understand the "blank call sign" I go to settings, TV, Guide, edit channels, and .... I have unchecked almost all the SD ones. But each channel number seems to have a station id after it. Then again, this is Brighthouse digital so there are thousands of entries in the guide
Okay, let's try this one here. It should put some information on the console when the error occurs. At least it will if the error is happening where I think it is.

Does the original Guide Tool (http://1geek1tool.com/guidetool/) have problems showing your channels and lineups?
- 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

#48

Post by jonwz » Mon Jan 02, 2017 7:38 pm

Console was still blank.

I just installed guidetool and it also failed to run with a method not found error. Continuing beyond the error results in an unpopulated Guide tool window.

User avatar
garyan2

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

HTPC Specs: Show details

#49

Post by garyan2 » Mon Jan 02, 2017 7:53 pm

jonwz wrote:Console was still blank.

I just installed guidetool and it also failed to run with a method not found error. Continuing beyond the error results in an unpopulated Guide tool window.
Was there any more information from the Guide Tool method error? Maybe that will help me.
- 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

#50

Post by jonwz » Mon Jan 02, 2017 8:04 pm

Here are the details:

Code: Select all

************* 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.
 

User avatar
garyan2

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

HTPC Specs: Show details

#51

Post by garyan2 » Mon Jan 02, 2017 8:08 pm

Wow ... juggling too many balls today. The last one I posted was for Win8+, not Win7. I copied over it on the server so could you try it again?

:lolno: So to protect everyone's innocent eyes, the word "b a l l s" was changed to "beans" in the above statement.
- 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

#52

Post by jonwz » Mon Jan 02, 2017 8:19 pm

No luck. Here's the detail. Let's give it a rest for today. Thanks for all your work on epg123

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.1
    Win32 Version: 1.0.9.1
    CodeBase: file:///C:/Users/Win7AMD32/AppData/Local/Temp/Temp1_epg123Client_v1.0.9.1_w7%20(2).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

#53

Post by garyan2 » Mon Jan 02, 2017 8:30 pm

jonwz wrote:No luck. Here's the detail. Let's give it a rest for today. Thanks for all your work on epg123

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.1
    Win32 Version: 1.0.9.1
    CodeBase: file:///C:/Users/Win7AMD32/AppData/Local/Temp/Temp1_epg123Client_v1.0.9.1_w7%20(2).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
----------------------------------------
Not a problem, but looks like you ran the v1.0.9.1 again and that is also my bad. Download link is http://epg123.garyan2.net/downloads/epg ... 9.2_w7.zip
- 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

#54

Post by garyan2 » Tue Jan 03, 2017 9:17 am

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+.
- 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

#55

Post by garyan2 » Thu Jan 05, 2017 5:24 am

Nobody wants to try the new client? or is everyone still trying to come to grips that they have to go back to work?

Anywho ... here is a sneak peak to the changes in the epg123.exe GUI. Not too much has changed ... just some cleanup and new Scheduled Task coding. Also the GUI now features an automatic login.
2017-01-04.png
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

stuartm

Posts: 721
Joined: Mon Nov 05, 2012 8:05 pm
Location: Longmont, CO

HTPC Specs: Show details

#56

Post by stuartm » Thu Jan 05, 2017 7:50 am

Hi Gary, I am willing to try it, but it's not clear to me what changes beyond lineup editing stuff happen with this new client. Currently, my biggest want is a fix for the problems that seem to arise if the EPG database update happens while WMC is using tunhers to view TV or make a recording. Does this address that?

bennytheball

Posts: 5
Joined: Sun Mar 13, 2016 7:29 pm
Location:

HTPC Specs: Show details

#57

Post by bennytheball » Thu Jan 05, 2017 12:59 pm

stuartm wrote:Hi Gary, I am willing to try it, but it's not clear to me what changes beyond lineup editing stuff happen with this new client. Currently, my biggest want is a fix for the problems that seem to arise if the EPG database update happens while WMC is using tunhers to view TV or make a recording. Does this address that?
I agree 100%. This seems to be my major problem also.

kmp14

Posts: 138
Joined: Sat Sep 08, 2012 7:23 pm
Location:

HTPC Specs: Show details

#58

Post by kmp14 » Thu Jan 05, 2017 2:16 pm

Gary, the version I am on (prob 1.0.2, not sure) is working absolutely perfectly for me, so I am following the "if it aint broke" philosophy. Is there any reason why I shouldn't stick on 1.0.x?

jonwz

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

HTPC Specs: Show details

#59

Post by jonwz » Thu Jan 05, 2017 5:20 pm

Hi Gary, I tried http://epg123.garyan2.net/downloads/epg ... 9.3_w7.zip
and still get the .net error.

If I continue it does bring up the GUI. I can even set the mxf path, but the client appears to be hung.

If it helps, I did try running the full epg123 on this system and I don't get an error.

User avatar
garyan2

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

HTPC Specs: Show details

#60

Post by garyan2 » Fri Jan 06, 2017 12:43 am

jonwz wrote:Hi Gary, I tried http://epg123.garyan2.net/downloads/epg ... 9.3_w7.zip
and still get the .net error.

If I continue it does bring up the GUI. I can even set the mxf path, but the client appears to be hung.

If it helps, I did try running the full epg123 on this system and I don't get an error.
Are you getting a .NET error? or the original error of a nul reference?
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

Post Reply