PDA

View Full Version : [HELP] Video playback stops


RustyCage
2009-04-08, 21:50
I tried watching the latest episode of Heroes but the playback stops at a few places. In the xbmc.log these lines appears:

20:20:39 T:2596 M:2510651392 ERROR: Control 1 in window 10142 has been asked to focus, but it can't
20:21:40 T:2692 M:2522988544 NOTICE: ES: Client from 127.0.0.1 timed out
20:24:42 T:2600 M:2454147072 WARNING: CDVDMessageQueue(audio)::Get - retrieved last data packet of queue
20:24:43 T:3928 M:2453479424 WARNING: CDVDMessageQueue(video)::Get - retrieved last data packet of queue
20:24:43 T:768 M:2453422080 NOTICE: CDVDPlayer::OnExit()
20:24:43 T:768 M:2453422080 NOTICE: DVDPlayer: eof, waiting for queues to empty
20:24:43 T:768 M:2453422080 NOTICE: DVDPlayer: closing audio stream
20:24:43 T:768 M:2453422080 NOTICE: Closing audio stream
20:24:43 T:768 M:2453422080 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
20:24:43 T:768 M:2453422080 NOTICE: Waiting for audio thread to exit
20:24:43 T:2600 M:2453422080 NOTICE: thread end: CDVDPlayerAudio::OnExit()
20:24:43 T:768 M:2453438464 NOTICE: Closing audio device
20:24:43 T:768 M:2457530368 NOTICE: Deleting audio codec
20:24:43 T:768 M:2457530368 NOTICE: DVDPlayer: closing video stream
20:24:43 T:768 M:2457530368 NOTICE: Closing video stream
20:24:43 T:768 M:2457530368 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
20:24:43 T:768 M:2457530368 NOTICE: waiting for video thread to exit
20:24:43 T:3928 M:2457530368 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
20:24:43 T:3928 M:2457530368 NOTICE: thread end: video_thread
20:24:43 T:768 M:2457546752 NOTICE: deleting video codec
20:24:43 T:768 M:2465845248 NOTICE: CDVDPlayer::OnExit() deleting demuxer
20:24:43 T:768 M:2465845248 NOTICE: CDVDPlayer::OnExit() deleting input stream
20:24:44 T:2596 M:2448498688 NOTICE: CDVDPlayer::CloseFile()
20:24:44 T:2596 M:2448498688 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
20:24:44 T:2596 M:2448498688 NOTICE: DVDPlayer: waiting for threads to exit
20:24:44 T:2596 M:2448498688 NOTICE: DVDPlayer: finished waiting
20:24:44 T:2596 M:2448498688 NOTICE: CDVDPlayerVideo::~CDVDPlayerVideo - uninitting video device

Whatever this means...
I'm using XBMC 9.04-alpha1 r19218 on Vista 32bit

Berz
2009-05-05, 12:33
Just wanted to say I have the same issue.

Get the following error:
21:42:09 T:2344 M:2185310208 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true

Running version:
21:00:55 T:736 M:2273316864 NOTICE: Starting XBMC, Platform: Windows Vista, 32-bit Service Pack 1 build 6001. Built on Apr 6 2009 (SVN:19301, compiler 1500)

But this behaviour is not new. I've had it for the last 6 months (if not forever). It randomly happens with all types of files (mkv, avi, iso) and I've noticed it often happens after I resume from the use of pause in a movie/series.

I can typically watch 1-5 movies before this randomly happens.

Any suggestions would be great :D

WiSo
2009-05-05, 12:51
Gentlemens, full debug log via pastebin please.

Berz
2009-05-05, 12:54
Sorry,

Here's the log and as you can see I tried to start the same episode another time but it stopped at the same time. And it can't be something wrong with the file since a restart of the PC is required and it works fine after that..

http://pastebin.com/m549c9d58

Berz
2009-05-07, 09:35
Anyone that can shed light on what the error handlers: MSGQ_ABORT or MSGO_IS_ERROR means? I would appreciate it :)

WiSo
2009-05-07, 19:27
It means that something in dvdplayer send those messages due to an error or whatever :)
A debug log would tell us more. You can turn it on in settings->system.

Berz
2009-05-08, 14:08
Thanks for your reply WISo, I'll turn on debug logging and return when I've reproduced the error :)