INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: CadErik on October 06, 2006, 09:30:47 pm

Title: Theater view crashes
Post by: CadErik on October 06, 2006, 09:30:47 pm
The theater view crashed twice tonight while playing some smartlists. The theater view crashed just before starting playing a song. Twice the songs were DRM protected from Napster, not sure if that has anything to do.

Erik.
Title: Re: Theater view crashes
Post by: glynor on October 06, 2006, 11:05:42 pm
Generally if you have reproducible crashes, and you can, post a link to the "previous.log" file.  If they're not reproducible but happen often, then it's a good idea to post it too.

Don't put the whole thing in a post though.  Either post the last 20 or so lines or link to a place where they can download the log.  Make sure all the logging possibilities are checked.
Title: Re: Theater view crashes
Post by: CadErik on October 07, 2006, 11:07:39 pm
I had the same crash that happened twice tonight.
After digging in the log file here is some stuff that seems relevant:

Code: [Select]
1011203: Playback: CMJWaveFeeder::Play: Start
1011203: Playback: CMJWaveFeeder::Play: bRadio = 0, m_strFilename = E:\Napster\Barenaked Ladies\Everywhere For Everyone Glasgow, UK 5_01_04\Barenaked Ladies - Its All Been Done (Live 50104 Glasgow).wma, setting MJ_INPUT_SOURCE_INFO_CACHE_ALL_METADATA
1011203: Playback: CMJWMAInputSource::Open: Start
1011203: Playback: CMJWMAInputSource::Open: Opening: E:\Napster\Barenaked Ladies\Everywhere For Everyone Glasgow, UK 5_01_04\Barenaked Ladies - Its All Been Done (Live 50104 Glasgow).wma, m_bCacheAllMetadata: 0
1011203: Playback: CWmaDecoder::Init: Start
1011203: Playback: CWmaDecoder::Init: m_bDone=0
1011203: Playback: CWmaDecoder::Init: m_bDone=0
1011203: Playback: CWmaDecoder::Init: calling WMCreateReader...
1011219: Playback: CWmaDecoder::Init: querying for ReaderAdvanced...
1011219: Playback: CWmaDecoder::Init: Finish (16 ms)
1011219: Playback: CWmaDecoder::Open: Start
1011219: Playback: CWmaDecoder::Open: Open E:\Napster\Barenaked Ladies\Everywhere For Everyone Glasgow, UK 5_01_04\Barenaked Ladies - Its All Been Done (Live 50104 Glasgow).wma (bAttemptLicenseAcquisition = 1, bCacheAll = 0)
1011219: Playback: CWmaDecoder::Open: Deleting DRM
1011219: Playback: CWmaDecoder::Open: Creating DRM
1011219: Playback: CWmaDecoder::Open: Resetting DRM event
1011219: Playback: CWmaDecoder::Open: Opening reader
1011219: Playback: CWmaDecoder::OpenReader: Start
1011219: Playback: CWmaDecoder::OpenReader: Closing open readers
1011219: Playback: CWmaDecoder::Stop: Start
1011219: Playback: CWmaDecoder::Stop: Stopping (bCancel = 0)
1011219: Playback: CWmaDecoder::Stop: Cancelling
1011219: Playback: CWmaDecoder::Stop: Stopping reader
1011219: Playback: CWmaDecoder::Stop: Waiting for EOF
1011219: Playback: CWmaDecoder::Stop: Finish (0 ms)
1011219: Playback: CWmaDecoder::OpenReader: Attempting to open reader
1011234: Playback: CWmaDecoder::OpenReader: Finish (15 ms)
1011234: Playback: CWmaDecoder::Open: Waiting for DRM
1011219: Playback: CMJWaveFeeder::Play: Finish (16 ms)
1011234: Playback: CPlaybackEngImpl::StartPlayFile: Playback type: MJ, nRetVal=1
1011234: Playback: CPlaybackEngImpl::StartPlayFile: Finish (78 ms)
1011234: Playback: CPlaybackEngImpl::Play: StartPlayFile returned 1
1011234: Playback: CPlaybackEngImpl::Play: Finish (78 ms)
1011234: Playback: CPlayerZone::Play: Play succeeded
1011234: Playback: CPlayerZone::Play: Finish (78 ms)
1011234: Playback: CPlayerZone::Next: Applying database changes
1011234: Playback: CPlayerZone::Next: Finish (78 ms)
1015609: Playback: WMAFileInfo::Open: Start
1015609: Playback: WMAFileInfo::Open: Open: E:\My Music\Reel People\Second Guess\Reel People - Second Guess.wma
1015609: Playback: WMAFileInfo::Open: Calling Internal_Open
1015641: Playback: WMAFileInfo::Open: Open return value: 1
1015641: Playback: WMAFileInfo::Open: Finish (32 ms)
1015656: Playback: WMAFileInfo::Internal_Close: Start
1015656: Playback: WMAFileInfo::Internal_Close: Finish (0 ms)

I believe MC crashed before playing the "Barenaked Ladies" song.
I don't understand why MC jumps to the "Reel People" song, it comes 2 positions after the "Wes Montgomery". Btw, the "Wes Montgomery" is DRM protected.

Erik.