Actually Additions

Actually Additions

66M Downloads

Stop reporting bugs with forge 2657 it broke go away

PurpleHel opened this issue ยท 8 comments

commented

Minecraft 1.12.2
Forge 14.23.3.2657
Actually Additions 1.12.2-r133
Crash occurs with no other mods enabled, is fixed by reverting to Forge 14.23.2.2654

https://pastebin.com/Te5fyS8P

commented
commented

Some news

  • This is definitely caused by capabilities not being initialized properly. I tested with the energy cap, no mods except forge (only modification to Forge was inserting a null-check after the capability initialization).
  • It only happens in a normal MC client, not a Forge dev environment (as in a environment for making Forge PR's, not an MDK. No idea whether those crash). I don't think it's because of obfuscation, the relevant classes shouldn't be obfuscated and the commits that broke it aren't obfuscation related as far as I can see. This is a bit inconvenient since making a forge build takes about 9 minutes for me.

EDIT: Probably caused by this LOC. It seems like the Forge jar was loaded/added through that call, which now only happens in dev.

commented

MinecraftForge/MinecraftForge#4865
I guess this can be closed now, it's definitely a Forge issue.
@PurpleHel @MasterEnderman downgrade Forge to the recomended version (2654), that should fix it.

commented

I'll keep it open to prevent duplicates being opened. I'll close it when 4865 is closed

commented

it's not an issue with actually additions, but with forge itself. had it also happen with thermal expansion and refined storage.

commented

Linking to BluSunrize/ImmersiveEngineering#2934 since it's probably caused by the same problem. I might try to debug this later today.

commented

I'm debating if I should report this to forge...

commented

May i suggest ya change the subject of this crash to specify it occurs on *.2657 of Forge as saying "Latest" is a lil ambiguous