Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EXCEPTION_ACCESS_VIOLATION on Win2K



Hi,
 
I have just installed Quicktime 6.5.2 on my Win2K server, sp4 with QTJava.zip.
 
I am using JRE 1.4.2 and developing in Eclipse 2.1.
 
When I try to open a QT mov file from a URL or a file reference, I get the following native library exception:
 

An unexpected exception has been detected in native code outside the VM.

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x66903190

Function=[Unknown.]
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions.

 

I also have Visual Studio 6.0 and .net installed.

 

Does anyone have an idea why this is crashing?

import quicktime.*;

import quicktime.io.*;

import quicktime.std.*;

import quicktime.std.movies.*;

import quicktime.std.movies.media.*;

 

public class playit2 {

private Movie m;

public void createNewMovieFromFile (String thePath) {

try {

QTFile theFile = new QTFile(thePath);

m = Movie.fromFile(OpenMovieFile.asRead(theFile));

**** CRASH HERE ***

 

int j = m.getDuration() ;

System.out.println ("duration = " + j);

} catch (QTException err) {

err.printStackTrace();

}

}

Thanks,

David Carroll

email@hidden


Do you Yahoo!?
The all-new My Yahoo! – What will yours do?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.