Win External player goes into relaunch loop
#1
Hi

Here is my debug log: http://pastebin.com/JR4YVAce

I have a playercorefactory.xml set up to play my 3d iso files in tmt5

It launches a playiso.bat which mounts iso into vcd and fires up tmt5.

But when I end tmt5 and the bat unmounts the iso and closes, I am returned to xbmc window only to find that it relaunches the external player again and again and again...

I can´t figure it out.

Can someone help me out ?

Here´s the playercore:
<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Lars\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Lars\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filename=".*iso.*" player="ISO_Player"/>

<!-- Bluray Disc -->
<rule protocols="bd|dvd" player="Disc_Player"/>
</rules>
</playercorefactory>
Here´s the playiso.bat:
rem @echo off
rem you can place your PlayISO file in \Roaming\XBMC\userdata\
rem you need to put the correct VCDMount drive letter in the command below

"C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /enable
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" f:
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u
"C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /disable
exit
Reply
#2
You need to replace "rem @echo off" with "@echo off" in your playiso.bat......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#3
I can't see anything wrong with the player config. Have you got repeat enabled in XBMC?
Reply
#4
Thanks for the input, alas it does not make a difference at all...
When the external player finishes and the bat file closes I am returned to the XBMC interface.
That is when it, all by it self, relaunches the movie, running the bat file and external player all over again.

I moved the playercorefactory and the playiso.bat file to a test pc, which has the same skin and configuration.
here I have no problem like the above.

On a sidenote, if I put hide xbmc to either "true" or "false" it always hides xbmc, regardless...
This is also not a problem on the test pc.

Maybe I should do a reinstall of xbmc ?
Reply
#5
(2012-04-25, 10:18)jhsrennie Wrote: I can't see anything wrong with the player config. Have you got repeat enabled in XBMC?

woop... repeat ?? where would I find repeat.. ?

Ahh it comes to me, when I was fooling around with cirrus v2, trying to get the animated video running on my homescreen.
Some of the tutorial had me doing an add to queue and enable repeat.
Could I have set a repeat here, for all instead of one ?

Will have a look, thanks for the heads up
Reply
#6
(2012-04-25, 11:47)h8redv2 Wrote:
(2012-04-25, 10:18)jhsrennie Wrote: I can't see anything wrong with the player config. Have you got repeat enabled in XBMC?

woop... repeat ?? where would I find repeat.. ?

Check in "Now Playing" area. To get to "Now Playing", you have to have at least 1 movie Queued, bring up the context menu and then you'll see "Now Playing" at the bottom.....you'll see repeat option....!

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#7
Thanks, that did the trick Smile
Reply

Logout Mark Read Team Forum Stats Members Help
External player goes into relaunch loop0