XBMC momentarily stops for some seconds during CD-audio playback

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
Post Reply
webodan
Posts: 18
Joined: Tue Nov 28, 2017 8:41 pm
Has thanked: 1 time
Been thanked: 1 time

XBMC momentarily stops for some seconds during CD-audio playback

Post by webodan »

Hello,

I've noticed that every single time, in the same seconds during cd-audio playback, it stops for 5 to 10 seconds, it also locks up the system during that time. I'm sure it's not a wear out of the laser or cd scratched issue, because on UnleashX it plays fine. Also when I booted a fresh XBMC it also worked fine. So I wonder what on the settings might be wrong... I tried increasing the dvdplayer audio cache and time, but it didn't change the behavior of playback whatsoever. I've got XBMC self-booting now after ind-bios, so it's kind of a bummer to have to return to UX to play audio cds... is there any other setting involved in this?

Thanks in advance.
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by Dan Dar3 »

Could you give us a debug log please?
viewtopic.php?f=2&t=65
webodan
Posts: 18
Joined: Tue Nov 28, 2017 8:41 pm
Has thanked: 1 time
Been thanked: 1 time

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by webodan »

Sure thing! Here you go!
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by Dan Dar3 »

@webodan
We can see some of the erros, but a debug log might provide more information - please go to Settings > System > Debugging and enable debugging, then try again.

Code: Select all

01:59:33 M: 19456000   ERROR: DVDPlayerCodec::Init: Error creating demuxer
02:00:27 M: 30945280   ERROR: file cdda: Reading 0 sectors of audio data starting at lsn 90029 failed
02:04:06 M: 19447808   ERROR: DVDPlayerCodec::Init: Error creating demuxer
02:05:06 M: 30937088   ERROR: file cdda: Reading 0 sectors of audio data starting at lsn 112474 failed
02:09:14 M: 19447808   ERROR: DVDPlayerCodec::Init: Error creating demuxer
02:10:07 M: 30924800   ERROR: file cdda: Reading 0 sectors of audio data starting at lsn 132096 failed
webodan
Posts: 18
Joined: Tue Nov 28, 2017 8:41 pm
Has thanked: 1 time
Been thanked: 1 time

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by webodan »

Oh, true, I forgot to enable debug logging. I've enabled it and then let 2 tracks play (each of them stopped one time and thus outputted some more information.) Here's the resulting file: https://pastebin.com/6rn94LH1
Last edited by Dan Dar3 on Fri Dec 22, 2017 1:24 pm, edited 1 time in total.
Reason: Move paste to pastebin.com
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by Dan Dar3 »

I see an error about not being able to load a libgcc_s_dw2-1.dll, that's a bit odd cause that is a GCC library not a MSVC library, might be from one of the dependendant libraries. Also, I see the log was taken from a 3.6-DEV build which may have this issue.

Code: Select all

12:33:23 M: 55349248  NOTICE: -----------------------------------------------------------------------
12:33:23 M: 55328768  NOTICE: Starting XBMC4Xbox 3.6-DEV-r33031 (SVN:33031, compiler 1310). Built on Dec 14 2017
...
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: MPlayer (2)
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: added 4 players
12:33:32 M: 40005632   DEBUG: GetModuleHandleA('libgcc_s_dw2-1.dll') failed
Anyway, I think I also notice you're using DVDPlayer Full codec support, could you try disabling that in the system settings and then try again?
https://www.xbmc4xbox.org.uk/wiki/Setti ... s#Playback
webodan
Posts: 18
Joined: Tue Nov 28, 2017 8:41 pm
Has thanked: 1 time
Been thanked: 1 time

Re: XBMC momentarily stops for some seconds during CD-audio playback

Post by webodan »

Dan Dar3 wrote: Wed Dec 27, 2017 8:25 am I see an error about not being able to load a libgcc_s_dw2-1.dll, that's a bit odd cause that is a GCC library not a MSVC library, might be from one of the dependendant libraries. Also, I see the log was taken from a 3.6-DEV build which may have this issue.

Code: Select all

12:33:23 M: 55349248  NOTICE: -----------------------------------------------------------------------
12:33:23 M: 55328768  NOTICE: Starting XBMC4Xbox 3.6-DEV-r33031 (SVN:33031, compiler 1310). Built on Dec 14 2017
...
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: MPlayer (2)
12:33:32 M: 41099264   DEBUG: CPlayerCoreFactory::GetPlayers: added 4 players
12:33:32 M: 40005632   DEBUG: GetModuleHandleA('libgcc_s_dw2-1.dll') failed
Anyway, I think I also notice you're using DVDPlayer Full codec support, could you try disabling that in the system settings and then try again?
https://www.xbmc4xbox.org.uk/wiki/Setti ... s#Playback
Hi,

Following your advice I've done the following:

- Went to system settings and disabled "DVDPlayer with full codec support"
- Tried to play the CD again right after that, it stopped again at 45 seconds as usual with all cds
- Went on to reboot the system just to make sure the settings would work
- Played the CD again and waited, it stopped again

So I guess that wasn't the solution sadly.

Got new log attached to this message so I won't clutter this message window needlessly.

Thanks for all your support man.
Attachments
xbmc.zip
(6.21 KiB) Downloaded 107 times
Post Reply