MediaPortal 1.13 and Windows 10 Crash (1 Viewer)

Adam86

Portal Pro
April 19, 2012
99
6
37
Home Country
United Kingdom United Kingdom
Good evening,

Got a machine that has recently been upgraded to Windows 10 from Windows 8.1.

Getting an intermittent crash unfortunately though, there appears to be some DirectX related errors that I can see but I am not sure why.

Could anybody shed any light?

Sometime's I am finding that when the system has been left idle for a while, MediaPortal appears to loose focus and doesn't respond until it is selected again which never happened before on Windows 8.1.

Thanks
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Hi

    Could anybody shed any light?
    Not really. While the log files give a few hints (as you say, DirectX etc.), they don't contain full debug-level info... and the fact that you're still using MP 1.13 could be a factor too.
     

    Adam86

    Portal Pro
    April 19, 2012
    99
    6
    37
    Home Country
    United Kingdom United Kingdom
    1.13 is the latest I can go to right now, I use the DJBlu builds for the Freesat EPG and no one has compiled any newer builds unfortunately :-(

    I can change the logging level if that helps?

    I can also remove incompatible plug in completely. The Trakt thing is a bit unusual as the file included in the logs is several hundred MB and we don't even use that.

    Cheers
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    I can change the logging level if that helps?
    It may help to figure out what the problem is, but you'd still be stuck with the problem because I wouldn't be able to provide a patch for your version of MP.

    You do know that standard versions of MP receive Freesat EPG just fine, right?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    I think your trakt log is large because you have a bad entry for the sync interval in MediaPortal.xml, SyncTimerLength=24 means do a sync every 24ms. Only way I could explain that is if you copied an older incompatible settings file across (which used a different unit) manually or via 3rd party backup/restore.

    I suggest just disable the plugin if you are not using it, or even better remove the offending entry in MediaPortal.xml. You might as well remove the whole section to be safe, search for "<section name="Trakt">" in the MediaPortal.xml file and remove the entire section:

    Code:
      <section name="Trakt">
      <entry name="Username">
      </entry>
      <entry name="TVSeries">0</entry>
      <entry name="MovingPictures">-1</entry>
      <entry name="MyVideos">-1</entry>
      <entry name="MyFilms">-1</entry>
      <entry name="OnlineVideos">-1</entry>
      <entry name="MyTVRecordings">-1</entry>
      <entry name="MyTVLive">-1</entry>
      <entry name="KeepLibraryClean">no</entry>
      <entry name="BlockedFilenames">[]</entry>
      <entry name="BlockedFolders">[]</entry>
      <entry name="SyncTimerLength">24</entry>
      <entry name="SyncStartDelay">0</entry>
      <entry name="TrendingMoviesDefaultLayout">0</entry>
      <entry name="TrendingShowsDefaultLayout">0</entry>
      <entry name="RecommendedMoviesDefaultLayout">0</entry>
      <entry name="RecommendedShowsDefaultLayout">0</entry>
      <entry name="WatchListMoviesDefaultLayout">0</entry>
      <entry name="WatchListShowsDefaultLayout">0</entry>
      <entry name="WatchListEpisodesDefaultLayout">0</entry>
      <entry name="RelatedMoviesDefaultLayout">0</entry>
      <entry name="RelatedShowsDefaultLayout">0</entry>
      <entry name="ListsDefaultLayout">0</entry>
      <entry name="ListItemsDefaultLayout">0</entry>
      <entry name="DefaultCalendarView">0</entry>
      <entry name="DefaultCalendarStartDate">0</entry>
      <entry name="DownloadFullSizeFanart">no</entry>
      <entry name="DownloadFanart">yes</entry>
      <entry name="WebRequestCacheMinutes">15</entry>
      <entry name="WebRequestTimeout">30000</entry>
      <entry name="GetFriendRequestsOnStartup">yes</entry>
      <entry name="MovingPicturesCategories">no</entry>
      <entry name="MovingPicturesFilters">no</entry>
      <entry name="CalendarHideTVShowsInWatchList">no</entry>
      <entry name="HideWatchedRelatedMovies">no</entry>
      <entry name="HideWatchedRelatedShows">no</entry>
      <entry name="HideSpoilersOnShouts">no</entry>
      <entry name="ShowSeasonsLayout">0</entry>
      <entry name="SeasonEpisodesDefaultLayout">0</entry>
      <entry name="ShowRateDialogOnWatched">no</entry>
      <entry name="DashboardMovieTrendingActive">no</entry>
      <entry name="MovieRecommendationGenre">All</entry>
      <entry name="MovieRecommendationHideCollected">no</entry>
      <entry name="MovieRecommendationHideWatchlisted">no</entry>
      <entry name="MovieRecommendationStartYear">0</entry>
      <entry name="MovieRecommendationEndYear">0</entry>
      <entry name="ShowRecommendationGenre">All</entry>
      <entry name="ShowRecommendationHideCollected">no</entry>
      <entry name="ShowRecommendationHideWatchlisted">no</entry>
      <entry name="ShowRecommendationStartYear">0</entry>
      <entry name="ShowRecommendationEndYear">0</entry>
      <entry name="SortByRecommendedMovies">{"Direction":0,"Field":0}</entry>
      <entry name="SortByRecommendedShows">{"Direction":0,"Field":0}</entry>
      <entry name="SortByTrendingMovies">{"Direction":1,"Field":5}</entry>
      <entry name="SortByTrendingShows">{"Direction":1,"Field":5}</entry>
      <entry name="SortByWatchListMovies">{"Direction":1,"Field":6}</entry>
      <entry name="SortByWatchListShows">{"Direction":1,"Field":6}</entry>
      <entry name="EnableJumpToForTVShows">no</entry>
      <entry name="MyFilmsCategories">no</entry>
      <entry name="SortSeasonsAscending">no</entry>
      <entry name="ArgusRecordings">-1</entry>
      <entry name="ArgusTVLive">-1</entry>
      <entry name="SettingsVersion">2</entry>
      <entry name="RememberLastSelectedActivity">yes</entry>
      <entry name="TrendingMoviesHideWatched">no</entry>
      <entry name="TrendingMoviesHideWatchlisted">no</entry>
      <entry name="TrendingMoviesHideCollected">no</entry>
      <entry name="TrendingMoviesHideRated">no</entry>
      <entry name="TrendingShowsHideWatched">no</entry>
      <entry name="TrendingShowsHideWatchlisted">no</entry>
      <entry name="TrendingShowsHideCollected">no</entry>
      <entry name="TrendingShowsHideRated">no</entry>
      <entry name="DefaultNetworkView">1</entry>
      <entry name="RecentWatchedMoviesDefaultLayout">0</entry>
      <entry name="RecentWatchedEpisodesDefaultLayout">0</entry>
      <entry name="RecentAddedMoviesDefaultLayout">0</entry>
      <entry name="RecentAddedEpisodesDefaultLayout">0</entry>
      <entry name="SyncLibrary">yes</entry>
      <entry name="SearchMoviesDefaultLayout">0</entry>
      <entry name="SearchShowsDefaultLayout">0</entry>
      <entry name="SearchEpisodesDefaultLayout">0</entry>
      <entry name="SearchPeopleDefaultLayout">0</entry>
      <entry name="SearchUsersDefaultLayout">0</entry>
      <entry name="ShowSearchResultsBreakdown">yes</entry>
      <entry name="MaxSearchResults">30</entry>
      <entry name="FilterTrendingOnDashboard">no</entry>
      <entry name="IgnoreWatchedPercentOnDVD">yes</entry>
      <entry name="Password">
      </entry>
     

    Adam86

    Portal Pro
    April 19, 2012
    99
    6
    37
    Home Country
    United Kingdom United Kingdom
    It may help to figure out what the problem is, but you'd still be stuck with the problem because I wouldn't be able to provide a patch for your version of MP.

    You do know that standard versions of MP receive Freesat EPG just fine, right?

    Sorry I best clarify that, I use DJBlu builds so I get proper channel numbering on Freesat, without that plugin, there is no channel numbers and they are all set at 10000.

    I think your trakt log is large because you have a bad entry for the sync interval in MediaPortal.xml, SyncTimerLength=24 means do a sync every 24ms. Only way I could explain that is if you copied an older incompatible settings file across (which used a different unit) manually or via 3rd party backup/restore.

    I suggest just disable the plugin if you are not using it, or even better remove the offending entry in MediaPortal.xml. You might as well remove the whole section to be safe, search for "<section name="Trakt">" in the MediaPortal.xml file and remove the entire section:

    Code:
      <section name="Trakt">
      <entry name="Username">
      </entry>
      <entry name="TVSeries">0</entry>
      <entry name="MovingPictures">-1</entry>
      <entry name="MyVideos">-1</entry>
      <entry name="MyFilms">-1</entry>
      <entry name="OnlineVideos">-1</entry>
      <entry name="MyTVRecordings">-1</entry>
      <entry name="MyTVLive">-1</entry>
      <entry name="KeepLibraryClean">no</entry>
      <entry name="BlockedFilenames">[]</entry>
      <entry name="BlockedFolders">[]</entry>
      <entry name="SyncTimerLength">24</entry>
      <entry name="SyncStartDelay">0</entry>
      <entry name="TrendingMoviesDefaultLayout">0</entry>
      <entry name="TrendingShowsDefaultLayout">0</entry>
      <entry name="RecommendedMoviesDefaultLayout">0</entry>
      <entry name="RecommendedShowsDefaultLayout">0</entry>
      <entry name="WatchListMoviesDefaultLayout">0</entry>
      <entry name="WatchListShowsDefaultLayout">0</entry>
      <entry name="WatchListEpisodesDefaultLayout">0</entry>
      <entry name="RelatedMoviesDefaultLayout">0</entry>
      <entry name="RelatedShowsDefaultLayout">0</entry>
      <entry name="ListsDefaultLayout">0</entry>
      <entry name="ListItemsDefaultLayout">0</entry>
      <entry name="DefaultCalendarView">0</entry>
      <entry name="DefaultCalendarStartDate">0</entry>
      <entry name="DownloadFullSizeFanart">no</entry>
      <entry name="DownloadFanart">yes</entry>
      <entry name="WebRequestCacheMinutes">15</entry>
      <entry name="WebRequestTimeout">30000</entry>
      <entry name="GetFriendRequestsOnStartup">yes</entry>
      <entry name="MovingPicturesCategories">no</entry>
      <entry name="MovingPicturesFilters">no</entry>
      <entry name="CalendarHideTVShowsInWatchList">no</entry>
      <entry name="HideWatchedRelatedMovies">no</entry>
      <entry name="HideWatchedRelatedShows">no</entry>
      <entry name="HideSpoilersOnShouts">no</entry>
      <entry name="ShowSeasonsLayout">0</entry>
      <entry name="SeasonEpisodesDefaultLayout">0</entry>
      <entry name="ShowRateDialogOnWatched">no</entry>
      <entry name="DashboardMovieTrendingActive">no</entry>
      <entry name="MovieRecommendationGenre">All</entry>
      <entry name="MovieRecommendationHideCollected">no</entry>
      <entry name="MovieRecommendationHideWatchlisted">no</entry>
      <entry name="MovieRecommendationStartYear">0</entry>
      <entry name="MovieRecommendationEndYear">0</entry>
      <entry name="ShowRecommendationGenre">All</entry>
      <entry name="ShowRecommendationHideCollected">no</entry>
      <entry name="ShowRecommendationHideWatchlisted">no</entry>
      <entry name="ShowRecommendationStartYear">0</entry>
      <entry name="ShowRecommendationEndYear">0</entry>
      <entry name="SortByRecommendedMovies">{"Direction":0,"Field":0}</entry>
      <entry name="SortByRecommendedShows">{"Direction":0,"Field":0}</entry>
      <entry name="SortByTrendingMovies">{"Direction":1,"Field":5}</entry>
      <entry name="SortByTrendingShows">{"Direction":1,"Field":5}</entry>
      <entry name="SortByWatchListMovies">{"Direction":1,"Field":6}</entry>
      <entry name="SortByWatchListShows">{"Direction":1,"Field":6}</entry>
      <entry name="EnableJumpToForTVShows">no</entry>
      <entry name="MyFilmsCategories">no</entry>
      <entry name="SortSeasonsAscending">no</entry>
      <entry name="ArgusRecordings">-1</entry>
      <entry name="ArgusTVLive">-1</entry>
      <entry name="SettingsVersion">2</entry>
      <entry name="RememberLastSelectedActivity">yes</entry>
      <entry name="TrendingMoviesHideWatched">no</entry>
      <entry name="TrendingMoviesHideWatchlisted">no</entry>
      <entry name="TrendingMoviesHideCollected">no</entry>
      <entry name="TrendingMoviesHideRated">no</entry>
      <entry name="TrendingShowsHideWatched">no</entry>
      <entry name="TrendingShowsHideWatchlisted">no</entry>
      <entry name="TrendingShowsHideCollected">no</entry>
      <entry name="TrendingShowsHideRated">no</entry>
      <entry name="DefaultNetworkView">1</entry>
      <entry name="RecentWatchedMoviesDefaultLayout">0</entry>
      <entry name="RecentWatchedEpisodesDefaultLayout">0</entry>
      <entry name="RecentAddedMoviesDefaultLayout">0</entry>
      <entry name="RecentAddedEpisodesDefaultLayout">0</entry>
      <entry name="SyncLibrary">yes</entry>
      <entry name="SearchMoviesDefaultLayout">0</entry>
      <entry name="SearchShowsDefaultLayout">0</entry>
      <entry name="SearchEpisodesDefaultLayout">0</entry>
      <entry name="SearchPeopleDefaultLayout">0</entry>
      <entry name="SearchUsersDefaultLayout">0</entry>
      <entry name="ShowSearchResultsBreakdown">yes</entry>
      <entry name="MaxSearchResults">30</entry>
      <entry name="FilterTrendingOnDashboard">no</entry>
      <entry name="IgnoreWatchedPercentOnDVD">yes</entry>
      <entry name="Password">
      </entry>

    I'll remove Trakt and any offending configuration right away and see if things improve.

    Thanks
     

    Adam86

    Portal Pro
    April 19, 2012
    99
    6
    37
    Home Country
    United Kingdom United Kingdom
    Thanks for the help, removed Trakt and any other incompatible plugins that have been lying around on this install for years.

    Is it safe to remove C:\ProgramData\Team MediaPortal\MediaPortal\Installer? It's almost 1GB in size on this and looks to be files from previous upgrades?

    Thanks
     

    Adam86

    Portal Pro
    April 19, 2012
    99
    6
    37
    Home Country
    United Kingdom United Kingdom
    I can change the logging level if that helps?
    It may help to figure out what the problem is, but you'd still be stuck with the problem because I wouldn't be able to provide a patch for your version of MP.

    You do know that standard versions of MP receive Freesat EPG just fine, right?

    mm1352000,

    How would you actually go about building/merging DJBlu's code into the latest 1.15 release? is it something you could possibly advise/help me with via PM? I'm very keen to learn.

    Cheers
     

    Users who are viewing this thread

    Top Bottom