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: Tue, 25 Sep 2018 16:26:57 +0200 Message-ID: <20180925142657.upg4wrqvys2khldo@mail.bsd4all.net> References: <20180925094606.79c79c41@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 1537885524 25689 195.159.176.226 (25 Sep 2018 14:25:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2018 14:25:24 +0000 (UTC) User-Agent: NeoMutt/20180716 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 16:25:20 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 1g4oH9-0006aB-0g for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2018 16:25:19 +0200 Original-Received: from localhost ([::1]:53449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4oJF-0002xA-CZ for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2018 10:27:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4oJ1-0002sF-Q1 for emacs-devel@gnu.org; Tue, 25 Sep 2018 10:27:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4oIt-0006yB-J1 for emacs-devel@gnu.org; Tue, 25 Sep 2018 10:27:13 -0400 Original-Received: from mail.bsd4all.net ([144.76.30.122]:64234) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4oIs-0006sM-ID for emacs-devel@gnu.org; Tue, 25 Sep 2018 10:27:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1537885617; bh=O9LCvwGprURdr0oggyDtdGrq0QfVsRJrkdpkdHu7qCA=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=BpkBIq701c9tOfVzaY/Eaqh9dmytyPAGOlTjdLSQG86gw4sfwwSDGPRlVag8xRZeN zpfiOKMgfSotMVk5u3B7zebWjXGV35/QexnSYwc6xaM+Q81zKXp7Mkz9sdFuJHT0C4 cIbu/yy38yk1OmqN/nSqvKBiM9t63+DNP0T1lBCiIhucVCHWmhBCwsd0kFGBX/83e/ 0ygHz7N+bKgNJRtVoas9lcR0Ba860XsOwR6rZcUfbGgYRaqS+VFA7ZY7LOXykd7yd3 SJ1Re9AFr1p2DRB9a5sb2CnzmEaWFdNtA3TcFXOtHN5WClkaVNEYt//XdmRBmFt3Bq 0Okv5Y8PBCP7Q== Content-Disposition: inline In-Reply-To: <20180925094606.79c79c41@jabberwock.cb.piermont.com> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 144.76.30.122 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:230060 Archived-At: 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. -- Herbert