Mouse intigration issues impacting guest and hsot VM Manager app

Discussions related to using VirtualBox on Linux hosts.
Post Reply
jacksquat
Posts: 1
Joined: 30. Dec 2019, 23:19

Mouse intigration issues impacting guest and hsot VM Manager app

Post by jacksquat »

Very first click in guest VMs always works, but shortly after:
  • clicking fails in guest AND host VB Manager application
  • guest cursor fails to move
This issue began when updating to Version 6.0.14 r133895 (Qt5.6.1).

Issue replicated on:
  • Host: Fedora release 31 (Thirty One) (uname: Linux localhost.localdomain 5.3.16-300.fc31.x86_64 #1 SMP Fri Dec 13 17:59:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux)
    • Guest: Fedora release 31 (Thirty One) fully updated - with reinstall of guest additions (log file attached)
    • Guest: Win 10 fully updated - with reinstall of guest additions
VB log file attached. Any input appreciated. Grep of log for "Mouse" below with shutdown request at time stamp 00:02:23.010432

Code: Select all

[user@localhost Logs]$cat VBox.log | grep Mouse
00:00:00.485377   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.485378   Driver <string>  = "MainMouse" (cb=10)
00:00:00.485465 [/USB/HidMouse/] (level 2)
00:00:00.485466 [/USB/HidMouse/0/] (level 3)
00:00:00.485467 [/USB/HidMouse/0/Config/] (level 4)
00:00:00.485468 [/USB/HidMouse/0/LUN#0/] (level 4)
00:00:00.485469   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.485470 [/USB/HidMouse/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.485471   Driver <string>  = "MainMouse" (cb=10)
00:00:00.485471 [/USB/HidMouse/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.485474 [/USB/HidMouse/0/LUN#0/Config/] (level 5)
00:00:00.621193 VUSB: Attached 'HidMouse' to port 1 on RootHub#0 (FullSpeed)
00:02:23.110728 /PDM/Queue/Mouse/AllocFailures          0 times
00:02:23.110734 /PDM/Queue/Mouse/Flush                  0 calls
00:02:23.110741 /PDM/Queue/Mouse/FlushLeftovers         0 times
00:02:23.110748 /PDM/Queue/Mouse/Insert                 0 calls
00:02:23.110755 /PDM/Queue/Mouse/cItems               128 count
00:02:23.110762 /PDM/Queue/Mouse/cbItem                48 bytes
00:02:23.110769 /PDM/Queue/Mouse_1/AllocFailures        0 times
00:02:23.110776 /PDM/Queue/Mouse_1/Flush                0 calls
00:02:23.110783 /PDM/Queue/Mouse_1/FlushLeftovers        0 times
00:02:23.110789 /PDM/Queue/Mouse_1/Insert              51 calls
00:02:23.110796 /PDM/Queue/Mouse_1/cItems             128 count
00:02:23.110803 /PDM/Queue/Mouse_1/cbItem              48 bytes
00:02:23.112162 VUSB: Detached 'HidMouse' from port 1 on RootHub#0
Attachments
VBox.zip
Host: Fedora 31, Guest: Fedora 31 w/ reinstalled guest additions. Forced shutdown after replicating behaviour.
(36.41 KiB) Downloaded 14 times
Post Reply