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
exception access violation (Read 395 times)
exception access violation
Mar 17th, 2008, 11:56am
 
These three lines of code

QTFile f = new QTFile( "bridge.mov");
OpenMovieFile omf = OpenMovieFile.asRead (f);
Movie m = Movie.fromFile (omf);

result in the following message:

# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9105f8, pid=5308, tid=5328
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode)
# Problematic frame:
# C  [ntdll.dll+0x105f8]

Any ideas?

Sorry if this question has been covered, but I could not find any reference to it...
Re: exception access violation
Reply #1 - Mar 17th, 2008, 8:36pm
 
that's a quicktime for java question, check with the qtjava developer's list.
Page Index Toggle Pages: 1