<span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; ">Hi,<br><br>I've developed some code on my ppc powerbook using cclv1.2 that I'm testing on darwinx8664 before uploading it.<br>I have a problem trying to #/performClose: a window, where the window is an instance of Cocoa-Window<br>which I have defined as a subclass of ns:ns-window, and ccl:+null-ptr+ is used as 'sender'.</span><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; ">Perform-Close is one of my new functions.<br><br>This works on 32-bit ppc with CCL1.2 r11813M, not with CCL1.3 r11820M on x8664, where I get<br><br><br>? (easygui::perform-close easygui::*w)<br>> Error: #<PARSE-UNKNOWN-TYPE unknown type (@METACLASS CocoaWindow)><br>> While executing: #<Anonymous Function #x3000413D05DF>, in process Listener(11).<br>> Type :POP to abort, :R for a list of available restarts.<br>> Type :? for other options.<br>1 > :b<br>(23160A50) : 0 (FUNCALL #'#<Anonymous Function #x3000413D05DF> #<COCOA-WINDOW [NIL] #x300041EC4E3D> #S(CCL::OBJC-SELECTOR :NAME "performClose:" :%SEL #<A Foreign Pointer #x7FFF815A9DB0>) #<A Null Foreign Pointer>) 429<br>(23160A78) : 1 (FUNCALL #'#<(:INTERNAL CCL::SEND-UNAMBIGUOUS-MESSAGE (SHARED-INITIALIZE :AFTER (CCL::OBJC-DISPATCH-FUNCTION T)))> #<COCOA-WINDOW [NIL] #x300041E7FEFD> #<A Null Foreign Pointer>) 501<br>(23160AB8) : 2 (FUNCALL #'#<#<STANDARD-METHOD EASYGUI:PERFORM-CLOSE (EASYGUI:WINDOW)>> #<EASYGUI::VIEW-HIERARCHY-DEMO-WINDOW #x300041E808DD>) 397<br>(23160AD8) : 3 (CALL-CHECK-REGS EASYGUI:PERFORM-CLOSE #<EASYGUI::VIEW-HIERARCHY-DEMO-WINDOW #x300041E808DD>) 229<br>(23160B10) : 4 (TOPLEVEL-EVAL (EASYGUI:PERFORM-CLOSE EASYGUI::*W) NIL) 733<br>(23160BB0) : 5 (READ-LOOP :INPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x300041A34C2D> :OUTPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x300041A34ACD> :BREAK-LEVEL 0 :PROMPT-FUNCTION #<Compiled-function (:INTERNAL CCL::READ-LOOP) (Non-Global)  #x3000404E6BFF>) 2069<br><snip><br>1 > :raw 1<br>(23160A78) : 1 (FUNCALL #'#<(:INTERNAL CCL::SEND-UNAMBIGUOUS-MESSAGE (SHARED-INITIALIZE :AFTER (CCL::OBJC-DISPATCH-FUNCTION T)))> #<COCOA-WINDOW [NIL] #x300041DA80FD> #<A Null Foreign Pointer>) 501<br> 0 CCL::SELECTOR: #S(CCL::OBJC-SELECTOR :NAME "performClose:" :%SEL #<A Foreign Pointer #x7FFF815A9DB0>) (:INHERITED)<br> 1 FUNCTION: #<Anonymous Function #x3000413D05DF> (:INHERITED)<br> 2 CCL::RECEIVER: #<COCOA-WINDOW [NIL] #x300041DA80FD> ("required")<br> 3 CCL::ARGS: (#<A Null Foreign Pointer>) ("rest")<br> 4 : #<Anonymous Function #x3000413D05DF><br><br></span><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; ">I then installed CCLv1.3 r11824 on my 32-bit ppc, and it doesn't work there either.</span></div><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; ">The backtrace is virtually the same except it has an extra line at the beginning:</span></div><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; "><div> (F0300B80) : 0 (CHECK-NS-EXCEPTION #<A Foreign Pointer [stack-allocated] (:* #) #x3E3A690>) 336</div><div><br></div><br>Two kinds of explanation come to my mind:<br>1 - perhaps something that has happened in other bits of my code has corrupted memory;<br>    after all I don't see any reason for any parsing to be taking place<br>2 - perhaps something is different in the objc bridge other than it no longer converting lisp strings<br>   to nsstrings: that's the only thing I notice in the v1.3 release notes.<br><br>Any insight would be much appreciated.<br><br>Arthur<br></span></div></div>