Pyrotech

Pyrotech

897k Downloads

Death cause by bloom crash server when Tinkers Construct installed.

Water-Moon opened this issue ยท 2 comments

commented

Issue Description

The game instance crash when someone was burned to death by a bloom.

What Happens

The game crashed.

Step to reproduce:

  1. Have both tinker's construct and pyrotech installed.
  2. Hold a hot bloom until it burn you to death.
  3. The game crashed.

What You Expect to Happen

The game does not crash

Crash Log

https://paste.dimdev.org/yebuvetefu.mccrash

Affected Versions

  • Minecraft:1.12.2

  • Forge:14.23.5.2836 (also happens on .2838 and .2786, other version not tested.)

  • CraftTweaker:4.1.19 (crash will happen even if no craft tweaker installed)

  • Dropt:1.12.2-1.5.0

  • Pyrotech:1.1.4

  • Athenaeum:1.12.2-1.17.1

  • Tinker's Construct:1.12.2-2.12.0.156

commented

I'm thinking if this is tinker's construct's fault...
Seems they are missing a catch(NullPointerException e) or something like so...

commented

Seems it's not a issue of this mod...
It's tinkers construct's fault for not having a !=null or a catch(NullPointerException e)...