Crash on startup when sneak is bound to a mouse button
winauer opened this issue ยท 6 comments
Minecraft version
1.16.5
Feywild version
1.16.5-2.1.3
Forge version
36.2.34
The latest.log file
Issue description
Game crashes on startup when sneak is bound to a mouse button. A window with an error message pops up. The key number in the error message depends on which mouse button is assigned to sneak.
https://i.imgur.com/443XT3y.png
Steps to reproduce
- Set sneak to a mouse button
- close game
- open game
Other information
Mekanism and Mining gadgets had the same issue in the past. See:
mekanism/Mekanism#5920
and
Direwolf20-MC/MiningGadgets#101
No, it's not a driver issue. The error message is misleading. It's because when you look for the sneak key you only handle keyboard keys.
We had this issue before, and that was always the solution.
I'll look into it.
Uploaded a possible fix (waiting for approval):
https://www.curseforge.com/minecraft/mc-mods/feywild/files/4015654
Let me know if that works...I don't have a fancy mouse to test it with ^_^