Thaumic Energistics

Thaumic Energistics

14M Downloads

[1.12.2] Conflict with Conflict with ReBind

Xnosis opened this issue ยท 1 comments

commented

Describe the bug
Consistent crash when pressing any key after opening Arcane Crafting Terminal while ReBind is also loaded.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Unlock Thaumic Energistic research
  2. Set up basic AE system. [disk drive, storage cell, arcane crafting terminal]
  3. Right click the Arcane Crafting Terminal
  4. Press any key (can click and drag with no issue)
  5. Client crashes

Expected behavior
Expect terminal to function as normal. Be able to search and exit the terminal.

Version Information

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2838
  • Applied Energistics: rv6-stable-7
  • Thaumcraft: 6.1.BETA26
  • Thaumic Energistics: 2.2.3
  • Modpack: FTBSkyAdventures-1.4.0-1.12.2

Additional context
Posted issue at ReBind as well.

Manually added both mods to FTB Sky Adventures. First crash occurred very deep into playthrough. Used trial and error to narrow it down to ReBind conflict.

Logs/Crashlogs
Log

commented

ReBind must be not returning a keybinding object even when it is unbound. You should be able to fix it by adding a keybinding for appliedenergistics2 (Check here for key category/name).
I might add a null check in the code to prevent it as well.