pentagonik wrote: ↑2. Sep 2024, 12:21
To make sure progress here, could you please also try setting the environment variables
Code: Select all
VBOX_RELEASE_LOG=all.e.l.l2.l3.f
VBOX_RELEASE_LOG_DEST=file=c:\temp\VBoxTray.log
That should also increase the logging verbosity.
Yep, they were already set, so I guess we were already trying to get as many logs as possible.
dgrigorev wrote: ↑2. Sep 2024, 14:23
Your info helped us to fix a bug in VBoxTray.exe logging, thank you.
Could you install the Guest Additions version >= 164641 and repeat the steps to collect VBoxTray.log again?
No worries, I'm just trying to play my part as a user and give back to the community.
Testing new releases and reporting bugs is really the least I can do to support (in a tiny amount) this project.
The real thank you goes to everyone who commits the code and to Oracle for making this awesome program open source, cross platform and freely available to everyone.
Anyway, I saw that the Guest Additions were updated today at 13:14:26 BST in the development snapshot page, so I installed the new version, namely r164641 and I rebooted the guest.
Unfortunately, things got... uhm... worse, but you know what they say "things have to get worse before they get better".
Jokes aside, I have no idea what the new VBoxTray.exe is doing, but whatever it is, it's no longer single threaded with 1 core out of 4 being at 100% resulting in 25% CPU usage, but rather multithreaded with the load being spread across 2 cores and the CPU usage being 50% now in a 4c configuration.
- Screenshot from 2024-09-02 17-34-43.png (16.73 KiB) Viewed 2871 times
- Screenshot from 2024-09-02 17-35-41.png (14.08 KiB) Viewed 2871 times
After waiting for a while (around 20 minutes), however, the CPU usage dropped down to 25% once again, thus going back to the old behavior.
- Screenshot from 2024-09-02 17-42-23.png (16.28 KiB) Viewed 2871 times
Things look interesting for the guest logs this time round as there are more things going on.
Code: Select all
00:00:00.007812 main VBoxTray 7.1.0_BETA2 r164641 win.x86 (Sep 2 2024 13:06:42) release log
00:00:00.007812 main Log opened 2024-09-02T16:15:36.763906500Z
00:00:00.008789 main OS Product: Windows XP Professional
00:00:00.009765 main OS Release: 5.1.2600
00:00:00.009765 main Executable: C:\WINDOWS\system32\VBoxTray.exe
00:00:00.009765 main Process ID: 3572
00:00:00.009765 main Package type: WINDOWS_32BITS_GENERIC
00:00:00.009765 main Verbosity level: 0
00:00:00.014648 main Windows version 5.1 build 2600 (uNtVersion=0x50010000000a28)
00:00:23.383789 main Starting services ...
00:00:23.383789 main Starting service 'display' ...
00:03:01.079101 main Service 'display' started
00:03:01.080078 main Starting service 'clipboard' ...
00:03:01.081054 main Shared Clipboard: New Clipboard API not available (VERR_SYMBOL_NOT_FOUND)
00:03:01.088867 main Shared Clipboard: Guest features: 0x7 - Host features: 0x3
00:03:01.089843 main Shared Clipboard: Using chunk size 65536 (maximum is 134213632)
00:05:54.214843 shclwnd Shared Clipboard: Initialized OLE in window thread
00:05:54.232421 shclwnd Shared Clipboard: Window thread running
00:08:18.444335 clipboard Shared Clipboard: Worker loop running
00:08:18.445312 main Service 'clipboard' started
00:08:18.446289 clipboard Shared Clipboard: Initialized OLE in worker thread
00:08:18.447265 main Starting service 'seamless' ...
00:10:45.871093 main Service 'seamless' started
00:10:45.871093 main Starting service 'VRDP' ...
00:13:08.093750 main Service 'VRDP' started
00:13:08.094726 main Starting service 'IPC' ...
00:13:08.096679 main VBoxIPCInit: Local IPC server now running at "\\.\pipe\VBoxTrayIPC-Bucciantinif"
00:15:32.291015 main Service 'IPC' started
00:15:32.291015 main Starting service 'LA' ...
00:15:32.291992 main LA: RegQueryValueExW: failed [SOFTWARE\Oracle\VirtualBox Guest Additions/VBoxTrayLog]
00:15:32.291992 main LA: RegQueryValueExW: failed [SOFTWARE\Oracle\VirtualBox Guest Additions/VBoxTrayLA]
00:15:32.292968 main LA: DetachOnDisconnect=true
00:18:04.646484 main Service 'LA' started
00:18:04.647460 main Starting service 'draganddrop' ...
00:21:04.146484 dndwnd DnD: Guest features: 0x0 - Host features: 0x0
00:21:34.138671 main DnD: Failed to initialize proxy window, rc=VERR_NOT_SUPPORTED
00:22:34.139648 main DnD: Initializing drag and drop service failed with rc=VERR_NOT_SUPPORTED
00:22:34.139648 main Service 'draganddrop' is not supported on this system
00:22:34.139648 main All services started
00:23:25.402343 dndwnd DnD: Creating drop target failed with hr=0x80070057
The total run of the guest was 45 minutes after which I shut it down.