XBMC Really Sluggish, Plugin Crashing, ~0.5 FPS

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
Post Reply
odellkevin
Posts: 31
Joined: Wed Nov 14, 2012 11:36 pm

XBMC Really Sluggish, Plugin Crashing, ~0.5 FPS

Post by odellkevin »

Maybe someone can take a look at this debug log and see if something jumps out at them....
http://pastebin.com/MVysdy93
Thanks.
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 Really Sluggish, Plugin Crashing, ~0.5 FPS

Post by Dan Dar3 »

XBMC4XBox UI navigation is sluggish or video playback?

You appear to start playing a FLV video with 17 MB free, it falls eventually to 6 MB (notice M: column)

Code: Select all

00:41:02 M: 17715200  NOTICE: DVDPlayer: Opening: http://media-b99.putlocker.com/download/5/52/the.river.s01e01e02.hdtv.xvid_lol_6ea9a.flv?h=nFaDMZLGCS6DXj_q0ytC3A&e=1382756451&f=the.river.s01e01e02.hdtv.xvid_lol_6ea9a.flv|User-Agent=Mozilla%2F5.0%20(Windows%20NT%206.1%3B%20rv%3A11.0)%20Gecko%2F20100101%20Firefox%2F11.0
00:41:02 M: 17715200 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
00:41:02 M: 17190912  NOTICE: Creating InputStream
00:41:02 M: 17190912   DEBUG: CFileCache::Open - opening <download/5/52/the.river.s01e01e02.hdtv.xvid_lol_6ea9a.flv> using cache
00:41:02 M: 17190912   DEBUG: CurlFile::Open(01B86700) http://media-b99.putlocker.com/download/5/52/the.river.s01e01e02.hdtv.xvid_lol_6ea9a.flv?h=nFaDMZLGCS6DXj_q0ytC3A&e=1382756451&f=the.river.s01e01e02.hdtv.xvid_lol_6ea9a.flv
00:41:02 M: 16478208    INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
00:41:02 M: 16408576   DEBUG: CUtil::CacheSubtitles: START
00:41:02 M: 16408576    INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
00:41:02 M: 16408576  NOTICE: Creating Demuxer
00:41:02 M: 16216064   DEBUG: GetModuleHandleA('libgcc_s_dw2-1.dll') failed
Previous line repeats 2 times.
00:41:03 M:  6447104   DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [flv]
00:41:03 M:  6397952   DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
and from there is just goes down, it struggles for a while until eventually the playback crashes with out of memory:

Code: Select all

00:41:04 M:  1024000  NOTICE:  fps: 23.976025, pwidth: 624, pheight: 352, dwidth: 624, dheight: 352
00:41:04 M:  1040384   DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 624x352. framerate: 23.98
00:41:04 M:  1040384  NOTICE: Display resolution AUTO : 720p 16:9 (1)
00:41:04 M:   249856   ERROR: CDVDPlayerVideo::Process - Exception caught when outputing picture
00:41:04 M:    28672  SEVERE: DLL: Q:\system\players\dvdplayer\full\avutil-51.dll : malloc failed, crash imminent (Out of memory requesting 55256 bytes)
00:41:04 M:    28672   DEBUG: CDVDPlayer::HandleMessages - player started 2
00:41:04 M:    28672   ERROR: ffmpeg[2B8]: [h264] get_buffer() failed (-1 0 00000000)
00:41:04 M:    28672   ERROR: ffmpeg[2B8]: [h264] decode_slice_header error
00:41:04 M:    28672   ERROR: ffmpeg[2B8]: [h264] no frame!
00:41:04 M:    28672   ERROR: CDVDVideoCodecFFmpeg::Decode - avcodec_decode_video returned failure
00:41:04 M:    28672   DEBUG: CDVDPlayerVideo - video decoder returned error
00:41:04 M:    32768  SEVERE: DLL: Q:\system\players\dvdplayer\full\avutil-51.dll : malloc failed, crash imminent (Out of memory requesting 55256 bytes)
00:41:04 M:    32768   ERROR: ffmpeg[2B8]: [h264] get_buffer() failed (-1 0 00000000)
00:41:04 M:    32768   ERROR: ffmpeg[2B8]: [h264] decode_slice_header error
00:41:04 M:    32768   ERROR: ffmpeg[2B8]: [h264] no frame!
00:41:04 M:    32768   ERROR: CDVDVideoCodecFFmpeg::Decode - avcodec_decode_video returned failure
00:41:04 M:    32768   DEBUG: CDVDPlayerVideo - video decoder returned error
00:41:04 M:    32768  SEVERE: DLL: Q:\system\players\dvdplayer\full\avutil-51.dll : malloc failed, crash imminent (Out of memory requesting 55256 bytes)
You're using an advancedsettings.xml, maybe you can try without?

Code: Select all

00:37:42 M: 56164352  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <network>
                                                <cachemembuffersize>0</cachemembuffersize>
                                              </network>
                                            </advancedsettings>
Post Reply