I downloaded the 1.3 release for windows, made a simple app:<br>(defun test () <br>  (format t &quot;Hello!&quot;) 0)<br><br>Saved it with (ccl:save-application &quot;test.exe&quot; :toplevel-function #&#39;test :prepend-kernel t :error-handler :quiet)<br>
<br>It prints Hello!, then it prints a long list of:<br>&gt; Error: value NIL is not of the expected type CCL::RECURSIVE-LOCK.<br>&gt; While executing: CCL::RECURSIVE-LOCK-PTR, in process Initial(0).<br>&gt; Type :POP to abort, :R for a list of available restarts.<br>
<br>Then it hangs. What am I missing to get it to work?<br><br>Thank you,<br>Andrei<br>