darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.4k stars 440 forks source link

NSMenuItem does not support unkeyed Coders #1490

Open CKegel opened 7 months ago

CKegel commented 7 months ago

Expected Result NSMenuItem is decoded using an instance of NSCoder.

Actual Result The following exception is thrown, as NSMenuItem has no implementation for initWithCoder:NSCoder that supports unkeyed sunclasses of NSCoder (see the implementation):

'NSMenuItem can not initWithCoder:NSUnarchiver'

Steps To Reproduce Run Apple's precompiled example code available here

System Information Fedora Workstation 39 on intel.

| Linux Kernel | 6.Y.Z | | Darling | 25afbc764 |