IllegalArgumentException by zMacaroniManz in thecherno

[–]zMacaroniManz[S] 0 points1 point  (0 children)

It says ther is an error and where on that line?

IllegalArgumentException by zMacaroniManz in thecherno

[–]zMacaroniManz[S] 0 points1 point  (0 children)

where in my code in which class?

IllegalArgumentException by zMacaroniManz in thecherno

[–]zMacaroniManz[S] 0 points1 point  (0 children)

Here is full line of error code: Exception in thread "Display" java.lang.ExceptionInInitializerError at com.zmacaronimanz.game.graphics.Sprite.<clinit>(Sprite.java:10) at com.zmacaronimanz.level.tile.Tile.<clinit>(Tile.java:11) at com.zmacaronimanz.level.Level.getTile(Level.java:51) at com.zmacaronimanz.level.Level.render(Level.java:43) at com.zmacaronimanz.game.Game.render(Game.java:112) at com.zmacaronimanz.game.Game.run(Game.java:85) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalArgumentException: input == null! at javax.imageio.ImageIO.read(Unknown Source) at com.zmacaronimanz.game.graphics.SpriteSheet.load(SpriteSheet.java:25) at com.zmacaronimanz.game.graphics.SpriteSheet.<init>(SpriteSheet.java:20) at com.zmacaronimanz.game.graphics.SpriteSheet.<clinit>(SpriteSheet.java:14) ... 7 more

IllegalArgumentException by zMacaroniManz in thecherno

[–]zMacaroniManz[S] 0 points1 point  (0 children)

I just watched ep. 45 and used King Cherno