Can't playback DVD or ISO with r30898
#1
Hello,

I got a weird problem with the latest build ; i can't play DVD or ISO which start with a menu. If the DVD start with a movie, it works fine.

Got this in log :
Quote:21:59:35 T:3240 M:1197154304 NOTICE: DVDPlayer: Opening: dvd://1
21:59:35 T:3240 M:1197150208 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
21:59:35 T:880 M:1197064192 NOTICE: Creating InputStream
21:59:35 T:3240 M:1195630592 ERROR: Texture manager unable to load file: special://skin/backgrounds/media-overlay.png
21:59:36 T:880 M:1195937792 NOTICE: DVDPlayer: playing a dvd with menu's
21:59:36 T:880 M:1195937792 NOTICE: Creating Demuxer
21:59:38 T:880 M:1190379520 WARNING: could not find codec parameters for D:
21:59:38 T:880 M:1190359040 NOTICE: Opening audio stream: 0 source: 512
21:59:38 T:880 M:1190354944 NOTICE: Opening Subtitle stream: 0 source: 512
21:59:38 T:880 M:1190338560 WARNING: CDVDMessageQueue(audio):Tongueut MSGQ_NOT_INITIALIZED
21:59:38 T:880 M:1190338560 WARNING: CDVDMessageQueue(video):Tongueut MSGQ_NOT_INITIALIZED
21:59:38 T:3240 M:1190326272 WARNING: CFileFactory::CreateLoader - Unsupported protocol dvd
21:59:38 T:880 M:1189945344 NOTICE: Opening video stream: 0 source: 256
21:59:38 T:880 M:1189945344 ERROR: CDVDPlayerVideo::OpenStream - Invalid framerate 90000, using forced 25fps and just trust timestamps
21:59:38 T:880 M:1189945344 NOTICE: Creating video codec with codec id: 102400
21:59:38 T:880 M:1189212160 ERROR: Unsupported video codec
21:59:38 T:880 M:1189212160 WARNING: CDVDPlayer::OpenVideoStream - Unsupported stream 0. Stream disabled.

With the previous build, it works fine.

My system is an ASUS AT3IONT DELUXE ( Atom N330, ION ) running on Windows 7 32 bit.

Thanks in advance.

David
Reply
#2
Although that log may help, don't be surprised if they want a debug log.
Main - Intel E6750 C2D (2.66ghz)/Geforce 240
Bedroom - Intel E3300 C2D (2.5ghz)/Geforce 210
Guest Bedroom - Acer Revo 1600/ION LE
Test Desktop - Intel Q9300 C2Q (2.5ghz)/Geforce 9600 GSO
Reply
#3
please try the patch (dvdstillfix_01.diff) in http://trac.xbmc.org/ticket/9350
Reply
#4
Thanks for your fast response, but what can i do with this *diff file ?
Reply
#5
riffraff2 Wrote:Thanks for your fast response, but what can i do with this *diff file ?
I believe it's only of any use if you can compile your own builds, I hope this problem is fixed soon as i have the exact problem with DVD's created on home dvd recorders.
And i end up having to use windows mediaplayer to play these, which is rather annoying to say the least.Sad
Ps would a full debug log be of help to you guys?
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#6
there was a solution for this in 31086/31087, but it didn't work for all DVD still-menus unfortunately. This diff which addresses the issue completely, has been tested and seems to be doing the trick for all DVDs now. Either download an SVN 31087 nightly build (works with some DVDs) or wait until this diff is included in SVN, probably within the next couple of days.
Reply
#7
Can't the "Attempt to skip intro before dvd menu" option be used as a workaround?

Works for me on build r30898...
Dual screen setup - HDMI/TV (sound on Digital Audio toslink) - DVI/PC Monitor
AMD PII 955 (3.2GHz) - 4GB DDR3 - Geforce GT 240 - Win7 x64
Reply
#8
Voyager-xbmc Wrote:there was a solution for this in 31086/31087, but it didn't work for all DVD still-menus unfortunately. This diff which addresses the issue completely, has been tested and seems to be doing the trick for all DVDs now. Either download an SVN 31087 nightly build (works with some DVDs) or wait until this diff is included in SVN, probably within the next couple of days.
Thanks for the feedack i will wait a few days and hopefully the team will have a new build done as i don't entirely trust third party buildsEek
Just updated to xbmc-r31122-trunk and now all my dvd's play fine thanks to the devs for the quick fix
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#9
Thanks for the informations.
I will wait for the next SVN.
Reply
#10
same stuff with 31122
Reply
#11
maybe the external player function can help to make the waiting time until
its fixed a little bit less anoying.
But i almost forgot how to do it, there is a thread somewhere which explains how to set it up.
Rolleyes
Reply
#12
Using xbmc-svn 31203-1, still the same issues.

I can get to the dvd menu, but I can't execute anything without getting a freeze.
Reply
#13
xbmc-r31657-trunk

Still cant play Movie from a DVD-ISO with a static menu. Its a shame how many DVD's have a static menu
Reply
#14
Hmm, maybe this is the same problem that I encountered recently. The movie does not start with menu, but the menu is static, and dvdplayer's renderer crashes when entering the menu. I wrote back then:

Dvdplayer in SVN head is having trouble on some DVD's - picture freezes when entering menu, playback continues without video. XBMC process is left active when exiting, requires forced killing of the process.

Excerpt from log:

23:45:32 T:5000 M:1063960576 WARNING: CD3DTexture::Create - size changed from 4294966576x4294966723 to 8192x8192
23:45:32 T:5000 M:1065549824 DEBUG: CRenderSystemDX:TongueresentRenderImpl - Present failed with hr=-2005532292
23:45:32 T:5000 M:1065598976 DEBUG: D3DERR_DEVICELOST
23:45:32 T:5000 M:1061535744 ERROR: exception in CApplication::Render()

Looks like there is something funky going on here with the size of the rendering surface...
Reply
#15
The problem is the crazy texture size. Even brought down to the max texture size allowed by the HW (8192x8192), it's too much and it runs out of memory (the code -2005532292).
Unfortunately I don't have DVDs that cause this.

Voyager-xbmc created ticket #9563 with a very similar report.

WhiningKhan, the wrong size most likely comes from ffmpeg, but it could be a bug in XBMC too... Could you try to trace where it comes from?
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Can't playback DVD or ISO with r308980