Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server crash on GCCoreTickHandlerServer #271

Closed
Tankistodor opened this issue Feb 14, 2014 · 1 comment
Closed

Server crash on GCCoreTickHandlerServer #271

Tankistodor opened this issue Feb 14, 2014 · 1 comment

Comments

@Tankistodor
Copy link

2014-02-14 09:22:09 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-02-14 09:22:09 [INFO] [STDOUT] // Would you like a cupcake?
2014-02-14 09:22:09 [INFO] [STDOUT]
2014-02-14 09:22:09 [INFO] [STDOUT] Time: 14.02.14 9:22
2014-02-14 09:22:09 [INFO] [STDOUT] Description: Exception in server tick loop
2014-02-14 09:22:09 [INFO] [STDOUT]
2014-02-14 09:22:09 [INFO] [STDOUT] java.lang.NullPointerException
2014-02-14 09:22:09 [INFO] [STDOUT] at java.util.ArrayList.(ArrayList.java:131)
2014-02-14 09:22:09 [INFO] [STDOUT] at micdoodle8.mods.galacticraft.core.tick.GCCoreTickHandlerServer.tickStart(GCCoreTickHandlerServer.java:50)
2014-02-14 09:22:09 [INFO] [STDOUT] at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
2014-02-14 09:22:09 [INFO] [STDOUT] at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
2014-02-14 09:22:09 [INFO] [STDOUT] at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:295)
[...]
2014-02-14 09:22:09 [INFO] [STDOUT] ---------------------------------------------------------------------------------------

Need to check null in scheduledBlockChanges.get(world.provider.dimensionId) before assign scheduledChanges variable.

@micdoodle8
Copy link
Owner

Fixed in the latest build, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants