Crash after update Mediaportal 1.2.3 (1 Viewer)

tringler

Portal Pro
July 19, 2009
100
6
Fürth
Home Country
Germany Germany
Hello,

after upgrade to version 1.2.3 I get an error at startup ("starting plugins"):

CAB-Datei-ID: 0

Problemsignatur:
P1: mediaportal.exe
P2: 1.2.3.0
P3: 4f844ede
P4: MovingPictures
P5: 1.2.3.1329
P6: 4e36e82e
P7: 34e
P8: 11
P9: System.OutOfMemoryException
P10:

Angefügte Dateien:
C:\Users\MP-User\AppData\Local\Temp\WER1862.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:
C:\Users\MP-User\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_mediaportal.exe_8c2448652c3a72f2c87f31cc48b8ff537ff29365_16b028c6

Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 02041c17-8a22-11e1-a135-bcaec5986f3a
Berichtstatus: 0

Any ideas? Thanks, Tom
 

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Try to disable the plugins TVSeries & MovingPictures and see if MP will start.
    Thanks!
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    If you updated to v1.2.3 from v1.1.x or earlier then that would explain the 'why'. You need v1.2.x compatible plugins to make it work. Normally MediaPortal does a check for compatible plugins, but perhaps something is going wrong, or that is the part causing the crash. You can however install the v1.2.x compatible version of MovingPictures and restore your old movingpictures.db3 database without any problems and MovPic will do a quick 'upgrade' behind the scenes.

    MovingPictures is also the only major plugin still left that doesn't have an MPEI package, so you have to manually upgrade that one with the EXE installer you can download from the Google code project website.

    All the other plugins you might use, you can simply use the "MediaPortal Extension Installer" shortcut on your desktop to then switch to the "Options" tab, click the "Download online update info" and once done, switch to the "Installed Extensions" tab to verify you have the current/latest version on all the plugins you use.

    Enjoy.
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Hi,

    He does have a recent version of MovingPictures, but there are lots of sqlite errors in the logs.

    Some of these are clearly related to MovingPictures.

    Code:
    19-Apr-2012 15:19:25  Info [DatabaseMaintenanceM]: Performing File Information Upgrade Check... 
    19-Apr-2012 15:20:06 Error [  MovingPicturesCore]: Error:  System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
       bei System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       bei System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
       bei System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       bei Cornerstone.Database.DatabaseManager.Get(Type tableType, Int32 id)
       bei Cornerstone.Database.DatabaseManager.getRelationData(DatabaseTable dbObject, DBRelation relation)
       bei Cornerstone.Database.DatabaseManager.getAllRelationData(DatabaseTable dbObject)
       bei Cornerstone.Database.DatabaseManager.Get(Type tableType, Int32 id)
       bei Cornerstone.Database.DatabaseManager.getRelationData(DatabaseTable dbObject, DBRelation relation)
       bei Cornerstone.Database.DatabaseManager.getAllRelationData(DatabaseTable dbObject)
       bei Cornerstone.Database.DatabaseManager.Get(Type tableType, ICriteria criteria)
       bei Cornerstone.Database.DatabaseManager.Get[T](ICriteria criteria)
       bei MediaPortal.Plugins.MovingPictures.Database.DatabaseMaintenanceManager.PerformFileInformationUpgradeCheck()
       bei MediaPortal.Plugins.MovingPictures.MovingPicturesCore.Initialize()

    and there are many pages of

    Code:
    2012-04-19 15:19:26.272838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.274838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.276838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.278838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.280838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.282838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.284838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.286838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.287838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.289838 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.292839 [Info.][MPMain(1)]: SQLiteClient: Closing database: 
    2012-04-19 15:19:26.293839 [Info.][MPMain(1)]: SQLiteClient: Closing database:

    in MediaPortal.log

    I tend to assume that his database is pretty screwed up, but unless people with similar problems respond to our requests and post their database files here, I don't see what can be done to help.

    Mark
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Looks like MovPic is indeed attempting to upgrade the older database and then runs out of memory doing so.

    Technically it is possible to fix this via an SQLite database tool, but in all the times I've seen this happen, the easiest solution is to rip the bandage off and delete the database you got and start from scratch. It hurts if you made a lot of modifications and it also hurts as it will take a while to re-import everything, but if your filenames are good enough and contain at the least title+year then the need for manual approval should be very low.

    The odds of a mismatch do exist, as there are quite a few movies with the same title released in the same year, so it is best to have IMDb tt-ID available either direct in filename, or via NFO file, but that is something you will have to manually check afterwards then.

    And if you have to start over, it's a good time to check out other options as well, such as IMDb+ :cool:
     

    robsson86

    New Member
    February 18, 2012
    2
    0
    37
    Home Country
    Poland Poland
    I have some bigger problem - after reinstal system I instal MEdiaportal 1.2.3 and now I can't see or instal from file moving pictures - anyone knows a solution on that? Even after "succesfull" instalation of plugin from downloaded file I can't see it in configuration menu of MP
     

    Users who are viewing this thread

    Top Bottom