LittleTiles

LittleTiles

12M Downloads

cant join server with littletiles

Xplodin opened this issue · 3 comments

commented

am unsure why or what the error means but this is what happens when joining my server
image

commented

Can confirm this issue happens on dedicated servers. Version is 1.6.0-pre61.

commented

The actual error is as follows:

Error executing task on Client
java.lang.NullPointerException: Cannot load from object array because "team.creative.littletiles.common.grid.LittleGrid.grids" is null
	at team.creative.littletiles.common.grid.LittleGrid.defaultGrid(LittleGrid.java:101) ~[LittleTiles_ALPHA_v1.6.0-pre061_mc1.20.1.jar%23594!/:1.6.0-pre061]
	at team.creative.littletiles.common.placement.setting.PlacementPlayerSetting.<init>(PlacementPlayerSetting.java:18) ~[LittleTiles_ALPHA_v1.6.0-pre061_mc1.20.1.jar%23594!/:1.6.0-pre061]
	at team.creative.littletiles.client.action.LittleActionHandlerClient.<init>(LittleActionHandlerClient.java:28) ~[LittleTiles_ALPHA_v1.6.0-pre061_mc1.20.1.jar%23594!/:1.6.0-pre061]
	at team.creative.littletiles.client.level.LevelHandlersClient$LevelHandlerClient.load(LevelHandlersClient.java:50) ~[LittleTiles_ALPHA_v1.6.0-pre061_mc1.20.1.jar%23594!/:1.6.0-pre061]
	at team.creative.littletiles.client.level.LevelHandlersClient.load(LevelHandlersClient.java:37) ~[LittleTiles_ALPHA_v1.6.0-pre061_mc1.20.1.jar%23594!/:1.6.0-pre061]

Very likely caused by commit 24aee5b

commented

Fixed in the newest version! Thanks for taking the time to report this issue and providing the need information!