Hi Gary.
I'm getting the same two errors mentioned above.
First, upon boot up of my MC PC, I get the unhandled exception in MCEVideoEncoder. I copied and pasted the error details below.
Occasionally, I do NOT get this error message, but even when I do not, if I run the extender through my 360, select info-->more-->start/stop MCE Encoder, I get the following message:
"
MCEVIDEOENCODER
The encoder is .
"
I have had Media Player 10 and Encodr 9 installed for various purposes for a very long time now. I also have all the neccesary codecs to play the videos on my PC (they play fine through the media center ui on the PC itself). I also have .Net framework 2.0 installed on my machine. I wonder if having 2.0 might be causing the first exception in some way.
It sounds like you have built some assumption in to your managed code that is not true for many of us, and also that the app doesn't properly support all acceptable codecs.
Below is excpetion code:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at MCEVideoEncoder.FrmMCEEncoder.notifyIcon1_MouseMove(Object sender, MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.WmMouseMove(Message& m)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows.0/MS.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
MCEVideoEncoder
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MCE/MCEVideoEncoder/MCEVideoEncoder.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows.0/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows.0/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows.0/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Interop.WMEncoderLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///c:/windows.0/assembly/gac/interop.wmencoderlib/1.0.0.0__229d026026e15d8f/interop.wmencoderlib.dll
----------------------------------------