Hi all,
i get this error sometimes when showing a GSMovie.
What can cause these errors? all videos files are smaller than the sketch. Can it be a nullpointer or something?
When using the standard examples from the library i have no problems.
Exception in thread "Animation Thread" java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
at sun.awt.image.IntegerInterleavedRaster.setDataElements(IntegerInterleavedRaster.java:404)
at processing.core.PGraphicsJava2D$ImageCache.update(Unknown Source)
at processing.core.PGraphicsJava2D.imageImpl(Unknown Source)
at processing.core.PGraphics.image(Unknown Source)
at processing.core.PApplet.image(Unknown Source)
at Accelerometer_Capture.draw(Accelerometer_Capture.java:217)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)