Patches to allow LispWorks to start on macOS Monterey 12.6 ========================================================== Without these patches, LispWorks will get errors on macOS Monterey 12.6 when using the Preferences dialog or any tool that has a filter (such as the Inspector). To use these patches, first extract or move convert-dib.64xfasl and convert-dib.64yfasl from LispWorks80Patches-64bit-Monterey-1.zip into the private-patches directory as described in http://www.lispworks.com/documentation/lw80/rnig/rnig-other-shared-8.htm#11.8.3.2%20Private%20patches-23 and add the following form in the body of the flet in private-patches/load.lisp immediately after the commented example there: (load-one-private-patch "convert-dib" :capi-cocoa)