-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
"An error occured when updating mouse settings!" on Windows #114
Comments
I have just plugged it into my Linux computer and |
Hello, Are you using an administrator account or a standard user account on your Windows? I will try to reproduce the issue :) |
I am using an administrator account and UAC is on. But I was running it from an administrator prompt to no avail. |
I tried to reproduce your issue:
Each time I installed rivalcfg in a Python Virtualenv with I Do not know what happen on your machine :( Also, I saw that you used this command:
How did you obtained this .exe? How did you installed rivalcfg? |
It's a pip .exe. I can try running with python -m rivalcfg in combination
with a virtualenv.
…On Sat., May 23, 2020, 5:05 a.m. Fabien LOISON, ***@***.***> wrote:
I tried to reproduce your issue:
- on a Windows VM: it worked
- on an other VM with a fresh Windows install: it also worked
- on a non-administrator account on a fresh Windows install: it worked
again.
Each time I installed rivalcfg in a Python Virtualenv with pip.
I Do not know what happen on your machine :(
------------------------------
Also, I saw that you used this command:
rivalcfg.exe -c d11bd6 -C d11bd6
How did you obtained this .exe? How did you installed rivalcfg?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#114 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSYHKC6SGAQT6YFY42BL5LRS63W5ANCNFSM4NID7U4A>
.
|
Rivalcfg 4.0 was now released. Can you retry with this new version? |
I regret to report that while the error message has been resolved, the tool is still not setting the colour successfully or reporting any error. This is on a fresh Windows install this time ;-) |
SteelSeries engine not installed unless Windows did it on its own. Yeah I can capture some packets, how do I do that on Windows? |
I have attempted to capture packets using USBPcap but Wireshark is basically just giving me a bunch of hex for the packets, not even decoding them as HID or anything. So I have 3MB of what appears to be completely opaque hex captured over a couple of seconds, with also opaque device names. I feel like I'm probably doing some part of this wrong. |
I got a quieter capture. Start capture; [alt-tab] [enter] on I got it down to 7kb (gzipped because github sucks): Let me know if this is usable. |
Oh I see you have a Rival 310 not a Rival 300 :) The strange thing is that there seems to be no color packet at all in the capture, BUT there is the save command that is sent at the end: The difference between "color" and "save" commands on this mouse is that the "color" command uses a Can you try to change the DPI setting (that use an Anyway, I do not have any mouse that use |
Ok, confirmed! Now I have a Sensei 310, I am able to reproduce the bug. Every commands works but colors. They are not sent on the USB bus at all. No idea why nor how to fix it, but at least, I can investigate! :) |
Having this issue as well with my Rival 310 on Win10. Glad to see I'm not the only one but annoying nonetheless. Hope it's an easy fix! |
Sadly, it will not be easy to fix... I do not understand why hid.dll (the Windows backend used by hidapi) returns an error when we try to send feature reports to the devices :( Maybe we will have to implement the libusb backend on Windows to make it work :/ |
@flozz any update on this? I'm struggling with the same issue on Windows 10 with my sensei 310. |
Hello, I made a pause on this project by the end of September, but I am back on it since this week. I will try to fix this but it will not be easy, I am not able to figure out what is the problem with |
I'm currently battling a similar issue over at the OpenRGB project trying to control my steelseries apex M750. SteelSeries Engine can control the keyboard just fine, but anything I try to send from OpenRGB just disappears into the aether. Maybe the two issues are connected somehow. edit: as it so happens that issue was just "solved". I was talking to the wrong interface (2 is the correct one instead of 0). Maybe that's the issue here too? All other mice (which are supported both by rivalcfg and openrgb) use interface 0 (which is probably the default) |
Hi! After considering whether it was a good idea to install a 150MB mouse driver to disable a distracting lighting effect and deciding "probably not", I installed rivalcfg. It appears to be detecting my Rival 300 mouse correctly on my Windows 10 2004 computer with Python 3.7, but when I try to update the colour with
rivalcfg.exe -c d11bd6 -C d11bd6
, I get "An error occured when updating mouse settings!".How can I get more details than this error gives so I can understand what the issue might be?
The text was updated successfully, but these errors were encountered: