[Bug]: Random Speed Boosts
Closed this issue ยท 4 comments
Possible Fixes
No
Modpack Version
10-2.25
What happened?
I started to notice a strange random speed boost, I am walking in my base and I randomly get a boost (the FOV changes, and I move faster but there is no effect particles) it lasts for about a second then stops. I was able to open my inventory to see if some item was giving me the boost and did not see any effects added. I also took off all my equipment and stored it with no change. I don't use any area effects, and thought it was a mouse/keyboard issue but the FOV change was not the same as a sprint (and I swapped mouse/keyboard), so I isolated the exact time it happened to an entry in the log:
[06:53:17] [Render thread/ERROR] [mojang/Window]: ########## GL ERROR ##########
[06:53:17] [Render thread/ERROR] [mojang/Window]: @ Render
[06:53:17] [Render thread/ERROR] [mojang/Window]: 65539: Invalid key 0
[06:53:25] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
I was able to clear the log and get the same error over and over pausing the game the moment it happens.
I have also noticed that when it happens the GUI that shows the character in armor goes black, I did find a way to reproduce it with an AE setup I was working on so I took a quick screen capture (to GIF) showing it and the log cleared and then after showing the error:
https://drive.google.com/file/d/1ufpOb9FcHYrt9o-zUqQVRHL2tXVO1gs9/view?usp=drive_link
latest.log
No response
Developer reports
No response
The symptoms looks like what the Midnight Robe from Relics does.
When you are in low light, it hides you, which makes your avatar disappear like in your screenshot and at the same time increases your speed, which changes your FOV.
The symptoms looks like what the Midnight Robe from Relics does.
When you are in low light, it hides you, which makes your avatar disappear like in your screenshot and at the same time increases your speed, which changes your FOV.
Not sure why this happens in well lit areas, but it appears to be the midnight robe. I apparently failed to notice that holding a time crystal places random speed and slowness on you.
I did figure out the error:
[06:53:17] [Render thread/ERROR] [mojang/Window]: ########## GL ERROR ##########
[06:53:17] [Render thread/ERROR] [mojang/Window]: @ Render
[06:53:17] [Render thread/ERROR] [mojang/Window]: 65539: Invalid key 0
Fire Nobu was set to key.keyboard.0 which is invalid (not sure why its a GL error) but clearing that key bind stops the GL ERROR messages... not sure why it was showing that ever time I was getting the effects