Mouse cursor couldn't move when usb device is redirected
Submitted by McHoZhang
Assigned to Spice Bug List
Description
Hello, I use MinGW to cross compile spice-gtk on Fedora for Windows, the problem is when I choose the usb device to redict, after the driver being installed on the guest VM , the mouse cursor couldn't move(or sometimes disappear), but it works again as long as I remove the usb device. And I want to mention that if I keep moving the mouse cursor from the start when the usb device is redirected, the cursor will remain alive, but if I stop for a few seconds, it can't move anymore. Previously I compiled on Fedora 25(latest version),but it came out that usb driver not reinstall in local machine, it means that the usb device can't use anymore, then I use Fedora 19 and solve this problem, I believe they install the different MinGW or GTK library. I've also tried to compile it with gcc, and run on linux, it seems to work fine, so I don't know if it's the spice-gtk ,usbdk or the mingw problem .
I use: Fedora 19 mingw32 and mingw64 (respectively for x86 and x64 windows 7) gtk+ - 3.12 spice-gtk 0.31 (actually I've also tried 0.29,0.19) usbclerk usbdk (1.0.15 and 1.0.6)
I'm very appreciate if anyone can tell me what I do wrong, or what may cause this problem.