-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The mod doesn't seem to work #1
Comments
Apparently disabling enhanced pointer precision in windows settings makes it work, but the input is very delayed. It could be because my mouse has a report rate of 1000hz |
Can you tell computer specs and operating system ? I'm using this on my laptop running Windows 10 and Minecraft 1.8.9 and it works. My mouse is also 1000hz (G402) |
I'm running windows 10 (1903) with ryzen 2700, gtx 1050 ti and 16 gb of ram. My mouse is bloody v8m. Also, I've just tried running it again and now it doesn't work even with enhanced pointer precision disabled so it might not be related. I also tried loading it both with and without optifine using both multimc and the official launcher, none of this made a difference |
Do you have any other input devices connected to your computer ? This mod works by scanning all input devices and then using the one moves first so it could be detecting something else. I have to use this method due to how the library used by Minecraft works |
I have a drawing tablet connected but disconnecting it makes no effect. I ended up building the mod myself and so far I see two issues:
|
@bystack have you tried opening Minecraft while not interacting with any other programs ? I have the same issue sometimes and that seems to be the cause of it |
i'm having the exact same issue, moving the mouse does nothing even after /rescan |
@Aidan-Lineberry try reconnecting your mouse. i know this mod is really buggy but theres nothing i can about it as this is the only way to get raw input with the libraries included with minecraft. |
Not to sound like an ass, but have you tried seeing if you can embed and include other input libraries into your mod to add true raw input support? For example: https://forums.minecraftforge.net/topic/69903-1122-how-to-include-libraries-jar-files-in-a-build/ |
I don't know what you mean by this |
Same exact problem here. Can't rotate camera in game. |
Should be resolved in my pull request, see #2 |
I tried changing mouse sensitivity and doing /rescan but no matter what I can't rotate camera in game
The text was updated successfully, but these errors were encountered: