Author Topic: Debug Log  (Read 2017 times)

visprar

  • Newbie
  • *
  • Posts: 7
    • View Profile
Debug Log
« on: September 30, 2010, 07:32:46 PM »
Version 2.1.3 looks to have some stability issues. I have 3 camera connected (I wireless and 2 USB) and for the past 2 days I am having the USB Cameras drop (while Im at work). Once i restart icamsource its all good. Is there a log file generated somewhere that I can share with you guys to better handle issues and make this more robust.

Stefan

  • Administrator
  • Hero Member
  • *****
  • Posts: 2358
    • View Profile
Re: Debug Log
« Reply #1 on: September 30, 2010, 08:48:18 PM »
There is no log file generated with the release version of the iCamSource, no.

Is the USB webcam plugged directly into the computer and not into a USB hub or extension cable?

visprar

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Debug Log
« Reply #2 on: September 30, 2010, 09:06:42 PM »
Yup, directly plugged in...

visprar

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Debug Log
« Reply #3 on: October 01, 2010, 08:31:05 AM »
This is the error I got today morning....Something related to unhandled exception.


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 CameraSettings.Load(CameraSettings* , Int32 index)
   at WiniCamSource.Form1.pushNotificationCheckBox_CheckedChanged(Object sender, EventArgs e)
   at System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
   at System.Windows.Forms.CheckBox.set_CheckState(CheckState value)
   at System.Windows.Forms.CheckBox.set_Checked(Boolean value)
   at WiniCamSource.Form1.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.4952 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WiniCamSource
    Assembly Version: 1.0.3917.33293
    Win32 Version:
    CodeBase: file:///C:/Program%20Files%20(x86)/iCamSource/iCamSource.exe
----------------------------------------
msvcm90
    Assembly Version: 9.0.30729.4926
    Win32 Version: 9.00.30729.4926
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.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
----------------------------------------
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
----------------------------------------

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

Stefan

  • Administrator
  • Hero Member
  • *****
  • Posts: 2358
    • View Profile
Re: Debug Log
« Reply #4 on: October 01, 2010, 01:23:03 PM »
It looks like it's having issues when it's loading the camera information from the registry. You could try cleaning the iCamSource settings from the registry by downloading and running this file: http://skjm.com/icam/CleaniCamKey.reg

You'll have to re-enter your settings, but that will hopefully get rid of the crash. If not, let us know.