exception error on startup

Help each other out

exception error on startup

Postby balemon on Wed Oct 03, 2007 11:35 am

Running Win 2003 server and upon startup I get an exception error. It pops up even before the xlobby screen shows.
I've copied the error below.
It talks about JIT debugging and I have no idea what that means
Can anyone help.

Brett

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 DirectShow.DShowPlayer.DSLoadFiletoBuffer(String bstrName)
at xlobby2.InternalSounds..ctor(Control control)
at xlobby2.Control.LoadAll()
at xlobby2.GdiScreenForm.GdiScreenForm_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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
xlobby2
Assembly Version: 2.0.7251.4
Win32 Version: 2.0.07251.04
CodeBase: file:///C:/xlobby/xlobby2.exe
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
XPluginSDK
Assembly Version: 1.0.2804.24799
Win32 Version: 1.0.2804.24799
CodeBase: file:///C:/xlobby/XPluginSDK.DLL
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Interop.X10
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/xlobby/Interop.X10.DLL
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
DShowPlayer
Assembly Version: 0.0.0.0
Win32 Version:
CodeBase: file:///C:/xlobby/DShowPlayer.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50608.0
Win32 Version: 8.00.50727.42
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0DE06ACD/msvcm80.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.
balemon
 
Posts: 11
Joined: Sun Jan 07, 2007 12:20 am

Re: exception error on startup

Postby fizzasist on Tue Oct 09, 2007 6:24 pm

I am running Xlobby on Win2k and getting the same errors. Seesm like it involves the .NET framework because when I downloaded the updates for .NET from the Micro$oft site, it seemed to help but it still comes up occassionally.
fizzasist
 
Posts: 76
Joined: Sat Sep 16, 2006 11:38 pm

Re: exception error on startup

Postby jowaldo on Tue Oct 09, 2007 7:34 pm

If you are running anything but XP I've noticed things like this unfortunately are somewhat common. But its not always the case... have you been changing your skin or databases much lately? I've seen it randomly crash because of a problem with one of those things.
jowaldo
 
Posts: 903
Joined: Wed May 21, 2003 7:17 pm

Re: exception error on startup

Postby P3rv3rt B3ar on Tue Oct 09, 2007 7:41 pm

Try to download newest directX runtime for your OS... Seems like problem is Dshow related...
P3rv3rt B3ar
 
Posts: 1364
Joined: Fri Apr 07, 2006 9:52 pm
Location: West Coast Funland

Re: exception error on startup

Postby fizzasist on Tue Oct 09, 2007 10:54 pm

Thank you! I should have figured DirectX to be an issue......I had not updated that yet......I'll do that next.

Have a good one!
fizzasist
 
Posts: 76
Joined: Sat Sep 16, 2006 11:38 pm

Re: exception error on startup

Postby balemon on Sat Oct 13, 2007 5:39 am

I was having issues with dshow in xlobby and winfast PVR. I dumped it all tried XP again. suffered lockups everytime a movie finished and have put win2003 backon and now it seems that winfast PVR is happy (One step closer). I'm upgrading my Vid card now from an older ATI9800 to a Nvidea 7600gs.. I will jump on line and find the latest .Net and apply and give updates. Would love to get 2003 up and stable.

Thanks for the suggestions so far...

Brett
balemon
 
Posts: 11
Joined: Sun Jan 07, 2007 12:20 am

Re: exception error on startup

Postby fizzasist on Sun Oct 14, 2007 4:02 pm

After updating DirectX and .NET I got the older version of XL to work but (silly me) decided to update to the newest version of Xlobby and I get this message now:

Unhandled exception has occurred.......Unable to find an entry point named 'RegisterRawInputDevices' in DLL User32.dll

Seems like more .NET non-sense so I guess I am just not meant to run the latest XL on Win2k.....
fizzasist
 
Posts: 76
Joined: Sat Sep 16, 2006 11:38 pm

Re: exception error on startup

Postby P3rv3rt B3ar on Sun Oct 14, 2007 4:19 pm

fizzasist wrote:Unhandled exception has occurred.......Unable to find an entry point named 'RegisterRawInputDevices' in DLL User32.dll

Seems like more .NET non-sense so I guess I am just not meant to run the latest XL on Win2k.....


yep, exactly what i try to say here: http://xlobby.com/forum/viewtopic.php?f=2&t=5935
P3rv3rt B3ar
 
Posts: 1364
Joined: Fri Apr 07, 2006 9:52 pm
Location: West Coast Funland

Re: exception error on startup

Postby fizzasist on Sun Oct 14, 2007 4:33 pm

Thanks P3rv....I am just going to stick to the later version.....it runs fine.....just kinda wanted to see what the latest had in it but that will be for another machine and another day.....

Have a good one!
fizzasist
 
Posts: 76
Joined: Sat Sep 16, 2006 11:38 pm