You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The toolbar of the view has duplicate item 'space'.
To Reproduce
Start a vm, and click Pause button top-right, the program panic:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSToolbar 0x119133060 already contains an item with the identifier Space. Duplicate items of this type are not allowed.'
*** First throw call stack:
(
0 CoreFoundation 0x0000000184025df0 __exceptionPreprocess + 176
1 libobjc.A.dylib 0x0000000183aeab60 objc_exception_throw + 88
2 Foundation 0x000000018534ea78 -[NSCalendarDate initWithCoder:] + 0
3 AppKit 0x0000000187cbbe38 -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags:] + 236
Expected behavior
The vm is paused, and the program is still running without panic.
Screenshots
Environment that you use to compile (please complete the following information):
Describe the bug
The toolbar of the view has duplicate item 'space'.
To Reproduce
Start a vm, and click Pause button top-right, the program panic:
Expected behavior
The vm is paused, and the program is still running without panic.
Screenshots
Environment that you use to compile (please complete the following information):
Xcode version:
Xcode 16.3
Build version 16E140
macOS Version:
ProductName: macOS
ProductVersion: 15.4.1
BuildVersion: 24E263
mac architecture: arm64
Go Version: go version go1.24.1 darwin/arm64
Additional context
none
The text was updated successfully, but these errors were encountered: