-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
type: bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I open the "Storage" settings of a VirtualBox virtual machine and try to add a disk, a window opens, but then all the windows of the VirtualBox manager crash without any error message after a few seconds. In eventvwr
there is an Application error with code 100 and the following info:
The name of the failed application: VirtualBox.exe , version: 7.1.10.19112, timestamp: 0x683ed9bd
The name of the failed module: ntdll.dll , version: 10.0.19041.6093, timestamp: 0xd1cd3808
Exception code: 0xc0000409
Error offset: 0x000000000008cc4f
The ID of the failed process is 0x3794
Launch time of the failed application: 0x01dbf5a1b8b224b8
The path of the failed application: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
The path of the failed module: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: b1800d91-339f-4a5a-a8d4-4a29ec7d1f78
The full name of the failed package:
The application code associated with the failed package:
So I think this is a bug related to ntdll.dll
when app is in the tiling mode.
And the same thing happens when Vbox is launched for the first time after the system has started.
I temporary fixed it with adding VBox class windows to 'set-floating' rule:
window_rules:
- commands: ['set-floating']
match:
- window_class: { equals: 'Qt653QWindowIcon' }
(where the class was taken from AutoHotKey Window Spy).
Reproduction
Windows 10 22H2 19045.6093
Vbox 7.1.10 (latest)
GlazeWM 3.9.1 (with Zebar 3.1.1) (latest)
Stack trace or error logs (if applicable)
The Glazewm errors.log is empty.
Version number
3.9.1
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working
Type
Projects
Status
📬 Needs triage