- Thread starter
- Moderator
- #21
Well, the first time I run my code I now have no errors in either error.log or MediaPortal.log. But...the second time I try to play a file, I get a lot of errors:
Am I failing to release some window, dialog or?
MediaPortal becomes unresponsive and can only be closed by killing the process (second playback only, first is fine)
I would appreciate any help!
Code:
2009-06-16 15:58:01.215600 [ERROR][MPMain]: Exception :System.NotSupportedException: Den angivne stis format understøttes ikke.
ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
ved System.IO.FileInfo..ctor(String fileName)
ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename)
ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename)
ved MediaPortal.Player.g_Player.OnStopped()
ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn)
ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn)
ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d)
ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg)
ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)
ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
ved MediaPortalApp.FrameMove()
2009-06-16 15:58:01.216600 [ERROR][MPMain]: Exception :Den angivne stis format understøttes ikke.
2009-06-16 15:58:01.216600 [ERROR][MPMain]: site :System.String CanonicalizePath(System.String, Boolean)
2009-06-16 15:58:01.217600 [ERROR][MPMain]: source :mscorlib
2009-06-16 15:58:01.217600 [ERROR][MPMain]: stacktrace: ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
ved System.IO.FileInfo..ctor(String fileName)
ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename)
ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename)
ved MediaPortal.Player.g_Player.OnStopped()
ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn)
ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn)
ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d)
ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg)
ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)
ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
ved MediaPortalApp.FrameMove()
Am I failing to release some window, dialog or?
MediaPortal becomes unresponsive and can only be closed by killing the process (second playback only, first is fine)
I would appreciate any help!