Freeze after Standby (1 Viewer)

Walzing

Portal Pro
November 15, 2008
187
9
Hi,

since MP 1.5 (I jumped over 1.4), Mediaportal sometimes freezes after standby.

The log shows following:
Code:
[2013-11-01 16:41:53,658] [Log    ] [MPMain  ] [INFO ] - D3D: Showing Taskbar
[2013-11-01 16:41:53,698] [Error  ] [50      ] [ERROR] - MediaPortal: Unhandled exception occured
[2013-11-01 16:41:53,698] [Error  ] [22      ] [ERROR] - MediaPortal: Unhandled exception occured
[2013-11-01 16:41:53,698] [Error  ] [56      ] [ERROR] - MediaPortal: Unhandled exception occured
[2013-11-01 16:41:53,738] [Log    ] [56      ] [ERROR] - Exception: System.ObjectDisposedException: Auf das verworfene Objekt kann nicht zugegriffen werden.
Objektname: "MediaPortalApp".
  bei System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  bei System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  bei System.Windows.Forms.Control.Invoke(Delegate method)
 

mArBLe

Portal Member
July 22, 2009
9
0
Home Country
Sweden Sweden
I second Walzing's problem, as I am experiencing the exact same thing after ugrapding to 1.5. I also went straight to 1.5 from 1.3.
 

rasmusp

Portal Member
October 13, 2006
8
1
Odense, Fyn
Home Country
Denmark Denmark
I see the same, except for my system, this happens every time i wake my HTCP from standby. This has started ever since i upgraded to 1.5.

Edit:
- It is only MP client that freeze. The TV server runs just fine. And so does windows.
- Attached log files from one incident.
 
Last edited:

ofh

Portal Member
April 14, 2006
36
0
Just info !
Same as rasmusp here on my setup 1.5, and only the client.
No logfiles attached.

BR
OFH
 

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
@rasmusp
osmething is terribly wrong with SQLite:
[2013-11-05 15:39:08,396] [Log ] [MPMain ] [INFO ] - open folderdatabase
[2013-11-05 15:39:08,396] [Error ] [MPMain ] [ERROR] - SQLiteClient: FolderDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:NOTADB detailed:file is encrypted or is not a database query:pRAGMA cache_size=4096
[2013-11-05 15:39:08,406] [Log ] [MPMain ] [ERROR] - Exception: SQLite.NET.SQLiteException: SQLiteClient: FolderDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:NOTADB detailed:file is encrypted or is not a database query:pRAGMA cache_size=4096
at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
at SQLite.NET.SQLiteClient.Execute(String query)
at MediaPortal.Database.DatabaseUtility.SetPragmas(SQLiteClient m_db)
at Databases.Folders.FolderSettingsSqlLite..ctor() Message: SQLiteClient: FolderDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:NOTADB detailed:file is encrypted or is not a database query:pRAGMA cache_size=4096 Site : Void ThrowError(System.String, System.String, SqliteError) Source : Databases Stack Trace: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
at SQLite.NET.SQLiteClient.Execute(String query)
at MediaPortal.Database.DatabaseUtility.SetPragmas(SQLiteClient m_db)
at Databases.Folders.FolderSettingsSqlLite..ctor()
[2013-11-05 15:39:08,416] [Error ] [MPMain ] [ERROR] - SQLiteClient: PictureDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:NOTADB detailed:file is encrypted or is not a database query:pRAGMA cache_size=4096
[2013-11-05 15:39:08,416] [Error ] [MPMain ] [ERROR] - picture database exception err:confused:QLiteClient: PictureDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:NOTADB detailed:file is encrypted or is not a database query:pRAGMA cache_size=4096 stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
at SQLite.NET.SQLiteClient.Execute(String query)
at MediaPortal.Database.DatabaseUtility.SetPragmas(SQLiteClient m_db)
at MediaPortal.Picture.Database.PictureDatabaseSqlLite.Open()
moreover, in app.log there are some entries about MSSE, happening at the same time:
Fault bucket , type 0 Event Name: MpTelemetry Response: Not available Cab Id: 0 Problem signature: P1: Microsoft Security Essentials
Can you disable MS security essentials completely and try to reproduce again?
 

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
@Walzing
you have a lot of
[2013-11-01 16:40:30,934] [Error ] [PS StandbyWakeup] [ERROR] - PS: Cannot connect to local tvservice to load settings
so please clear first why TVServer isn't available after wakeup
 

rasmusp

Portal Member
October 13, 2006
8
1
Odense, Fyn
Home Country
Denmark Denmark
@rasmusp
osmething is terribly wrong with SQLite:

interesting, I did a complete removal and reinstall of MP1.5 incl. a dump of the database to try to counter this problem, so i would have thought that all that was running fine as the install is only a few days old.

i am not at home at the moment, but I will look into it next week.

thanks
./ras
 

Users who are viewing this thread

Top Bottom