prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] Movie Maker error #122

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by mingxu16 Wednesday May 08, 2013 at 14:34 GMT Originally opened as https://github.com/processing/processing-web/issues/122


I have Processing 2.08b and QuickTime 7.7.3 (most recent) on Windows 7-64. Tried to run Movie Maker in Processing but keep getting the error message "Creating the QuickTime Movie failed. closed." and also:

java.io.IOException: closed at javax.imageio.stream.ImageInputStreamImpl.checkClosed(ImageInputStreamImpl.java:96) at javax.imageio.stream.ImageInputStreamImpl.close(ImageInputStreamImpl.java:843) at javax.imageio.stream.FileImageOutputStream.close(FileImageOutputStream.java:143) at ch.randelshofer.media.quicktime.QuickTimeWriter.close(QuickTimeWriter.java:3046) at processing.app.tools.MovieMaker.writeVideoOnlyVFR(MovieMaker.java:679) at processing.app.tools.MovieMaker.access$10(MovieMaker.java:609) at processing.app.tools.MovieMaker$4.doInBackground(MovieMaker.java:572) at javax.swing.SwingWorker$1.call(SwingWorker.java:277) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at javax.swing.SwingWorker.run(SwingWorker.java:316) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)

I read some posts here and one of the solution is to use old moviemaker.jar from the 2.07 version. I tried and the MovieMaker tool could even get opened (nothing happens if click Tools-MovieMaker).

Is there a good solution?

Thanks.

prisonerjohn commented 10 years ago

Comment by REAS Wednesday May 08, 2013 at 16:19 GMT


Please post this issue over at /processing/processing/ rather than here (processing/processing-web/)