merkourisa / Advanced-Interaction-Tecnologies-Applications-Individual-Assignment

2 stars 62 forks source link

Παραδοτέο 2 #2

Open merkourisa opened 2 years ago

merkourisa commented 2 years ago
Jelizog commented 1 year ago

Καλησπέρα σε όλους, μετά από δουλειά δεν βρίσκω λύση στο error "ArrayIndexOutOfBoundsException: 8008"

υπάρχει κάποια άλλη πρόταση;

merkourisa commented 1 year ago

@Jelizog καλησπέρα,

The ArrayIndexOutOfBoundsException is a runtime exception in Java that occurs when an array is accessed with an illegal index. The index is either negative or greater than or equal to the size of the array.

jo-kyr commented 1 year ago

Καλησπέρα, εγώ άλλαξα το pixels[loc] σε video.pixels[loc] και φαίνεται να λύθηκε το πρόβλημα.