Open merkourisa opened 2 years ago
Καλησπέρα σε όλους, μετά από δουλειά δεν βρίσκω λύση στο error "ArrayIndexOutOfBoundsException: 8008"
υπάρχει κάποια άλλη πρόταση;
@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.
Καλησπέρα, εγώ άλλαξα το pixels[loc] σε video.pixels[loc] και φαίνεται να λύθηκε το πρόβλημα.