From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: weird startup error in MacOS Mojave Date: Wed, 26 Sep 2018 00:56:35 +0200 Message-ID: <20180925225635.ilzv3at3oy6gn4bo@mail.bsd4all.net> References: <20180925094606.79c79c41@jabberwock.cb.piermont.com> <20180925142657.upg4wrqvys2khldo@mail.bsd4all.net> <20180925180837.7da58aa8@jabberwock.cb.piermont.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1537916118 1377 195.159.176.226 (25 Sep 2018 22:55:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2018 22:55:18 +0000 (UTC) User-Agent: NeoMutt/20180716 Cc: emacs-devel@gnu.org To: "Perry E. Metzger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 00:55:14 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4wEZ-0000HO-MZ for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2018 00:55:14 +0200 Original-Received: from localhost ([::1]:55595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4wGg-000808-Af for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2018 18:57:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4wFz-0007zs-2g for emacs-devel@gnu.org; Tue, 25 Sep 2018 18:56:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4wFy-0007wg-0G for emacs-devel@gnu.org; Tue, 25 Sep 2018 18:56:38 -0400 Original-Received: from mail.bsd4all.net ([2a01:4f8:191:217b::25]:39951) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4wFx-0007w7-LS for emacs-devel@gnu.org; Tue, 25 Sep 2018 18:56:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1537916196; bh=vOeUcxEgtj3H+9sbqK7+WGLTq85GjeGLTppZN3z1efQ=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=PUFPr3z35/UaAV77WwmgCrXEuI6TlYAUKXIE+LkgCkOkEWHtecGfZ+aEu9FIOq0Dq NQ4+Afqr+iNhl1tmoVRdqrS4QDOczseqjGTipL6Kg1QHYWNQnQkXKZr4/rEo3l9+eu f3KR/sxWCZjWZghvwnVA/t8JcOo732T8uldzxxiNiR9vcxrcF0ql+5zj1OojUSJU7z +TxNIk03Chb/eR8dww+fCnVSsVkNyrDGBtZaSzvGWaEjtvgtzA7jy/dTg5HKj5rEvy 2yKyptbQLg6EcYz3ReTnjYsX0EInoQDf3Enx3sub0q1m4SDJlkEYZ32EcJ5KzxJEEr q0hCIGjRne2aw== Content-Disposition: inline In-Reply-To: <20180925180837.7da58aa8@jabberwock.cb.piermont.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f8:191:217b::25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:230075 Archived-At: On Tue, Sep 25, 2018 at 06:08:37PM -0400, Perry E. Metzger wrote: > On Tue, 25 Sep 2018 16:26:57 +0200 "Herbert J. Skuhra" > wrote: > > On Tue, Sep 25, 2018 at 09:46:06AM -0400, Perry E. Metzger wrote: > > > I just upgraded my Mac to Mojave, and for the first time, > > > starting the GUI is spitting out this error: > > > > > > 2018-09-25 09:43:29.255 Emacs[1948:30669] Failed to initialize > > > color list unarchiver: Error Domain=NSCocoaErrorDomain Code=4864 > > > "*** -[NSKeyedUnarchiver > > > _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed > > > archive cannot be decoded by NSKeyedUnarchiver" > > > UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver > > > _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed > > > archive cannot be decoded by NSKeyedUnarchiver} > > > > I think you manually have to merge a few commits from branch > > scratch/ns-drawing (last synced August 11th). > > > > I still get an error on startup (not sure if it is the same one) > > but the GUI is usable. Emacs is sporadically crashing. > > I'm not sure I understand what you are telling me here. Is it that if > I don't pull some unnamed patches that I'll have problems, or is it > the reverse? Building Emacs on MacOS 10.14 results in a non-functional GUI. With the following commits from scratch/ns-drawing the GUI is working again: http://lists.gnu.org/archive/html/emacs-diffs/2018-08/msg00152.html http://lists.gnu.org/archive/html/emacs-diffs/2018-08/msg00150.html http://lists.gnu.org/archive/html/emacs-diffs/2018-08/msg00151.html But I still see the reported error on start and Emacs sporadically crashes. -- Herbert