borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link

(ql:quickload :bodge-demo) hangs #104

Open maacl opened 3 years ago

maacl commented 3 years ago

The below hangs. I am using SBCL 2.0.0 on Windows 10, and latest quicklisp. I don't get any error messages.

This is SBCL 2.0.0, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

WARNING: the Windows port is fragile, particularly for multithreaded
code.  Unfortunately, the development team currently lacks the time
and resources this platform demands.
* (ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt" :replace t :prompt nil)
; Fetching #<URL "http://bodge.borodust.org/dist/org.borodust.bodge.txt">
; 0.31KB
==================================================
322 bytes in 0.00 seconds (314.45KB/sec)
Installing dist "org.borodust.bodge" version "20201008075703".
; Fetching #<URL "http://bodge.borodust.org/dist/org.borodust.bodge/20201008075703/releases.txt">
; 17.26KB
==================================================
17,678 bytes in 0.02 seconds (863.18KB/sec)
; Fetching #<URL "http://bodge.borodust.org/dist/org.borodust.bodge/20201008075703/systems.txt">
; 11.97KB
==================================================
12,261 bytes in 0.00 seconds (11973.63KB/sec)
#<QL-DIST:DIST org.borodust.bodge 20201008075703>
* (ql:quickload :bodge-demo)
borodust commented 3 years ago

Yeah, quickloading on Windows hangs for a while - I'm not sure why. Try leaving it for 30min or smth.

maacl commented 3 years ago

OK, I will give that a shot.