Created
November 8, 2017 17:32
-
-
Save gpadd/373060683bdcc26db34d3196a865dac0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ALSOFT_DRIVERS="-jack" ./notalone.bin | |
<DEBUG> [18:25:58] cl-bodge.engine engine.lisp (enable-system) - | |
Enabling HOST-SYSTEM | |
<DEBUG> [18:25:58] cl-bodge.host system.lisp (initialize-system :after host-system) - | |
Injecting loop into main thread | |
<DEBUG> [18:25:58] cl-bodge.host system.lisp (initialize-system :after host-system with-truncated-stack-lambda) - | |
Initializing GLFW context for OpenGL version 3.3 | |
<DEBUG> [18:25:58] cl-bodge.host system.lisp (initialize-system :after host-system with-truncated-stack-lambda) - | |
Host main loop running | |
<DEBUG> [18:25:58] cl-bodge.host system.lisp (initialize-system :after host-system with-truncated-stack-lambda) - | |
GL context detached from main loop thread | |
<DEBUG> [18:25:58] cl-bodge.host system.lisp (initialize-system :after host-system) - | |
Host system initialized | |
<DEBUG> [18:25:58] cl-bodge.engine engine.lisp (enable-system) - | |
Enabling AUDIO-SYSTEM | |
<ERROR> [18:25:58] cl-bodge.engine thread-bound-system.lisp (initialize-system :around thread-bound-system h1) - | |
Unhandled error: | |
The value | |
NIL | |
is not of type | |
SB-SYS:SYSTEM-AREA-POINTER | |
when binding SB-ALIEN::VALUE | |
[Condition of type TYPE-ERROR] | |
#<ENVIRONMENT {10062B0D43}> | |
[Environment of thread #<THREAD "single-threaded-executor" RUNNING {1003D54B63}>] | |
Available restarts: | |
0: [ABORT] abort thread (#<THREAD "single-threaded-executor" RUNNING {1003D54B63}>) | |
Backtrace: | |
7: (SB-KERNEL::%SIGNAL The value NIL is not of type SB-SYS:SYSTEM-AREA-POINTER when binding SB-ALIEN::VALUE) | |
8: (ERROR TYPE-ERROR DATUM NIL EXPECTED-TYPE SYSTEM-AREA-POINTER CONTEXT (BIND . VALUE)) | |
9: (SB-KERNEL:INTERNAL-ERROR #.(SB-SYS:INT-SAP #X7FFFF6175D80) #<unused argument>) | |
10: ("foreign function: call_into_lisp") | |
11: ("foreign function: funcall2") | |
12: ("foreign function: interrupt_internal_error") | |
13: ("foreign function: handle_trap") | |
14: ("foreign function: #x419503") | |
15: (ALC-CFFI-BINDINGS:CREATE-CONTEXT NIL #.(SB-SYS:INT-SAP #X00000000)) | |
16: (CL-OPENAL-ALC:CREATE-CONTEXT NIL) | |
17: ((:METHOD CL-BODGE.ENGINE:MAKE-SYSTEM-CONTEXT (CL-BODGE.AUDIO:AUDIO-SYSTEM)) #<unused argument>) | |
18: (DISSECT::WITH-TRUNCATED-STACK-LAMBDA) | |
debugger invoked on a SIMPLE-CONDITION in thread | |
#<THREAD "single-threaded-executor" RUNNING {1003D54B63}>: | |
TYPE-ERROR: The value | |
NIL | |
is not of type | |
SB-SYS:SYSTEM-AREA-POINTER | |
when binding SB-ALIEN::VALUE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment