aurilisdev / Electrodynamics

Electrodynamics is a mod that brings realistic, world-based science and technology into Minecraft along with some other additions.
https://aurilis.dev/electrodynamics/
Other
72 stars 19 forks source link

[1.18.1] Game crashes on loading when used with Iron Furnaces #124

Closed Selmephren closed 2 years ago

Selmephren commented 2 years ago

Tested this with: Forge 39.0.8 Electrodynamics-1.18.1-0.5.4-0 ironfurnaces-1.18.1-3.1.1 and nothing else.

Still having that error on loading the game with just these two mods:

The game crashed whilst initializing game Error: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 Exit Code: -1

crash-2021-12-26_20.06.57-client.txt

aurilisdev commented 2 years ago

I don't see why electro has anything to do with this crash

Selmephren commented 2 years ago

Well, there is some mod interaction between the only 2 mods loaded that is causing it to crash.

Selmephren commented 2 years ago

From the Iron Forge page:

When checking for NBT data, it was assumed that only the "settings" data would be on the Furnace Settings Copier item, Electrodynamics seems to have added some NBT data on load and since as soon as there is NBT data on the item the values of the settings would be displayed, and since there was no settings present --> that is what causes the crash. This is now fixed in 3.1.2. Qelifern/IronFurnaces/issues/78

So it looks like they were able to track down the problem from their end. I don't know from what end of the interaction the problem was created but now you have something to possibly point at for future errors of this kind.