search for: some_movi

Displaying 2 results from an estimated 2 matches for "some_movi".

Did you mean: some_movie
2017 Oct 06
2
rsync does hours of "fake-work" after failure
...usb disk that our TV could read, so it was formatted with vfat. I forgot that vfat can't handle files > 4 GB, and some of the movies were larger. rsync worked for 3 hours copying hundreds of GB, but after it had finished the last file it complained rsync: write failed on "/media/disk/some_movie.mpg": File too large (27) rsync error: error in file IO (code 11) at receiver.c(389) [receiver=3.1.0] This file had been the third in the list of files to copy, and when I looked at the usb disk I saw that the two files before and 4 GB of some_movie.mpg had been copied. But the 400 GB of the...
2007 Jun 18
2
as branch progress report
...that shouldn't be there, it's a fault of this. Poke me about it. Now, there's of course a positive effect about this. Previously some objects were replaced (or removed) after a gotoAndPlay/Stop () even though they were supposed to still exist. This was most visible with code like this: some_movie.var = 42; gotoAndPlay (some_frame); trace (some_movie.var); where previously you got undefined instead of 42 as the trace output. This should not happen anymore after the rework. Again, if it does, poke me. So, after all of this, I have some questions to all of you: 1) Should I start doing relea...