tac.exceptions.MapCreationException: java.lang.NullPointerException
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
java.lang.NullPointerException:
at tac.program.atlascreators.impl.rmp.TacTile.drawSubImage(TacTile.java:98)
at tac.program.atlascreators.impl.rmp.MultiImage.getSubImage(MultiImage.java:108)
at tac.program.atlascreators.MagellanRmp.createLayer(MagellanRmp.java:186)
at tac.program.atlascreators.MagellanRmp.createTiles(MagellanRmp.java:94)
at tac.program.atlascreators.MagellanRmp.createMap(MagellanRmp.java:68)
at tac.program.AtlasThread.createMap(AtlasThread.java:293)
at tac.program.AtlasThread.createAtlas(AtlasThread.java:145)
at tac.program.AtlasThread.run(AtlasThread.java:85)