You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/Martin/Library/Java/JavaVirtualMachines/corretto-19.0.2/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49526:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath /Users/Martin/Documents/GIT/2DgameLearning/out/production/2DgameLearning Main 2023-12-20 22:20:16.245 java[900:11908734] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES. Exception in thread "main" java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:233) at tile.TileManager.setup(TileManager.java:63) at tile.TileManager.getTileImage(TileManager.java:31) at tile.TileManager.<init>(TileManager.java:25) at main.GamePanel.<init>(GamePanel.java:32) at **Main.main(Main.java:12)**
The text was updated successfully, but these errors were encountered:
It looks like this is just Apple issue
/Users/Martin/Library/Java/JavaVirtualMachines/corretto-19.0.2/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49526:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath /Users/Martin/Documents/GIT/2DgameLearning/out/production/2DgameLearning Main 2023-12-20 22:20:16.245 java[900:11908734] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES. Exception in thread "main" java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:233) at tile.TileManager.setup(TileManager.java:63) at tile.TileManager.getTileImage(TileManager.java:31) at tile.TileManager.<init>(TileManager.java:25) at main.GamePanel.<init>(GamePanel.java:32) at **Main.main(Main.java:12)
**The text was updated successfully, but these errors were encountered: