Forum Register  Login
 Not Registered! Minimize

To post in this forum you must be a registered user of this site and logged in. This is the only part of the site that is restricted to registered users. If you are not already registered then please register by clicking on register in the top right of this page?

      

SearchForum Home
     
  Support  Bugs  Error when sett...
 Error when setting up effects
 
 5/16/2006 11:08:14 AM
mattfletcher
1 posts
www.matt-fletcher.co.uk/


Error when setting up effects
 Modified By mattfletcher  on 5/16/2006 11:09:14 AM)
I get the following error details when I click the effects menu option.

"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 ScreenMonkey.ClipProperties.ClipProperties_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.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.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.573 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- ScreenMonkey Assembly Version: 1.0.2157.16630 Win32 Version: 1.0.2157.16630 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/ScreenMonkey.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/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.573 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- MediaBox Assembly Version: 1.0.2156.30743 Win32 Version: 1.0.2156.30743 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/MediaBox.DLL ---------------------------------------- PhotoBox Assembly Version: 1.0.2156.30742 Win32 Version: 1.0.2156.30742 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/PhotoBox.DLL ---------------------------------------- DVDPlayer Assembly Version: 1.0.2143.30874 Win32 Version: 1.0.2143.30874 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DVDPlayer.DLL ---------------------------------------- VideoPlayer Assembly Version: 1.0.2156.26548 Win32 Version: 1.0.2156.26548 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/VideoPlayer.DLL ---------------------------------------- DirectShowLib Assembly Version: 1.2.0.0 Win32 Version: 1.2.0.0 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DirectShowLib.DLL ---------------------------------------- Microsoft.VisualBasic Assembly Version: 7.0.5000.0 Win32 Version: 7.10.3052.4 CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- MCLHotkey Assembly Version: 1.0.2128.22094 Win32 Version: 1.0.2128.22094 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/MCLHotkey.DLL ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- DirectX.Capture Assembly Version: 1.0.2144.42333 Win32 Version: 1.0.2144.42333 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DirectX.Capture.DLL ---------------------------------------- Accessibility Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll ---------------------------------------- DShowNET Assembly Version: 1.0.0.1 Win32 Version: 1.0.0.1 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DShowNET.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (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: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog."

I can click continue and I then see the effects screen, but I then get this message:

"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 ScreenMonkey.ClipProperties.OKBut_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.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.573 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- ScreenMonkey Assembly Version: 1.0.2157.16630 Win32 Version: 1.0.2157.16630 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/ScreenMonkey.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/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.573 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- MediaBox Assembly Version: 1.0.2156.30743 Win32 Version: 1.0.2156.30743 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/MediaBox.DLL ---------------------------------------- PhotoBox Assembly Version: 1.0.2156.30742 Win32 Version: 1.0.2156.30742 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/PhotoBox.DLL ---------------------------------------- DVDPlayer Assembly Version: 1.0.2143.30874 Win32 Version: 1.0.2143.30874 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DVDPlayer.DLL ---------------------------------------- VideoPlayer Assembly Version: 1.0.2156.26548 Win32 Version: 1.0.2156.26548 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/VideoPlayer.DLL ---------------------------------------- DirectShowLib Assembly Version: 1.2.0.0 Win32 Version: 1.2.0.0 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DirectShowLib.DLL ---------------------------------------- Microsoft.VisualBasic Assembly Version: 7.0.5000.0 Win32 Version: 7.10.3052.4 CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- MCLHotkey Assembly Version: 1.0.2128.22094 Win32 Version: 1.0.2128.22094 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/MCLHotkey.DLL ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- DirectX.Capture Assembly Version: 1.0.2144.42333 Win32 Version: 1.0.2144.42333 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DirectX.Capture.DLL ---------------------------------------- Accessibility Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll ---------------------------------------- DShowNET Assembly Version: 1.0.0.1 Win32 Version: 1.0.0.1 CodeBase: file:///C:/Program%20Files/Screen%20Monkey/DShowNET.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (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: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog."
  Support  Bugs  Error when sett...
Copyright 2005 by Oliver Waits