-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The awesome plugin unfortunately crashes on Windows 8 when you select a movie and click on "cut". "Crash" means that the sandbox appears and goes forever. See mediaportal forum.
The log shows an error in a string comparison of the input filename. Some argument seems to be NULL. It was not a series, but a normal recording. On a second PC with Windows 7, the same recording can be cut with myvideoredo.
[2019-12-22 14:13:37,294] [Log ] [MPMain ] [INFO ] - [MyVideoReDo] :: Using language de
[2019-12-22 14:13:37,298] [Log ] [MPMain ] [WARN ] - [MyVideoReDo] :: Translation not found for field: GroupTVSuiteProfile. Using hard-coded German default.
[2019-12-22 14:13:37,301] [Log ] [MPMain ] [INFO ] - [MyVideoReDo] :: Translating skin
[2019-12-22 14:13:37,332] [Log ] [MPMain ] [INFO ] - [MyVideoReDo] :: 1 recordings were loaded to the list.
[2019-12-22 14:13:38,150] [Log ] [MPMain ] [INFO ] - Main: Deactivation request received
[2019-12-22 14:13:39,100] [Log ] [MPMain ] [INFO ] - [MyVideoReDo] :: VideoReDo Version:4.20.6.619 - Apr 3 2011
[2019-12-22 14:13:39,101] [Log ] [MPMain ] [INFO ] - Main: Activation request received
[2019-12-22 14:13:41,741] [Error ] [MPMain ] [ERROR] - OnMessage exception:System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: input
bei System.Text.RegularExpressions.Regex.Replace(String input, String replacement)
bei System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement)
bei MyVideoRedo.Helper.ParseSaveVideoFilename(Recordings Recording, Boolean IsSerie)
bei MyVideoRedo.MyVideoRedo.GUIStart.btnCutVideo_Clicked()
bei MyVideoRedo.MyVideoRedo.GUIStart.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
bei MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
[2019-12-22 14:13:45,558] [Error ] [MPMain ] [ERROR] - Tv NotifyManager: Exception at timer_tick Error: StatementErrorUnclassified
Gentle.Common.GentleException: show columns from recording ---> MySql.Data.MySqlClient.MySqlException: Got error 28 from storage engine
bei MySql.Data.MySqlClient.MySqlStream.OpenPacket()
bei MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId)
bei MySql.Data.MySqlClient.MySqlDataReader.GetResultSet()
bei MySql.Data.MySqlClient.MySqlDataReader.NextResult()
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
bei System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
bei Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr)
--- Ende der internen Ausnahmestapelüberwachung ---
bei Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
bei Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
bei Gentle.Provider.MySQL.MySQLAnalyzer.Analyze(String tableName)
bei Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
bei Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
bei TvDatabase.Recording.ListAllActive()
bei TvPlugin.TvNotifyManager.AddActiveRecordings()
bei TvPlugin.TvNotifyManager._timer_Tick(Object sender, EventArgs e)MySql.Data.MySqlClient.MySqlException (0x80004005): Got error 28 from storage engine
bei MySql.Data.MySqlClient.MySqlStream.OpenPacket()
bei MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId)
bei MySql.Data.MySqlClient.MySqlDataReader.GetResultSet()
bei MySql.Data.MySqlClient.MySqlDataReader.NextResult()
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
bei System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
bei Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr) st : bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
bei System.Environment.get_StackTrace()
bei TvPlugin.TvNotifyManager._timer_Tick(Object sender, EventArgs e)
bei System.Windows.Forms.Timer.OnTick(EventArgs e)
bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.Run(Form mainForm)
bei MediaPortalApp.Main(String[] args)
Would be awesome if you found time to keep an eye on that!