home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
MediaPortal Crashing with 2.1.3321
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="whiskaz" data-source="post: 375976" data-attributes="member: 66443"><p>I'm getting the following error now and again, which causes MP to crash (but not become unresponsive):</p><p></p><p>[code]2009-02-10 12:30:06.248252 [ERROR][21]: MediaPortal: Unhandled exception occured</p><p>2009-02-10 12:30:06.315252 [ERROR][21]: Exception :System.InvalidOperationException: Collection was modified; enumeration operation may not execute.</p><p> at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)</p><p> at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()</p><p> at aclib.Performance.PerfWatcher.<get_InstantiatedWatches>d__0.MoveNext()</p><p> at WindowPlugins.GUITVSeries.TVSeriesPlugin.bgFacadeDone(Object sender, RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)</p><p> at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)</p><p> at System.Threading.ExecutionContext.runTryCode(Object userData)</p><p> at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p><p> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</p><p>2009-02-10 12:30:06.315252 [ERROR][21]: Exception :Collection was modified; enumeration operation may not execute.</p><p>2009-02-10 12:30:06.315252 [ERROR][21]: site :Void ThrowInvalidOperationException(System.ExceptionResource)</p><p>2009-02-10 12:30:06.316252 [ERROR][21]: source :mscorlib</p><p>2009-02-10 12:30:06.316252 [ERROR][21]: stacktrace: at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)</p><p> at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()</p><p> at aclib.Performance.PerfWatcher.<get_InstantiatedWatches>d__0.MoveNext()</p><p> at WindowPlugins.GUITVSeries.TVSeriesPlugin.bgFacadeDone(Object sender, RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)</p><p> at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)</p><p> at System.Threading.ExecutionContext.runTryCode(Object userData)</p><p> at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p><p> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</p><p>[/code]</p><p></p><p>It happens around the same time TVSeries has finished updating shows:</p><p></p><p>[code]00000018 - 2/10/2009 12:30:05 PM - *************** Checking for Episode Thumbnails ***************</p><p>00000018 - 2/10/2009 12:30:06 PM - ***************************************************************************</p><p>00000018 - 2/10/2009 12:30:06 PM - ******************* Completed ***************************</p><p>00000018 - 2/10/2009 12:30:06 PM - ***************************************************************************</p><p>00000021 - 2/10/2009 12:30:06 PM - Online Parsing done</p><p>00000021 - 2/10/2009 12:30:06 PM - Error preparing Facade... Object reference not set to an instance of an object.</p><p>00000021 - 2/10/2009 12:30:06 PM - The 'LoadFacade' function has generated an error: Object reference not set to an instance of an object.[/code]</p><p></p><p>I'm also using the latest version of StreamedMP.</p><p></p><p>Thanks,</p><p>Jeremy</p></blockquote><p></p>
[QUOTE="whiskaz, post: 375976, member: 66443"] I'm getting the following error now and again, which causes MP to crash (but not become unresponsive): [code]2009-02-10 12:30:06.248252 [ERROR][21]: MediaPortal: Unhandled exception occured 2009-02-10 12:30:06.315252 [ERROR][21]: Exception :System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at aclib.Performance.PerfWatcher.<get_InstantiatedWatches>d__0.MoveNext() at WindowPlugins.GUITVSeries.TVSeriesPlugin.bgFacadeDone(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) 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.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) 2009-02-10 12:30:06.315252 [ERROR][21]: Exception :Collection was modified; enumeration operation may not execute. 2009-02-10 12:30:06.315252 [ERROR][21]: site :Void ThrowInvalidOperationException(System.ExceptionResource) 2009-02-10 12:30:06.316252 [ERROR][21]: source :mscorlib 2009-02-10 12:30:06.316252 [ERROR][21]: stacktrace: at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at aclib.Performance.PerfWatcher.<get_InstantiatedWatches>d__0.MoveNext() at WindowPlugins.GUITVSeries.TVSeriesPlugin.bgFacadeDone(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) 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.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) [/code] It happens around the same time TVSeries has finished updating shows: [code]00000018 - 2/10/2009 12:30:05 PM - *************** Checking for Episode Thumbnails *************** 00000018 - 2/10/2009 12:30:06 PM - *************************************************************************** 00000018 - 2/10/2009 12:30:06 PM - ******************* Completed *************************** 00000018 - 2/10/2009 12:30:06 PM - *************************************************************************** 00000021 - 2/10/2009 12:30:06 PM - Online Parsing done 00000021 - 2/10/2009 12:30:06 PM - Error preparing Facade... Object reference not set to an instance of an object. 00000021 - 2/10/2009 12:30:06 PM - The 'LoadFacade' function has generated an error: Object reference not set to an instance of an object.[/code] I'm also using the latest version of StreamedMP. Thanks, Jeremy [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
MediaPortal Crashing with 2.1.3321
Contact us
RSS
Top
Bottom