Open ghost opened 6 years ago
Can confirm, having the same issue.
Can concur with OP Included log
Can concur with OP Included log
I haven't been able to get a crash log, this seems like it might have to do with MouseTweak's shift-click-and-drag, which would make sense as my modpack includes MouseTweaks 2.9 @YaLTeR
Looking at the log, the infinite (or at least long enough to cause a stack overflow) recursion is between these three calls:
at com.rwtema.extrautils2.gui.backend.DynamicContainer.func_184996_a(DynamicContainer.java:491) ~[DynamicContainer.class:?]
at net.minecraft.inventory.Container.func_75133_b(Container.java:525) ~[abd.class:?]
at net.minecraft.inventory.Container.func_184996_a(Container.java:267) ~[abd.class:?]
which happen when MouseTweaks calls handleMouseClick()
.
I can also confirm that this is an issue.
@ThatOneCheetah to check if the crash indeed requires MT to happen, could you try disabling shift + left click + drag functionality in MT's options?
@ThatOneCheetah to check if the crash indeed requires MT to happen, could you try disabling shift + left click + drag functionality in MT's options?
Seems to happen with the tweaks disabled too. As well as with MouseTweaks disabled in the modpack, I should've tested that first in retrospect. @YaLTeR
So it's either an issue with Extra Utilities 2, or the Forge API itself (if there is such a common API for managing inventories).
Same crash. :=)
I have the same issue. This was a reported issue about this a while back in the old EU2 issue reporting website. Im wondering why its still not fixed. I really want to use this bag again without having to worry about the game crashing and loosing all my items in the bag at the bad its self being voided. It voids the bag and i loose all my items in it after i come back on after the crash.
Same issue but I do not have the MouseTweaks mods installed.
Minecraft: 1.12.2 Forge: 14.23.5.2775 Extra Utilities 2: 1.9.8
I don't have a crash report(as its not an error, but rather a frozen game), but here's my latest.log after restarting after crash.
Confirmed using Extra Utilities 1.9.8 [1.12.2] in the Enigmatica 2 [v1.5.3] mod-pack; (accidentally) shift-clicking item from inventory into a full Golden Bag of Holding consistently hangs the Minecraft engine, requiring a forced [ctrl-alt-del] restart and reload of the mod-pack. Very annoying!
Can confirm that this only happens with Mouse Tweaks
Happens with and without Mouse Tweaks. So definately seems to be an EU issue.
Came here with this problem, looked through past issues. Based on #254, upgraded from 1.9.8 to 1.9.9, seems to have solved the issue, both when shift-clicking into the bag, and out of the bag. I hypothesize that many related open issues (#155, #220, #226, #227, #232, #243, #260, #288, #294) are solved with 1.9.9, but would probably double-check before closing.
Shift-clicking items into a full bag of holding, or from a bag of holding to full inventory causes an infinite loop (javaw.exe hangs without crash report).
EDIT: