MediaPortal SVN-Snapshot:-11-30-2009 21-44h - Revision:24281.rar (2 Viewers)

Status
Not open for further replies.

nicx

Portal Pro
February 1, 2006
387
12
Stuttgart
Home Country
Germany Germany
hey,

i have some problems with this svn. after a few minutes the tv just hangs, on the server i can see the timeshift still running but the client is no more getting live tv. in the error log i have this:

2009-12-04 19:11:05.015625 [RTSP Streaming thread]: Exception :confused:ystem.AccessViolationException: Es wurde versucht, im geschützten Speicher zu lesen oder zu schreiben. Dies ist häufig ein Hinweis darauf, dass anderer Speicher beschädigt ist.
bei TvLibrary.Streaming.RtspStreaming.StreamRun()
bei TvLibrary.Streaming.RtspStreaming.workerThread()

what could be the problem?

nicx...
 

Ingram

Portal Pro
December 9, 2008
98
2
Home Country
Thanks for editing my post, I thought it was a bit silly that the code tags don' really compress down the content. Next time I'll use those spoiler tags.
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    I had this error this morning in my error.log

    Code:
    2009-12-05 09:21:04.941694 [ERROR][31]: render exception:System.ArgumentOutOfRangeException: Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
    Parametername: index
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
       bei System.Collections.Generic.List`1.get_Item(Int32 index)
       bei MediaPortal.GUI.Library.GUIListControl.RenderLabel(Single timePassed, Int32 buttonNr, Int32 dwPosX, Int32 dwPosY, Boolean gotFocus)
       bei MediaPortal.GUI.Library.GUIListControl.Render(Single timePassed)
       bei MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       bei MediaPortal.GUI.Library.GUIFacadeControl.Render(Single timePassed)
       bei MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       bei MediaPortal.GUI.Library.GUIGroup.Render(Single timePassed)
       bei MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       bei MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
     

    Vimes

    MP Donator
  • Premium Supporter
  • January 19, 2009
    230
    33
    Earth, for now
    Home Country
    United Kingdom United Kingdom
    I thought that I was having no problems with this SVN. However I too am fnding that I get dropped frames when playing Xvids when using EVR. I can't use VMR9 in MP as it just locks MP.
    Playing back DXVA MKV files and all seems well.

    The EVR log is attached, not sure how to use the "spolier" tags to collapse the size of the log.?

    I have only had the chance to play a small segment of a file, reflected in the above log, but if I played a whole film then the amount of dropped frames would increase.
     

    photopeter

    Portal Pro
    August 14, 2008
    231
    27
    Home Country
    Germany Germany
    You could try running mtn manually on those TS files and use verbose settings to see if you get some more info.
    I tried this last time I had a few issues with mtn crashing but I could not actually get it to run manually. I think there are some switches that need setting? Can you let me know what setting MP would use based on 2x2 grid and hi-res settings.

    I think you are probably right about not finding enough suitable frames. I am wondering whether it is as simple as previous versions defaulted to transparent or black so did not stand out so much as bright white ??

    The command line used is:
    Code:
    mtn.exe -D 6 -B 0 -E 0 -c 2 -r 2 -s 300 -t -i -w 0 -n -P <video filename>
    or if omit credits is enabled:
    Code:
    mtn.exe -D 6 -B 420 -E 600 -c 2 -r 2 -s 300 -t -i -w 0 -n -P <video filename>

    If you try -D 0 (instead of -D 6) and -Z there will be no white thumps ever, but the thumpnail- creation will be very slow. When I add thumps manually i first try:
    Code:
    mtn.exe -w 1280 -c 3 -r 2 -h 240 -N .txt -o .jpg -i -P
    This is really fast but won't produce correct thumps too often. For all videos that dosn't work correctly this way I use:
    Code:
    mtn.exe -w 1280 -c 3 -r 2 -h 240 -N .txt -o .jpg -i -Z -D 0 -P
    With this command I'll never got any white thumps. The time of creation could be very long (about some minutes).

    Some Videos, especially "fake-" Mpegs (VCD .dat, .ts or .vob files renamed to .mpg), won't show up any thumps this way, but they won't do it anyway.
     

    robby3

    Portal Pro
    April 9, 2008
    131
    2
    Home Country
    Switzerland Switzerland
    THanks for the SVN. The EPG is fast again when scrolling although grabbing EPG causes the server to hang. I checked the behaviour and found that grabbing EPG during recording or timeshifting crashes the server with the following error:

    2009-12-05 12:36:22.764743 [EPG Update thread]: Tvservice stopped due to a app domain exception Error: StatementErrorUnclassified
    Gentle.Common.GentleException: select idProgram, idChannel, startTime, endTime, title, description, genre, state, originalAirDate, seriesNum, episodeNum, episodePart, episodeName, starRating, classification, parentalRating from Program where title = ?title and startTime >= ?startTime and idChannel = ?idChannel and (EXTRACT(HOUR_SECOND FROM startTime) >= EXTRACT(HOUR_SECOND FROM ?pStartTime)OR EXTRACT(HOUR_SECOND FROM startTime) =< EXTRACT(HOUR_SECOND FROM ?pEndTime)) and (EXTRACT(HOUR_SECOND FROM endTime) >= EXTRACT(HOUR_SECOND FROM ?pStartTime)OR EXTRACT(HOUR_SECOND FROM endTime) =< EXTRACT(HOUR_SECOND FROM ?pEndTime)) and DAYOFWEEK(startTime) in (1); ---> MySql.Data.MySqlClient.MySqlException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=< EXTRACT(HOUR_SECOND FROM '2009-10-19 00:10:00')) and (EXTRACT(HOUR_SECOND FR' at line 1


    If I disable grabbing EPG during Timeshift and only allow grapping in idle mode the problem does not appaear.

    Please find the logs attached. See timestamp 12:36 where the problem occurs and the TV Service gets stopped.

    Hope this can easily be fixed soon.
    Thanks
    Robby
     

    ssjunior

    Portal Member
    October 7, 2009
    23
    2
    Home Country
    Brazil Brazil
    THanks for the SVN. The EPG is fast again when scrolling although grabbing EPG causes the server to hang. I checked the behaviour and found that grabbing EPG during recording or timeshifting crashes the server with the following error:

    2009-12-05 12:36:22.764743 [EPG Update thread]: Tvservice stopped due to a app domain exception Error: StatementErrorUnclassified
    Gentle.Common.GentleException: select idProgram, idChannel, startTime, endTime, title, description, genre, state, originalAirDate, seriesNum, episodeNum, episodePart, episodeName, starRating, classification, parentalRating from Program where title = ?title and startTime >= ?startTime and idChannel = ?idChannel and (EXTRACT(HOUR_SECOND FROM startTime) >= EXTRACT(HOUR_SECOND FROM ?pStartTime)OR EXTRACT(HOUR_SECOND FROM startTime) =< EXTRACT(HOUR_SECOND FROM ?pEndTime)) and (EXTRACT(HOUR_SECOND FROM endTime) >= EXTRACT(HOUR_SECOND FROM ?pStartTime)OR EXTRACT(HOUR_SECOND FROM endTime) =< EXTRACT(HOUR_SECOND FROM ?pEndTime)) and DAYOFWEEK(startTime) in (1); ---> MySql.Data.MySqlClient.MySqlException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=< EXTRACT(HOUR_SECOND FROM '2009-10-19 00:10:00')) and (EXTRACT(HOUR_SECOND FR' at line 1


    If I disable grabbing EPG during Timeshift and only allow grapping in idle mode the problem does not appaear.

    Please find the logs attached. See timestamp 12:36 where the problem occurs and the TV Service gets stopped.

    Hope this can easily be fixed soon.
    Thanks
    Robby


    Take a look:
    https://forum.team-mediaportal.com/...vision-24281-rar-74081/index4.html#post542223
     

    ARE2

    Portal Pro
    May 9, 2008
    172
    20
    Germany
    Home Country
    Poland Poland
    Hi,

    using WebEBG (grabbing) results in the following error on my side (see TVServer error.log attached):

    2009-12-06 14:23:23.500000 [WebEPGImporter]: plugin:webepg import failed
    2009-12-06 14:23:23.515625 [WebEPGImporter]: Exception :confused:ystem.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.Utils.Time.BasicTime.ParseTimeString(String strTime)
    at MediaPortal.Utils.Time.TimeRange..ctor(String start, String end)
    at MediaPortal.EPG.WebEPG.Import()
    at TvEngine.WebEPGImport.ThreadFunctionImportTVGuide(Object aparam)

    Logs Attached:
    View attachment 51226

    Regards
    ARE2
     

    ARE2

    Portal Pro
    May 9, 2008
    172
    20
    Germany
    Home Country
    Poland Poland
    Hi,

    found something else:
    trying to tune to a DVB-S Radio channel or a Analog Radio channel results in a black screen for 2 seconds and then I'm back in the MP radio list, without radio or even a error dialog or something else, tuning to another radio channel results in the same behavior, black screen for 2 seonds, then back on the previous screen and nothing happens:confused:

    Logs:
    View attachment 51227


    Regards
    ARE2
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom