AE2 Unofficial Extended Life

AE2 Unofficial Extended Life

3M Downloads

Scroll-Wheel (Middle Mouse) Client-side Crash on Servers

Invadermonky opened this issue ยท 2 comments

commented

Describe the bug

When on a server and using the scroll wheel to select a block from the world using the default "Pick Block" control, the client will crash. Server is unaffected.

To Reproduce

  1. Enter server world with AE2-UEL loaded.
  2. Click scroll wheel (middle mouse) while targeting a block.
  3. Client crashes.

Expected behavior

Vanilla behavior. The targeted block will be selected and enter the player's hand, filling an empty hotbar slot or replacing the current item if hotbar is full.

Additional context

Crashlog:
https://gist.github.com/Invadermonky/4d573ec9ab48fdd7c47673c523f23989

Debug Log:
debug.log

Environment

Crash reproduced in a development environment, but occurs in multiplayer with no other mods present.

  • Minecraft Version: 1.12.2
  • AE2 Version: AE2 Unofficial Extended Life โˆ’ v0.56.6
  • Forge Version: 14.23.5.2847
commented

Considering that your log has recompiled_minecraft-1.12.2.jar listed in it, I suspect this is not at all the fault of AE2-UEL.

Looking at the bottom of the stack trace, you are running in a deobfuscated development environment, and appear to have included the obfuscated (normal) mod jar for the old version 0.56.6 as a dependency in your gradle configuration.

commented

Tested again on different server and appears to be working. User error. Thanks for the fast response.