Hi! I am trying to run the example
(ql:quickload :bodge-nuklear/example)
(nuklear.example:run)
but I get this error:
This is SBCL 2.0.3, 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.
* (ql:quickload :bodge-nuklear/example)
To load "bodge-nuklear/example":
Load 1 ASDF system:
bodge-nuklear/example
; Loading "bodge-nuklear/example"
.........
(:BODGE-NUKLEAR/EXAMPLE)
* (nuklear.example:run)
Unhandled error:
Failed to create GLFW window
debugger invoked on a SIMPLE-CONDITION in thread
#<THREAD "main thread" RUNNING {1000508083}>:
Failed to create GLFW window
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Return from BREAK.
1: [STOP ] Stop the task.
2: [ABORT ] Abort the task.
3: [UNBLOCK ] Leave the task running and unblock this thread.
4: Exit debugger, returning to top level.
(CLUTZ::MAIN #<NUKLEAR.EXAMPLE::NUKLEAR-APP {1004F8D253}>)
source: (ERROR "Failed to create GLFW window")
0]
Interestingly enough, running the bodge-glfw example
(ql:quickload :bodge-glfw/example)
(glfw.example:run)
works just fine (opens an empty hello world window).
Here are the versions of both bodge-glfw and bodge-nuklear, as found in ~/quicklisp:
./dists/quicklisp/software/bodge-glfw-stable-7519a922-git
./dists/quicklisp/software/bodge-nuklear-stable-16f52766-git
I am running on Arch Linux.
What could be the problem here?
Hi! I am trying to run the example
but I get this error:
Interestingly enough, running the bodge-glfw example
works just fine (opens an empty hello world window).
Here are the versions of both bodge-glfw and bodge-nuklear, as found in ~/quicklisp:
I am running on Arch Linux.
What could be the problem here?