Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

SD 4.4: in debug run-time on clicking [+] in inline variable watch

$
0
0

Exception thrown when I clicked on [+] in this strip:I can't reproduce this bug. But when I clicked 'continue' in exception window this strip didn't hide, staying top over all windows and everytime I click [+] exception is throwing.

SharpDevelop Version : 4.4.2.9735-f0930c43
.NET Version         : 4.0.30319.17929
OS Version           : Microsoft Windows NT 6.1.7600.0
Current culture      : Russian (Russia) (ru-RU)
Current UI language  : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 264696kb
GC Heap Memory       : 110344kb

Unhandled WPF exception
Exception thrown:
System.Runtime.InteropServices.InvalidComObjectException: COM object that has been separated from its underlying RCW cannot be used.
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Debugger.Interop.CorDebug.ICorDebugType.__GetBase(ICorDebugType& pBase)
   at Debugger.MetaData.DebugType.get_BaseType()
   at Debugger.AddIn.TreeModel.Utils.<LazyGetChildNodesOfObject>d__c.MoveNext()
   at ICSharpCode.SharpDevelop.ExtensionMethods.ForEach[T](IEnumerable`1 input, Action`1 action)
   at Debugger.AddIn.Tooltips.DebuggerTooltipControl.SetItemsSource(IEnumerable`1 value)
   at Debugger.AddIn.Tooltips.DebuggerTooltipControl.btnExpander_Click(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Primitives.ToggleButton.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
15:00:03.908 [1] DEBUG - Debugger: Callback: LoadModule F:\My dotNet Projects\MyGameRessurection\bin\Debug\Tekord.VertexDeclarationSystem.dll
15:00:03.927 [1] DEBUG - Debugger: Loaded symbols from disk for Tekord.VertexDeclarationSystem.dll
15:00:04.229 [1] DEBUG - Debugger: Callback: CreateThread 6696
15:00:04.572 [1] DEBUG - Application deactivated!
15:00:33.504 [1] DEBUG - Application activated!
15:00:33.713 [1] DEBUG - Debugger: Callback: ExitProcess
15:00:33.713 [1] INFO - Saving layout file: C:\Users\Preston\AppData\Roaming\ICSharpCode/SharpDevelop4\layouts\Debug.xml
15:00:33.714 [1] INFO - Loading layout file: C:\Users\Preston\AppData\Roaming\ICSharpCode/SharpDevelop4\layouts\Default.xml, hideAllLostPads=False
15:00:33.751 [1] DEBUG - ActiveContentChanged to
15:00:33.775 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent F:\My dotNet Projects\MyGameRessurection\OpenTkGameWindow.cs]
15:00:33.804 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)
15:00:33.804 [1] DEBUG - ChooseLayoutCommand.Run()
15:00:33.804 [1] INFO - Saving layout file: C:\Users\Preston\AppData\Roaming\ICSharpCode/SharpDevelop4\layouts\Default.xml
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\OpenTkGameWindow.cs, Line=527, Column=4, Type=Warning, Description='OpenTK.Graphics.OpenGL.GL.EnableClientState(OpenTK.Graphics.OpenGL.EnableCap)' is obsolete: 'Use EnableClientState(ArrayCap) instead.' (CS0618)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\OpenTkGameWindow.cs, Line=328, Column=16, Type=Warning, Description=The field 'MyGameRessurection.MyGameWindow.rotationStep' is assigned but its value is never used (CS0414)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=357, Column=10, Type=Warning, Description=The variable 'stepAmount' is assigned but its value is never used (CS0219)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=57, Column=29, Type=Warning, Description=The event 'MyGameRessurection.MyGame.SettingsChanged' is never used (CS0067)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=62, Column=29, Type=Warning, Description=The event 'MyGameRessurection.MyGame.ResolutionChanged' is never used (CS0067)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=67, Column=29, Type=Warning, Description=The event 'MyGameRessurection.MyGame.ViewFrustumChanged' is never used (CS0067)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=72, Column=29, Type=Warning, Description=The event 'MyGameRessurection.MyGame.WindowStateChanged' is never used (CS0067)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=77, Column=29, Type=Warning, Description=The event 'MyGameRessurection.MyGame.VSyncModeChanged' is never used (CS0067)
15:00:33.806 [1] DEBUG - [Task:File=F:\My dotNet Projects\MyGameRessurection\MyGame.cs, Line=388, Column=9, Type=Warning, Description=The field 'MyGameRessurection.MyGame._redValue' is assigned but its value is never used (CS0414)
15:00:33.806 [1] DEBUG - Debugger: Reset done
15:00:33.807 [1] DEBUG - Debugger: ICorDebug terminated
15:00:33.810 [1] DEBUG - Debugger: Released 5851 tracked COM objects

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: [AvalonEditViewContent F:\My dotNet Projects\MyGameRessurection\OpenTkGameWindow.cs]
ProjectService.OpenSolution: [Solution: FileName=F:\My dotNet Projects\MyGameRessurection\MyGameRessurection.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: MyGameRessurection]


Viewing all articles
Browse latest Browse all 1764

Trending Articles