Making a tilemap for a programming class and it needs to be accompanied by background music. Unfortunately this error pops up and i have yet to find the cause of why....
The file "cave.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cave1.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cave2.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cave3.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cave4.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cavet1.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "cavet2.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
The file "dirtcave2.png" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
==== JavaSound Minim Error ====
==== Failed to get method sketchPath from file loading object provided!
==== null
==== File recording will be disabled.
==== JavaSound Minim Error ====
==== Failed to get method createInput from the file loading object provided!
==== null
==== File loading will be disabled.
Exception in thread "Animation Thread" java.lang.NullPointerException
at ddf.minim.Minim.<init>(Unknown Source)
at Brogan_Assign_8_2.setup(Brogan_Assign_8_2.java:50)
at processing.core.PApplet.handleDraw(PApplet.java:2117)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:193)