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

usual crashes on the officials #8248

Closed
boubou19 opened this issue Jul 15, 2021 · 3 comments
Closed

usual crashes on the officials #8248

boubou19 opened this issue Jul 15, 2021 · 3 comments

Comments

@boubou19
Copy link
Member

Which modpack version are you using?

2.1.1.0

If in multiplayer; On which server does this happen?

delta, epsilon, eta

This crash happened once on eta and once on delta last week.

Fire spreading (usually in nether) crash
Description: Exception getting block type in world

java.lang.NullPointerException: Exception getting block type in world
  at net.minecraft.world.World.func_147439_a(World.java:703)
  at net.minecraft.block.BlockFire.tryCatchFire(BlockFire.java:256)
  at net.minecraft.block.BlockFire.func_149674_a(BlockFire.java:157)
  at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:776)
  at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:283)
  at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963)
  at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  at java.lang.Thread.run(Thread.java:748)

This one happened 4 times on eta, once on epsilon, and 5 times on delta over the last week

light value computed by grass block (usually in garden dims)
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
  at net.minecraft.world.World.getBlockLightValue_do(World.java:1265)
  at net.minecraft.world.World.getBlockLightValue_do(World.java:1225)
  at net.minecraft.world.World.getBlockLightValue(World.java:1214)
  at net.minecraft.block.BlockGrass.updateTick(BlockGrass.java:52)
  at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:568)
  at net.minecraft.world.WorldServer.tick(WorldServer.java:287)
  at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:963)
  at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:432)
  at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:841)
  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  at java.lang.Thread.run(Thread.java:748)
@GTNH-Colen
Copy link
Contributor

This is a pretty big bug that has been floating around for a long time now, hopefully someone can take a look at it. It can crash the officials 1-2 times a day easily which gets old really fast.

@boubou19
Copy link
Member Author

looks like GTNewHorizons/Hodgepodge@d2295c6 and GTNewHorizons/Hodgepodge@8c2e6bf fixed the issues, because no more crashes from those were observed. I think we can close this.

@Glease
Copy link
Contributor

Glease commented Jul 18, 2021

Said commits aren't even merged into master. Let's wait a bit more before closing it.

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

No branches or pull requests

3 participants