Is there something special I need to do to have two players playing simultaneously?
I have a short .mov file in player1 and a short .mov file in player2. Executing a start player "player1" command works fine, as does starting player2
However, if I make a button that executes both of those commands, one right after the other, LC crashes ever time.
Thanks for any advice.
Crashing with multiple players
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Crashing with multiple players
I'm not seeing a problem here with 2 movies and
on mouseUp
start player "player1"
start player "player2"
end mouseUp
Anything else in your scripts?
Simon
on mouseUp
start player "player1"
start player "player2"
end mouseUp
Anything else in your scripts?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Crashing with multiple players
yes. That's the extent of the script. I'm attaching the stack with this message (though not the movie files).
I just tried again today and same crashing.
I just tried again today and same crashing.
Re: Crashing with multiple players
Tried again with different movies and now it seems to work. The original players overlapped quite a bit on the screen, maybe that was the problem.
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Crashing with multiple players
If you find a recipe for reproducing the crash it would be great to file a bug report for it.
http://quality.runrev.com/
http://quality.runrev.com/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn