Charset Storage - Barrels

Charset Storage - Barrels

429k Downloads

Crash on launch with latest CI build

shadowfacts opened this issue ยท 6 comments

commented

Crash report: https://gist.github.com/shadowfacts/f311ba40f0c1b13f1dd6b6f10fd76076
Forge: 14.21.1.2387

That crash reports includes a couple other mods, but I've verified that it happens with just Charset.

commented

Did you touch any configuration options in Charset?

commented

Nope, this is on the first launch with Charset added.

commented

Huh. I've pushed a version just now, does that one work better?

commented

That seems to be fixed, but a slightly different crash this time with the icon item.

commented

It's weird because it looks like the event is called too... early? Huh. I'll look into it more.

commented

Yeah, that event would have to be firing before pre-init for the item to be null, but with the Forge registry changes, registry events are fired immediately after mod pre-init.