Closed OliStab closed 6 months ago
That's weird. Would you try again on the most recent version, but disable the EMC mappers AppliedE adds? They should be under ProjectE's mapping.toml
and nbt.toml
processing.toml
configs.
In fact, hopefully to narrow it down, does this happen when the AE2CellProcessor
in nbt.toml
processing.toml
is disabled?
Hmm, can't find a nbt.toml file. And in the mapping.toml file I can't seem to find AppliedE specific Options.
I deactivated AE2P2PTunnels under enabledMappers and CraftingMapper.AppliedEnergisticsInscriberMapper.
With that running 0.3.3 returns the Error.
I'm very sorry, I meant processing.toml
, not nbt.toml
. Also, none of the AppliedE-related options currently make any reference to AppliedE and reference only AE2. This will be changed in the next hotfix release for clarity.
No worries.
With Version 0.3.3 and all AE2 Options I could find in the files tuned off , the error is still there.
mapping.toml:
[enabledMappers]
AE2P2PTunnels = false // was true
[CraftingMapper]
[CraftingMapper.AppliedEnergisticsInscriberMapper]
enabled = false // was true
[CraftingMapper.AE2Transform]
enabled = false // was false
[CraftingMapper.AE2Inscriber]
enabled = false // was false
[CraftingMapper.AE2Charger]
enabled = false // was false
processing.toml:
[processors]
[processors.AE2CellProcessor]
enabled = false // was true
[processors.AE2NetworkToolProcessor]
enabled = false // was true
I didn't touch the Priority and Permission Options.
Well that's frustrating. I'll try to investigate further.
Since I write Code for a living, I fell you. Take your time.
FYI I tried it the other way round, with AppliedE 0.3.3 and AE Additions turned off and the Options reset to default, the error disappears. Only with both on it occurs.
I got it, but I have no idea why the fix I've put in place even works when things should also (in theory) work just fine without it. Hotfix will be coming right away.
Sounds great, and somehow familiar.
Thanks you! Can confirm that Version 0.3.4 fixes the Issue for me.
With Versions 0.3.0, 0.3.1, 0.3.2, and 0.3.3 I get a Tooltip Error.
Disabling AppliedE or downgrading to Version 0.2.5 fixes the Issue for me.
latest.log