We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Moviemaker/QT unknown error (Read 541 times)
Moviemaker/QT unknown error
Aug 9th, 2009, 12:19pm
 
Hi,

I'm working on a sequential animation project, and occasionally kicking out .movs with MovieMaker. Last time I did this, same program, same files, it worked, no problem, but now I'm getting this error:

Code:
quicktime.std.StdQTException[QTJava:7.6.2g],-49=Unknown Error Code,QT.vers:7628000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)
at quicktime.std.movies.Movie.createMovieFile(Movie.java:115)
at processing.video.MovieMaker.initMovie(MovieMaker.java:231)
at processing.video.MovieMaker.<init>(MovieMaker.java:221)
at processing.video.MovieMaker.<init>(MovieMaker.java:181)
at animtest.setup(animtest.java:42)
at animtest.draw(animtest.java:58)
at processing.core.PApplet.handleDraw(PApplet.java:1423)
at processing.core.PApplet.run(PApplet.java:1328)
at java.lang.Thread.run(Thread.java:613)


and, obviously, I have no idea what it means. I recently installed QT Pro 7.6.2, so is it possible that QTJava isn't up-to-date? I know it isn't a memory issue since, though the project has grown, I've tried to do this piecemeal, to no avail. This is on a Mac.
Page Index Toggle Pages: 1