Forgero - [Fabric]

Forgero - [Fabric]

85k Downloads

[1.19.2-0.10.9] Game crashes on world loading

Kiryonn opened this issue ยท 6 comments

commented

I can't even make sense of what happens by looking at the logs. So instead i'll just give me my modpack and hope you can do something about it.
1.19.2 - Fabric tech combat.zip
A piece of information that can help (maybe), is that when i disabled forgero and logged into the world, i had a patchouli book for forgero (that i obviously couldn't open since i disabled the mod)

commented

I need the log to be able to see what is going on.

commented

here you go 2023-05-13-1.log

commented

It seems like EMI has an issue parsing the loot table:
at fzzyhmstrs.emi_loot.client.AbstractTextKeyParsingClientLootTable.fromBuf(AbstractTextKeyParsingClientLootTable.java:182) ~[emi_loot-0.6.2+1.19.jar:?] at fzzyhmstrs.emi_loot.client.ClientLootTables.lambda$registerClient$3(ClientLootTables.java:39) ~[emi_loot-0.6.2+1.19.jar:?]
Have you tried without EMI?

commented

i haven't yet. and i think it's not EMI but it's addon "EMI Loot" by looking at the file name. making some tests right now

commented

Without EMI Loot

it works

With REI variants (Roughly Enough Loot Tables)
seems to work when i replaced EMI mods with REI variants (why ? cause i was wondering if other loot mods would crash)

commented

I had a similar issue before with emi loot where it crashed if the loot table was to big. The solution was for me to reduce the size of the loot table, but that isn't really a fix, as this sounds more like an internal issue with emi loot and large loot tables.