"Stopped Working" error when 1.30 starts (1 Viewer)

itm

Portal Pro
October 15, 2005
86
0
I regularly get a "stopped working" Windows error when MP 1.30 is starting up on my Windows 7 system. The application continues to start up fine (it hides the error box as it is configure to run Always on Top.
The detail of the error when I expand the Windows error window is below.
Does anyone know what might be causing this?

Code:
Description:
  Stopped working
 
Problem signature:
  Problem Event Name:	CLR20r3
  Problem Signature 01:	mediaportal.exe
  Problem Signature 02:	1.3.0.0
  Problem Signature 03:	512d0eeb
  Problem Signature 04:	System.Windows.Forms
  Problem Signature 05:	2.0.0.0
  Problem Signature 06:	4ca2baf7
  Problem Signature 07:	14d0
  Problem Signature 08:	23
  Problem Signature 09:	System.ObjectDisposedException
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	2057
 
Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
 
If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
[DOUBLEPOST=1364077409][/DOUBLEPOST]This was the entry in the error log from the last time this happened:
Code:
2013-03-23 21:29:16.474992 [ERROR][(18)]: MediaPortal: Unhandled exception occured
2013-03-23 21:29:16.652002 [ERROR][(18)]: Exception  :System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'SuicideForm'.
  at System.Windows.Forms.Control.CreateHandle()
  at System.Windows.Forms.Form.CreateHandle()
  at System.Windows.Forms.Control.get_Handle()
  at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  at System.Windows.Forms.Control.Show()
  at MediaPortal.Player.Win32.KillFormThread()
  at MediaPortal.Player.Win32.<FixDwm>b__0()
  at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  at System.Threading.ThreadHelper.ThreadStart()
2013-03-23 21:29:16.652002 [ERROR][(18)]: Exception  :Cannot access a disposed object.
Object name: 'SuicideForm'.
2013-03-23 21:29:16.653002 [ERROR][(18)]:  site	  :Void CreateHandle()
2013-03-23 21:29:16.670003 [ERROR][(18)]:  source	:System.Windows.Forms
2013-03-23 21:29:16.670003 [ERROR][(18)]:  stacktrace:  at System.Windows.Forms.Control.CreateHandle()
  at System.Windows.Forms.Form.CreateHandle()
  at System.Windows.Forms.Control.get_Handle()
  at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  at System.Windows.Forms.Control.Show()
  at MediaPortal.Player.Win32.KillFormThread()
  at MediaPortal.Player.Win32.<FixDwm>b__0()
  at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  at System.Threading.ThreadHelper.ThreadStart()
 

Users who are viewing this thread

Top Bottom