* bug#70836: Buglet on Intel MacOS Sonoma 14.x
@ 2024-05-08 19:59 Marco Antoniotti
2024-05-09 4:56 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Marco Antoniotti @ 2024-05-08 19:59 UTC (permalink / raw)
To: 70836
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
Hi
When I start Emacs on a Mac running Sonoma 14.x I get the following "error"
or "warning" at startup. Emacs seems to work fine afterward; any idea
about why this may be happening?
marcoxa$ *emacs*
2024-05-08 21:55:41.855 Emacs-x86_64-10_14[25649:4641200] 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}
All the best
--
Marco Antoniotti
Somewhere over the Rainbow
[-- Attachment #2: Type: text/html, Size: 1029 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#70836: Buglet on Intel MacOS Sonoma 14.x
2024-05-08 19:59 bug#70836: Buglet on Intel MacOS Sonoma 14.x Marco Antoniotti
@ 2024-05-09 4:56 ` Eli Zaretskii
2024-05-09 9:26 ` Marco Antoniotti
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2024-05-09 4:56 UTC (permalink / raw)
To: Marco Antoniotti; +Cc: 70836
> From: Marco Antoniotti <marcoxa@gmail.com>
> Date: Wed, 8 May 2024 21:59:26 +0200
>
> When I start Emacs on a Mac running Sonoma 14.x I get the following "error" or "warning" at startup. Emacs
> seems to work fine afterward; any idea about why this may be happening?
>
> marcoxa$ emacs
> 2024-05-08 21:55:41.855 Emacs-x86_64-10_14[25649:4641200] 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}
When this came up before (e.g., bug#32854), our macOS expert said the
reason was a stale or corrupt version of the color file, and the
solution was to delete it:
rm ~/Library/Colors/Emacs.clr
Can you try this and see if it solves your problem?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#70836: Buglet on Intel MacOS Sonoma 14.x
2024-05-09 4:56 ` Eli Zaretskii
@ 2024-05-09 9:26 ` Marco Antoniotti
2024-05-10 6:08 ` Marco Antoniotti
0 siblings, 1 reply; 5+ messages in thread
From: Marco Antoniotti @ 2024-05-09 9:26 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 70836
[-- Attachment #1: Type: text/plain, Size: 1882 bytes --]
Hi
Nope. Removing the file does not help.
marcoxa$ rm ~/Library/Colors/Emacs.clr
marcoxa$ emacs &
[1] 33269
Bougaza:magiciel marcoxa$ 2024-05-09 11:22:44.978
Emacs-x86_64-10_14[33269:5028483] 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}
The file gets regenerated, but so does the error.
All the best
MA
On Thu, May 9, 2024 at 6:56 AM Eli Zaretskii <eliz@gnu.org> wrote:
> > From: Marco Antoniotti <marcoxa@gmail.com>
> > Date: Wed, 8 May 2024 21:59:26 +0200
> >
> > When I start Emacs on a Mac running Sonoma 14.x I get the following
> "error" or "warning" at startup. Emacs
> > seems to work fine afterward; any idea about why this may be happening?
> >
> > marcoxa$ emacs
> > 2024-05-08 21:55:41.855 Emacs-x86_64-10_14[25649:4641200] 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}
>
> When this came up before (e.g., bug#32854), our macOS expert said the
> reason was a stale or corrupt version of the color file, and the
> solution was to delete it:
>
> rm ~/Library/Colors/Emacs.clr
>
> Can you try this and see if it solves your problem?
>
--
Marco Antoniotti
Somewhere over the Rainbow
[-- Attachment #2: Type: text/html, Size: 2645 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#70836: Buglet on Intel MacOS Sonoma 14.x
2024-05-09 9:26 ` Marco Antoniotti
@ 2024-05-10 6:08 ` Marco Antoniotti
2024-05-10 7:24 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Marco Antoniotti @ 2024-05-10 6:08 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 70836
[-- Attachment #1: Type: text/plain, Size: 2250 bytes --]
Sorry
The message appeared the first two times I restarted Emacs after deleting
the file. Now everything is fine. Go figure.
Consider it fixed.
Marco Antoniotti
Somewhere over the Rainbow
On Thu, 9 May 2024 at 11:26, Marco Antoniotti <marcoxa@gmail.com> wrote:
> Hi
>
> Nope. Removing the file does not help.
>
> marcoxa$ rm ~/Library/Colors/Emacs.clr
> marcoxa$ emacs &
> [1] 33269
> Bougaza:magiciel marcoxa$ 2024-05-09 11:22:44.978
> Emacs-x86_64-10_14[33269:5028483] 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}
>
> The file gets regenerated, but so does the error.
>
> All the best
>
> MA
>
>
> On Thu, May 9, 2024 at 6:56 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
>> > From: Marco Antoniotti <marcoxa@gmail.com>
>> > Date: Wed, 8 May 2024 21:59:26 +0200
>> >
>> > When I start Emacs on a Mac running Sonoma 14.x I get the following
>> "error" or "warning" at startup. Emacs
>> > seems to work fine afterward; any idea about why this may be happening?
>> >
>> > marcoxa$ emacs
>> > 2024-05-08 21:55:41.855 Emacs-x86_64-10_14[25649:4641200] 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}
>>
>> When this came up before (e.g., bug#32854), our macOS expert said the
>> reason was a stale or corrupt version of the color file, and the
>> solution was to delete it:
>>
>> rm ~/Library/Colors/Emacs.clr
>>
>> Can you try this and see if it solves your problem?
>>
>
>
> --
> Marco Antoniotti
> Somewhere over the Rainbow
>
[-- Attachment #2: Type: text/html, Size: 3490 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#70836: Buglet on Intel MacOS Sonoma 14.x
2024-05-10 6:08 ` Marco Antoniotti
@ 2024-05-10 7:24 ` Eli Zaretskii
0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-05-10 7:24 UTC (permalink / raw)
To: Marco Antoniotti; +Cc: 70836-done
> From: Marco Antoniotti <marcoxa@gmail.com>
> Date: Fri, 10 May 2024 08:08:25 +0200
> Cc: 70836@debbugs.gnu.org
>
> Sorry
>
> The message appeared the first two times I restarted Emacs after deleting the file. Now everything is fine. Go
> figure.
>
> Consider it fixed.
Thanks, I'm therefore closing this bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-10 7:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 19:59 bug#70836: Buglet on Intel MacOS Sonoma 14.x Marco Antoniotti
2024-05-09 4:56 ` Eli Zaretskii
2024-05-09 9:26 ` Marco Antoniotti
2024-05-10 6:08 ` Marco Antoniotti
2024-05-10 7:24 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).