Exception message when using quicktime

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Exception message when using quicktime

Rachael
Hi I'm using a Mac OS X 10.10, with Image J 32 bit. When trying to import "using quicktime" I get this message:

ImageJ 1.49v; Java 1.6.0_65 [32-bit]; Mac OS X 10.10; 26MB of 1500MB (1%)
 
java.lang.RuntimeException: quicktime.std.StdQTException[QTJava:7.6.6g],-2048=noMovieFound,QT.vers:7738000
        at QTVirtualStack.<init>(QTVirtualStack.java:58)
        at QT_Movie_Opener.openAsVirtualStack(QT_Movie_Opener.java:223)
        at QT_Movie_Opener.run(QT_Movie_Opener.java:75)
        at ij.IJ.runUserPlugIn(IJ.java:199)
        at ij.IJ.runPlugIn(IJ.java:163)
        at ij.Executer.runCommand(Executer.java:132)
        at ij.Executer.run(Executer.java:65)
        at java.lang.Thread.run(Thread.java:695)
Caused by: quicktime.std.StdQTException[QTJava:7.6.6g],-2048=noMovieFound,QT.vers:7738000
        at quicktime.std.StdQTException.checkError(StdQTException.java:40)
        at quicktime.std.movies.Movie.fromFile(Movie.java:203)
        at quicktime.std.movies.Movie.fromFile(Movie.java:166)
        at QTVirtualStack.<init>(QTVirtualStack.java:33)
        ... 7 more

The movie opens in quicktime by itself and I've tried downloading older versions of ImageJ without the Quicktime option and then using a jar to add it and the same message then shows.

Any help would be appreciated, I'm not an expert on computers either so you may have to dumb it down... sorry!
Reply | Threaded
Open this post in threaded view
|

Re: Exception message when using quicktime

Rasband, Wayne (NIH/NIMH) [E]
> On Jul 8, 2015, at 5:21 AM, Rachael <[hidden email]> wrote:
>
> Hi I'm using a Mac OS X 10.10, with Image J 32 bit. When trying to import
> "using quicktime" I get this message:

You are getting this error because OS X 10.10 (Yosemite) does not include the libraries required by QuickTime for Java. You can work around the problem by downloading and installing the needed libraries using the instruction in the third paragraph of the OS X installation notes at

    http://imagej.nih.gov/ij/docs/install/osx.html

OS X 10.11 (El Capitan) is the last release of OS X that will support Java 6, required for running QuickTime for Java, so you should probably find a way to convert  your .mov files into another format. For example, by using QuickTime Pro to convert to a TIFF sequence or an uncompressed AVI.

-wayne


> ImageJ 1.49v; Java 1.6.0_65 [32-bit]; Mac OS X 10.10; 26MB of 1500MB (1%)
>
> java.lang.RuntimeException:
> quicktime.std.StdQTException[QTJava:7.6.6g],-2048=noMovieFound,QT.vers:7738000
> at QTVirtualStack.<init>(QTVirtualStack.java:58)
> at QT_Movie_Opener.openAsVirtualStack(QT_Movie_Opener.java:223)
> at QT_Movie_Opener.run(QT_Movie_Opener.java:75)
> at ij.IJ.runUserPlugIn(IJ.java:199)
> at ij.IJ.runPlugIn(IJ.java:163)
> at ij.Executer.runCommand(Executer.java:132)
> at ij.Executer.run(Executer.java:65)
> at java.lang.Thread.run(Thread.java:695)
> Caused by:
> quicktime.std.StdQTException[QTJava:7.6.6g],-2048=noMovieFound,QT.vers:7738000
> at quicktime.std.StdQTException.checkError(StdQTException.java:40)
> at quicktime.std.movies.Movie.fromFile(Movie.java:203)
> at quicktime.std.movies.Movie.fromFile(Movie.java:166)
> at QTVirtualStack.<init>(QTVirtualStack.java:33)
> ... 7 more
>
> The movie opens in quicktime by itself and I've tried downloading older
> versions of ImageJ without the Quicktime option and then using a jar to add
> it and the same message then shows.
>
> Any help would be appreciated, I'm not an expert on computers either so you
> may have to dumb it down... sorry!
>
>
>
> --
> View this message in context: http://imagej.1557.x6.nabble.com/Exception-message-when-using-quicktime-tp5013465.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html