Dungeons Gear

Dungeons Gear

6M Downloads

[1.18.2] Error During Sided Setup Event Phase

Thelnfamous1 opened this issue ยท 3 comments

commented

Discord user legospider777 reported an occasional crash during start-up.

crash_report.txt
log.txt

A ConcurrentModificationException is thrown, likely indicating that ItemModelProperties is being manipulated in a thread-unsafe manner.

commented

Proposed fix: Enqueue the init call of GearRangedItemModelProperties via FMLClientSetupEvent.

private void doClientStuff(final FMLClientSetupEvent event) {
        event.enqueueWork(GearRangedItemModelProperties::init);
}
commented

Fixed in 1.19.2.

commented

1.18 is no longer supported.