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
Support
Watch / Listen Media
watch/edit Videos
1.2RC1 crashes when playing some DVDs
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="Owlsroost" data-source="post: 783644" data-attributes="member: 83973"><p>If you look at the error.log, one of the Avalon skin plugins (AvalonEditor) is crashing:</p><p></p><p>[CODE]2011-08-31 22:02:23.583984 [ERROR][MPMain(1)]: SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Avalon\dialogIncompatiblePlugins.xml</p><p>2011-08-31 22:02:23.586914 [ERROR][MPMain(1)]: SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Avalon\dialogOldSkin.xml</p><p>2011-08-31 22:02:23.654296 [ERROR][MPMain(1)]: PluginManager: MesFilms, Version=4.9.2.3, Culture=neutral, PublicKeyToken=null is tagged as incompatible with the current MediaPortal version and won't be loaded!</p><p>2011-08-31 22:04:07.787109 [ERROR][(9)]: MediaPortal: Unhandled exception occured</p><p>2011-08-31 22:04:07.813476 [ERROR][(9)]: Exception :System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at ProcessPlugins.AvalonEditor.AvalonPlugin.OnAction(Action action)</p><p> at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)</p><p> at MediaPortal.GUI.Library.GUIGraphicsContext.OnAction(Action action)</p><p> at MediaPortal.InputDevices.InputHandler.DoMapAction(String btnCode, Int32 processID)</p><p> at MediaPortal.InputDevices.HcwRemote.OnReceive(String strReceive)</p><p> at UdpHelper.Connection.OnReceive(String strReceive)</p><p> at UdpHelper.Connection.ReceiveCallback(IAsyncResult ar)</p><p> at System.Net.LazyAsyncResult.Complete(IntPtr userToken)</p><p> at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr userToken)</p><p> at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)</p><p> at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)</p><p> at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)</p><p>2011-08-31 22:04:07.813476 [ERROR][(9)]: Exception :Object reference not set to an instance of an object.</p><p>2011-08-31 22:04:07.814453 [ERROR][(9)]: site :Void OnAction(MediaPortal.GUI.Library.Action)</p><p>2011-08-31 22:04:07.815429 [ERROR][(9)]: source :AvalonEditor</p><p>2011-08-31 22:04:07.816406 [ERROR][(9)]: stacktrace: at ProcessPlugins.AvalonEditor.AvalonPlugin.OnAction(Action action)</p><p> at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)</p><p> at MediaPortal.GUI.Library.GUIGraphicsContext.OnAction(Action action)</p><p> at MediaPortal.InputDevices.InputHandler.DoMapAction(String btnCode, Int32 processID)</p><p> at MediaPortal.InputDevices.HcwRemote.OnReceive(String strReceive)</p><p> at UdpHelper.Connection.OnReceive(String strReceive)</p><p> at UdpHelper.Connection.ReceiveCallback(IAsyncResult ar)</p><p> at System.Net.LazyAsyncResult.Complete(IntPtr userToken)</p><p> at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr userToken)</p><p> at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)</p><p> at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)</p><p> at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)[/CODE]</p><p></p><p>Try it with the default skin and check if it crashes....</p><p></p><p>Tony</p></blockquote><p></p>
[QUOTE="Owlsroost, post: 783644, member: 83973"] If you look at the error.log, one of the Avalon skin plugins (AvalonEditor) is crashing: [CODE]2011-08-31 22:02:23.583984 [ERROR][MPMain(1)]: SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Avalon\dialogIncompatiblePlugins.xml 2011-08-31 22:02:23.586914 [ERROR][MPMain(1)]: SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Avalon\dialogOldSkin.xml 2011-08-31 22:02:23.654296 [ERROR][MPMain(1)]: PluginManager: MesFilms, Version=4.9.2.3, Culture=neutral, PublicKeyToken=null is tagged as incompatible with the current MediaPortal version and won't be loaded! 2011-08-31 22:04:07.787109 [ERROR][(9)]: MediaPortal: Unhandled exception occured 2011-08-31 22:04:07.813476 [ERROR][(9)]: Exception :System.NullReferenceException: Object reference not set to an instance of an object. at ProcessPlugins.AvalonEditor.AvalonPlugin.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action) at MediaPortal.GUI.Library.GUIGraphicsContext.OnAction(Action action) at MediaPortal.InputDevices.InputHandler.DoMapAction(String btnCode, Int32 processID) at MediaPortal.InputDevices.HcwRemote.OnReceive(String strReceive) at UdpHelper.Connection.OnReceive(String strReceive) at UdpHelper.Connection.ReceiveCallback(IAsyncResult ar) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) 2011-08-31 22:04:07.813476 [ERROR][(9)]: Exception :Object reference not set to an instance of an object. 2011-08-31 22:04:07.814453 [ERROR][(9)]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2011-08-31 22:04:07.815429 [ERROR][(9)]: source :AvalonEditor 2011-08-31 22:04:07.816406 [ERROR][(9)]: stacktrace: at ProcessPlugins.AvalonEditor.AvalonPlugin.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action) at MediaPortal.GUI.Library.GUIGraphicsContext.OnAction(Action action) at MediaPortal.InputDevices.InputHandler.DoMapAction(String btnCode, Int32 processID) at MediaPortal.InputDevices.HcwRemote.OnReceive(String strReceive) at UdpHelper.Connection.OnReceive(String strReceive) at UdpHelper.Connection.ReceiveCallback(IAsyncResult ar) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)[/CODE] Try it with the default skin and check if it crashes.... Tony [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
1.2RC1 crashes when playing some DVDs
Contact us
RSS
Top
Bottom