PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Crash on Load with new version

666lumberjack opened this issue ยท 9 comments

commented

Minecraft Version

1.12.2

Forge Version

1.12.2-14.23.4.2729

Mod Version

1.12.2-0.7.0-228

Describe your problem, including steps to reproduce it

I'm getting a crash on load with the newest Pneumaticcraft version that seems to be related to the pneumatic armour/helmet.

Any other comments?

Crash Log: https://paste.ee/p/yv54J

commented

Weird. I have tested this outside my dev environment, honest! Anyhow, I'll see if I can get to the bottom of this.

As a quick test, could you try starting an instance with only PNC installed and let me know if it still crashes?

commented

Can confirm as of build 232 it's fixed for me too

commented

Can you try build #229 from http://jenkins.k-4u.nl/job/PneumaticCraft-Repressurized/ please?

I could not reproduce your crash at all, either in my dev environment or loading the mod into an external MultiMC instance (tried both single player and dedicated server). Which leads me to suspect some other mod that you have loaded is interfering somehow (not Foamfix, I tried with that).

Anyway I refactored the pneumatic armor class so it's using a single non-abstract class now (ItemPneumaticArmor) instead of an abstract base class (ItemPneumaticArmorBase, which the mod loader couldn't see). Hopefully that will fix the problem, though I still don't know what the root cause is.

commented

Still crashes with the newest jenkins build.
Crash Report: https://paste.dimdev.org/ikaqaveqoj.mccrash

commented

OK that's a different issue, and easier to explain at least... Thaumcraft isn't in your instance. Pushing a fix for that now.

commented

Now it doesn't crash anymore. ๐Ÿ‘

commented

Excellent. You're running build 230 now I presume?

commented

Exactly.

commented

Fixed in 0.7.1 / 0.7.2 releases