Bug 970 : ClassNotFoundException: quicktime.std.StdQTException with release 0152
Last modified: 2009-06-09 08:14




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P1
Severity:
normal

 

Reporter:
dnassler2
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-10-20 13:53
version 0150 Beta
Windows Vista SP 2
Qucktime iTunes version 8

I have version 0135 of processing and the video capture and movie classes
work fine but in the version 0150 version of processing I cannot run the
movie or video capture examples because I get the ClassNotFoundException:
quicktime.std.StdQTException. I'm using the full version with java of 0150.

Is there something special that needs to be done for version 0150 before
these classes work? Like I said, version 0135 works fine so I don't think
the problem is with my general environment.
Additional Comment #1 From dnassler2 2008-10-20 14:01
I just tried the latest version 0152 and have the same exception...
Additional Comment #2 From fry 2008-10-20 15:44
Hm, in the new launcher we're no longer adding QuickTime for Java to the
classpath explicitly. If you know how to manipulate the CLASSPATH on your
machine, make sure it includes QTJava.zip. Otherwise we'll need to re-add
this in later releases.
Additional Comment #3 From fry 2008-10-21 06:22
fixed for 0153.
Additional Comment #4 From stephanie 2009-06-09 00:32
hi, im not shure if that belongs here..
since i installed ms .NET the following error comes at processing
movieMaker export:


quicktime.std.StdQTException[QTJava:7.6.0g],-1=kUnspecifiedErr,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 _1280x1024_4_mov.setup(_1280x1024_4_mov.java:57)
at processing.core.PApplet.handleDraw(PApplet.java:1383)
at processing.core.PApplet.run(PApplet.java:1311)
at java.lang.Thread.run(Unknown Source)

how to edit classpath??? where to find in registry???
Additional Comment #5 From stephanie 2009-06-09 00:37
(In reply to comment #4)
>
>
>
> Additional Comment #4 From
>
> stephanie
> 2009-06-09 00:32
>
> <!--
> addReplyLink(4); //-->[reply]
>
>
>
>
> hi, im not shure if that belongs here..
> since i installed ms .NET the following error comes at processing
> movieMaker export:
>
>
>
quicktime.std.StdQTException[QTJava:7.6.0g],-1=kUnspecifiedErr,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 _1280x1024_4_mov.setup(_1280x1024_4_mov.java:57)
> at processing.core.PApplet.handleDraw(PApplet.java:1383)
> at processing.core.PApplet.run(PApplet.java:1311)
> at java.lang.Thread.run(Unknown Source)
>
> how to edit classpath??? where to find in registry???
>
>
de and re installing quicktime/java, as well as deinstalling dot.net
nothing helps, before it worked fine. i use latest versions on all incl.
processing
Additional Comment #6 From stephanie 2009-06-09 00:55
i found a tricky way to surpass the problem, when i name the file not
name.mov but name.avi it works. later i have to rename the file in .mov
otherwise it is not recognized as avi movie...
my string looks now:
mm = new MovieMaker(this, width, height, "4.avi",25, MovieMaker.JPEG,
MovieMaker.BEST);
i can live with that
Additional Comment #7 From fry 2009-06-09 08:14
the problem you're having is unrelated to the original bug, which is
already closed. please file a new bug if you want to have it checked.