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
Area 51 - Testing Area
madVR support in MP1
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="Palm_Maniac" data-source="post: 1182367" data-attributes="member: 43207"><p>Hi,</p><p></p><p>the new V44 can crash at my MP also. In the MP logs are no problem there, but I have found something in the Windows Logs, a .NET error.</p><p></p><p>[code]Anwendung: MediaPortal.exe</p><p>Frameworkversion: v4.0.30319</p><p>Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.</p><p>Ausnahmeinformationen: System.AccessViolationException</p><p> bei System.StubHelpers.InterfaceMarshaler.ConvertToNative(System.Object, IntPtr, IntPtr, Int32)</p><p> bei DirectShowLib.IGraphBuilder.AddFilter(DirectShowLib.IBaseFilter, System.String)</p><p> bei MediaPortal.Player.VMR9Util.AddVMR9(DirectShowLib.IGraphBuilder)</p><p> bei MediaPortal.Player.TSReaderPlayer.GetInterfaces(System.String)</p><p> bei MediaPortal.Player.BaseTSReaderPlayer.Play(System.String)</p><p> bei MediaPortal.Player.g_Player+<>c__DisplayClass4.<Play>b__3(System.Object)</p><p></p><p>Ausnahmeinformationen: System.Reflection.TargetInvocationException</p><p> bei System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)</p><p> bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])</p><p> bei System.Delegate.DynamicInvokeImpl(System.Object[])</p><p> bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)</p><p> bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(System.Object)</p><p> bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)</p><p> bei System.Windows.Forms.Control.InvokeMarshaledCallbacks()</p><p> bei System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)</p><p> bei System.Windows.Forms.Control.Invoke(System.Delegate, System.Object[])</p><p> bei System.Windows.Forms.WindowsFormsSynchronizationContext.Send(System.Threading.SendOrPostCallback, System.Object)</p><p> bei MediaPortal.Player.g_Player.Play(System.String, MediaType, System.IO.TextReader, Boolean, Int32, Boolean, Boolean)</p><p> bei MediaPortal.Player.g_Player.Play(System.String, MediaType, System.String, Boolean)</p><p> bei TvPlugin.TVHome.StartPlay()</p><p> bei TvPlugin.TVHome.ViewChannelAndCheck(TvDatabase.Channel)</p><p> bei TvPlugin.TVHome.AutoTurnOnTv(TvDatabase.Channel)</p><p> bei TvPlugin.TVHome.OnPageLoad()</p><p> bei MediaPortal.GUI.Library.GUIWindow.OnMessage(MediaPortal.GUI.Library.GUIMessage)</p><p> bei TvPlugin.TVHome.OnMessage(MediaPortal.GUI.Library.GUIMessage)</p><p> bei MediaPortal.GUI.Library.GUIWindowManager.ActivateWindow(Int32, Boolean, Boolean, System.String, Boolean, Int32)</p><p> bei MediaPortal.GUI.Library.GUIButtonControl.OnAction(MediaPortal.GUI.Library.Action)</p><p> bei MediaPortal.GUI.Library.GUIWindow.OnAction(MediaPortal.GUI.Library.Action)</p><p> bei MediaPortal.GUI.Library.GUIWindowManager.OnAction(MediaPortal.GUI.Library.Action)</p><p> bei MediaPortalApp.OnAction(MediaPortal.GUI.Library.Action)</p><p> bei MediaPortal.GUI.Library.OnActionHandler.Invoke(MediaPortal.GUI.Library.Action)</p><p> bei MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()</p><p> bei MediaPortalApp.FrameMove()</p><p> bei MediaPortal.D3D.OnIdle(System.Object, System.EventArgs)</p><p> bei System.Windows.Forms.Application+ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32)</p><p> bei System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)</p><p> bei System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)</p><p> bei System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)</p><p> bei System.Windows.Forms.Application.Run(System.Windows.Forms.Form)</p><p> bei MediaPortalApp.Main(System.String[])</p><p></p><p>[/code]</p><p></p><p>I hope so something can be begin. The error occurs only after the first version with exclusive mode support on.</p></blockquote><p></p>
[QUOTE="Palm_Maniac, post: 1182367, member: 43207"] Hi, the new V44 can crash at my MP also. In the MP logs are no problem there, but I have found something in the Windows Logs, a .NET error. [code]Anwendung: MediaPortal.exe Frameworkversion: v4.0.30319 Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet. Ausnahmeinformationen: System.AccessViolationException bei System.StubHelpers.InterfaceMarshaler.ConvertToNative(System.Object, IntPtr, IntPtr, Int32) bei DirectShowLib.IGraphBuilder.AddFilter(DirectShowLib.IBaseFilter, System.String) bei MediaPortal.Player.VMR9Util.AddVMR9(DirectShowLib.IGraphBuilder) bei MediaPortal.Player.TSReaderPlayer.GetInterfaces(System.String) bei MediaPortal.Player.BaseTSReaderPlayer.Play(System.String) bei MediaPortal.Player.g_Player+<>c__DisplayClass4.<Play>b__3(System.Object) Ausnahmeinformationen: System.Reflection.TargetInvocationException bei System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean) bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[]) bei System.Delegate.DynamicInvokeImpl(System.Object[]) bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry) bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(System.Object) bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry) bei System.Windows.Forms.Control.InvokeMarshaledCallbacks() bei System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean) bei System.Windows.Forms.Control.Invoke(System.Delegate, System.Object[]) bei System.Windows.Forms.WindowsFormsSynchronizationContext.Send(System.Threading.SendOrPostCallback, System.Object) bei MediaPortal.Player.g_Player.Play(System.String, MediaType, System.IO.TextReader, Boolean, Int32, Boolean, Boolean) bei MediaPortal.Player.g_Player.Play(System.String, MediaType, System.String, Boolean) bei TvPlugin.TVHome.StartPlay() bei TvPlugin.TVHome.ViewChannelAndCheck(TvDatabase.Channel) bei TvPlugin.TVHome.AutoTurnOnTv(TvDatabase.Channel) bei TvPlugin.TVHome.OnPageLoad() bei MediaPortal.GUI.Library.GUIWindow.OnMessage(MediaPortal.GUI.Library.GUIMessage) bei TvPlugin.TVHome.OnMessage(MediaPortal.GUI.Library.GUIMessage) bei MediaPortal.GUI.Library.GUIWindowManager.ActivateWindow(Int32, Boolean, Boolean, System.String, Boolean, Int32) bei MediaPortal.GUI.Library.GUIButtonControl.OnAction(MediaPortal.GUI.Library.Action) bei MediaPortal.GUI.Library.GUIWindow.OnAction(MediaPortal.GUI.Library.Action) bei MediaPortal.GUI.Library.GUIWindowManager.OnAction(MediaPortal.GUI.Library.Action) bei MediaPortalApp.OnAction(MediaPortal.GUI.Library.Action) bei MediaPortal.GUI.Library.OnActionHandler.Invoke(MediaPortal.GUI.Library.Action) bei MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages() bei MediaPortalApp.FrameMove() bei MediaPortal.D3D.OnIdle(System.Object, System.EventArgs) bei System.Windows.Forms.Application+ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32) bei System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) bei System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) bei System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) bei System.Windows.Forms.Application.Run(System.Windows.Forms.Form) bei MediaPortalApp.Main(System.String[]) [/code] I hope so something can be begin. The error occurs only after the first version with exclusive mode support on. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Area 51 - Testing Area
madVR support in MP1
Contact us
RSS
Top
Bottom