Hello all. I have a program that contains a list of "points" (which are just what they sound like). These points are represented on screen by a point.png.
If I have a lot of points on the screen (50+?) the program eventually crashes, even without user input, and displays the follow error message several times, though NOT as many times as there are points.
Failed to load image "images/point.png". Reason: Corrupt JPEG
Image /images/point.png failed to load.
Now, first of all, it ain't a JPEG file, so how can it be corrupt? Also, if I change the image path to point.jpg, it STILL gives me this same error message. I don't use point.png anywhere else in my code.
Can anyone help me make sense of this error message and how I can address it?