Status:
Vuo version:
OS version:
- macOS 10.14
CPU architecture:
Intel x86_64
How severely does this bug affect you?:
●●○○ — It's annoying but I can work around it.
Steps causing the bug to occur:
- Edit a subcomposition
- Insert play movie node, or play audio file node.
- Run composition.
- Trigger nodes.
- Nothing happens.
Have you found a workaround?:
I messed around with this for a while but can't figure it out. Could be something to do with "updating paths" etc? However this doesn't explain why new nodes added still will not play.
Comments
We were able to create and
We were able to create and modify the enclosed subcomposition without noticing a problem. Could you let us know if this works for you? If this doesn't help you, please attach the composition(s) you are having problems with.
movie-player-subcomposition.zip
Hi, the subcomposition you
Hi, the subcomposition you attached works fine.
I think the bug has something to do with the paths? Not sure
The following sequence never fails to produce this bug for me:
Thanks for clarifying,
Thanks for clarifying, videopiglet. We can now reproduce the problem.
When you drag the
Play Movie
node onto the subcomposition, the path automatically added to the URL port is relative to the top-level composition. If you run the top-level composition, it plays the movie successfully. But if you run the subcomposition, it's looking for the movie in a different place (relative to the subcomposition, which is in the Modules folder) and not finding it. We're examining how to improve Vuo's handling of relative paths.One workaround would be to temporarily add
../
at the beginning of the URL port value when you run the subcomposition (and remove it when you run the top-level composition). For example, if you have a video called movie.mov in the same folder as the top-level composition, the original URL port value would bemovie.mov
and you'd temporarily change it to../movie.mov
.Another workaround, if you only need to run the composition on your own computer, would be to use an absolute path instead of a relative path in the URL port. When you drop the video file onto the composition, hold down the Option key to get an absolute path.