24p framedrop error in beta 2 & 3

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
thespecialist Offline
Senior Member
Posts: 126
Joined: Mar 2007
Reputation: 0
Post: #1
Beta 1 and before worked fine. Starting with Beta 2, I get massive framedrops on 720/24p and 1080/24p video's, regardless of the codec being used. Other framerates also play just fine. I was comparing debug logs and this seems to be the problem:

03:25:15 T:2412 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
03:25:15 T:1856 WARNING: DXVA::CProcessor::Render - did not find all required samples, adjusting the sample array.
03:25:15 T:1856 WARNING: DXVA::CProcessor::Render - no usable samples.
03:25:15 T:1856 WARNING: DXVA::CProcessor::Render - did not find all required samples, adjusting the sample array.
03:25:15 T:1856 WARNING: DXVA::CProcessor::Render - no usable samples.


I'm on an AMD E350, using win7/64. Thanks.
(This post was last modified: 2012-02-29 03:28 by thespecialist.)
find quote
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #2
Using latest video drivers?

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find quote
thespecialist Offline
Senior Member
Posts: 126
Joined: Mar 2007
Reputation: 0
Post: #3
Yep, on the latest ATI video driverse.
find quote
thespecialist Offline
Senior Member
Posts: 126
Joined: Mar 2007
Reputation: 0
Post: #4
The problem still exists on RC1.
find quote
thespecialist Offline
Senior Member
Posts: 126
Joined: Mar 2007
Reputation: 0
Post: #5
*edit*
(This post was last modified: 2012-02-29 03:27 by thespecialist.)
find quote
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #6
thespecialist Wrote:I was just looking at the source code, and the errors I'm getting are in DXVA.CPP. I then compared it to the 10.1 stable build and saw that that DXVA.CPP doesn't even have those error strings (and the file is changed big time). Obviously it's a problem with the new code in DXVA.CPP ...

*EDIT* I think I've already located the problem, will mess around with the code a bit ...

If you find a bug please post a detailed Trac ticket for follow-up and link it here.

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find quote
thespecialist Offline
Senior Member
Posts: 126
Joined: Mar 2007
Reputation: 0
Post: #7
Ok, I found which specific patch causes the bug. Compiling beta2 without that patch solves it.

The ticket is here: http://trac.xbmc.org/ticket/12726
(This post was last modified: 2012-02-29 04:56 by thespecialist.)
find quote
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #8
Good work - this way the dev working on that will see it -flagged it for him.

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
(This post was last modified: 2012-02-29 03:39 by DDDamian.)
find quote