XBMC crashes while opening external player
#1
I try to use the external player function with playercorefactory.xml.

I coded a .exe which first mount a iso and after that it should play the file via JSON-RPC or HTTP-API.

If i use the .exe from command line it works like charm. But if i click on the iso in xbmc browser the .exe is working i can see the iso mounts but after that xbmc crashes with access violations.

The HTTP-API parameter to play the file is correkt. I have no clue why it works from commandline but not from inside xbmc.


Do you have any idea??

19:44:14 T:3920 M:972976128 NOTICE: DVDPlayer: Opening: C:\BlueRayStream\01003.m2ts
19:44:14 T:3920 M:972976128 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
19:44:14 T:3648 M:972918784 NOTICE: Creating InputStream
19:44:14 T:3828 M:982941696 NOTICE: CExternalPlayer::ExecuteAppW32: WAIT_OBJECT_0
19:44:14 T:3828 M:982941696 NOTICE: CExternalPlayer:Tonguerocess: Stop
19:44:14 T:3828 M:982941696 NOTICE: CExternalPlayer:Tonguerocess: Showing XBMC window
19:44:14 T:3648 M:982921216 NOTICE: Creating Demuxer
19:44:14 T:3648 M:981749760 NOTICE: Opening video stream: 0 source: 256
19:44:14 T:3648 M:981741568 NOTICE: Creating video codec with codec id: 28
19:44:14 T:3648 M:982089728 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
19:44:15 T:3648 M:982016000 NOTICE: Creating video thread
19:44:15 T:3648 M:982016000 NOTICE: Opening audio stream: 1 source: 256
19:44:15 T:3648 M:982016000 NOTICE: Finding audio codec for: 86021
19:44:15 T:3648 M:982016000 NOTICE: Creating audio thread
19:44:15 T:3648 M:982016000 NOTICE: Opening Subtitle stream: 8 source: 256
19:44:15 T:940 M:982016000 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
19:44:15 T:940 M:981987328 NOTICE: Creating audio device with codec id: 86021, channels: 2, sample rate: 48000, pass-through
19:44:15 T:2984 M:981815296 NOTICE: running thread: video_thread
19:44:15 T:3828 M:968871936 NOTICE: CExternalPlayer:Tonguerocess: Reclaiming audio device 2
19:44:15 T:3536 M:960585728 ERROR: CRemoteControl::Connect - failed to connect
19:44:15 T:2984 M:925700096 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
19:44:15 T:3828 M:920879104 ERROR: CThread:ConfusedtaticThread : Access violation at 0x00239cb9: Reading location 0x00000840
19:44:15 T:3828 M:920870912 ERROR: CThread:ConfusedtaticThread : Access violation at 0x003cd3b9: Reading location 0x0000000d
19:44:15 T:2984 M:919588864 WARNING: CRenderManager::Configure - timeout waiting for previous frame
19:44:15 T:2984 M:919453696 NOTICE: Display resolution ADJUST : 1024x768 @ 72.00 - Full Screen (36) (weight: 0.001)
19:44:22 T:2984 M:878051328 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
19:44:22 T:940 M:877957120 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
19:44:22 T:940 M:877948928 ERROR: CDVDAudio::AddPackets - failed to add leftover bytes to render
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC crashes while opening external player0