Exception in thread "main" java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(Unknown Source)
at com.thecherno.cherno.engine.graphics.Texture.load(Texture.java:23)
at com.thecherno.cherno.Main.init(Main.java:20)
at com.thecherno.cherno.Main.main(Main.java:42)
The error(project is not edited):
Exception in thread "main" java.lang.IllegalArgumentException: input == null! at javax.imageio.ImageIO.read(Unknown Source) at com.thecherno.cherno.engine.graphics.Texture.load(Texture.java:23) at com.thecherno.cherno.Main.init(Main.java:20) at com.thecherno.cherno.Main.main(Main.java:42)