xJon / The-1.12.2-Pack

A Minecraft modpack
https://the-1122-pack.com
43 stars 7 forks source link

Thaumic Energistics Terminals no longer function as intended #957

Closed Satvn closed 2 months ago

Satvn commented 4 months ago

Was this bug reported before?

Please provide a link to your crash report or latest.log, if relevant

No response

If you have any, please provide a list of additional mods

No response

Please describe the issue you are experiencing

Since updating to 1.6.1 my thaumic energistics arcane and essentia terminals no longer function as they did on 1.5.6, the arcane terminal's ordering button simply doesn't work the first time around, and will reset back to A-Z every time you reopen the terminal, I also had an issue that stopped me from taking any items out of it at one point but that has since stopped and i dont know what caused it. 2024-06-03_20 59 57 2024-06-03_21 00 00 The essentia terminal no longer allows you to extract essentia with phials or jars making it quite problematic for setting up filters and research components 2024-06-03_20 59 49 2024-06-03_21 00 13

xJon commented 4 months ago

This is most likely due to updating AE2 and Thaumic Energistics, although they were supposed to work well together. Can you check if manually updating Thaumic Energistics to 2.3.1 resolves this? If not, can you please report this bug directly to the author over https://github.com/Delfayne/ThaumicEnergistics/issues ? Might be useful to include the latest log to check for any errors that could be happening in the background.

xJon commented 4 months ago

Also, are you playing on a modified server (i.e. with plugins)?

Satvn commented 4 months ago

I do play on a server with plugins, however i quickly tested in SP as well and the same issues are apparent, I will try boot with 2.3.1 energistics to see if the issue still remains, my latest log however doesnt have anything whatsoever when interacting with the terminals

xJon commented 4 months ago

It appears reproducible with 2.3.1 also outside of the modpack environment, so I've reported it directly to the author myself over https://github.com/Delfayne/ThaumicEnergistics/issues/42.

Delfayne commented 3 months ago

My apologies, these were broken as part of a series of optimisation fixes migrating several parts of ThE code to be more similar to AE2, especially item sorting and packet handling.

The end result is that the slow-ass Arcane Terminal should be a LOT faster when it has access to a large inventory.

I had had reports of bugs, which is why this version was not released to Curseforge yet. Apologies for the rough pre-release version

xJon commented 3 months ago

Reopening this as I am not sure whether the issue is fully resolved in 1.6.2 (using Thaumic Energistics EL 1.3.2). @Satvn Would appreciate feedback!

Satvn commented 3 months ago

The essentia terminals work now in 1.6.2! both phials and jars can take out essentia! (with 1.3.2 Thaum Energistics)

The arcane terminal is still broken though, the sorting button doesnt work as before, and items cant be pulled from it, though i did notice as i had console open that it produces this error errorlog.txt interestingly it mentions extracells mekanism gas, something not included in the ME network (i used a single AE2 unofficial extended life 1k storage cell)

Delfayne commented 3 months ago

btw it's 2.3.x of ThE, not 1.3.x This error can occur because Gas AE is installed at all, not that you're currently using cells. I'll harden the checks in ThE to prevent that. Unsure why the sorting is broken but I can play with it some more and see if I can reproduce it.

The sorting behaviour from before did need to change though. It was extraordinarily laggy in large systems to where the UI was unusable. Just gotta smooth out the problems.

Delfayne commented 3 months ago

Both bugs should be fixed now