[Openmcl-devel] Another problem attempting to rebuilding the IDE

Gary Byers gb at clozure.com
Mon May 24 15:42:13 PDT 2010


As <http://trac.clozure.com/ccl/wiki/ReleaseNotes/1.5> mentions:

----------
The format of the preferences files for the Cocoa-based IDE has changed.

This will probably cause the following error message:

Error: Objective-C runtime exception:
*** -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver


To solve it, go to ~/Library/Preferences/ and delete the preference files beginning with "com.clozure.Clozure".
------------

On Mon, 24 May 2010, Richard Sutton wrote:

> I have the latest version of CCL and i can run it from the command
> line and then (require "COCOA") works fine.  but not (require :cocoa-
> application), which fails as follows:
>
> richard-suttons-macbook-pro:ccl rssutton$ ccl64
> Welcome to Clozure Common Lisp Version 1.5-r13737M  (DarwinX8664)!
> ? (require :cocoa-application)
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/cocoa-utils.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/cocoa-
> utils.dx64fsl"...
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/cocoa-defaults.lisp"...
> ... <many successful compile and load lines omitted>
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/app-delegate.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/app-
> delegate.dx64fsl"...
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/ide-self-update.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/ide-self-
> update.dx64fsl"...
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/search-files.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/search-
> files.dx64fsl"...
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/start.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/start.dx64fsl"...
> ;Compiling "/Users/rssutton/lisp/ccl/cocoa-ide/xinspector.lisp"...
> ;Loading #P"/Users/rssutton/lisp/ccl/cocoa-ide/fasls/
> xinspector.dx64fsl"...2010-05-24 16:24:34.730 dx86cl64[467:713] An
> uncaught exception was raised
> 2010-05-24 16:24:34.732 dx86cl64[467:713] *** -[NSKeyedUnarchiver
> initForReadingWithData:]: non-keyed archive cannot be decoded by
> NSKeyedUnarchiver
> 2010-05-24 16:24:34.732 dx86cl64[467:713] *** Terminating app due to
> uncaught exception 'NSInvalidArgumentException', reason: '*** -
> [NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot
> be decoded by NSKeyedUnarchiver'
> 2010-05-24 16:24:34.734 dx86cl64[467:713] Stack: (
>     140735343790876,
>     140735395178703,
>     140735343790469,
>     140735343790629,
>     140735421324027,
>     140735421813786,
>     112554,
>     4505192,
>     4505376,
>     140735395665176
> )
> terminate called after throwing an instance of 'NSException'
> Abort trap
> richard-suttons-macbook-pro:ccl rssutton$ ccl64
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list