
Scroll-Wheel (Middle Mouse) Client-side Crash on Servers
Invadermonky opened this issue ยท 2 comments
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
- Enter server world with AE2-UEL loaded.
- Click scroll wheel (middle mouse) while targeting a block.
- 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
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.