Re: [STUMP] MPlayer refuses to run under StumpWM

2009-08-25 Thread Shawn Betts
- #SYSTEM::SIMPLE-DIVISION-BY-ZERO #x000335CFD5B8 8/135 #SYSTEM-FUNCTION / - 0 - 924 - #(924 0 528 0 349 0 624 0 352 0 4 0 4 0 0 0 0 0) 9/130 #COMPILED-FUNCTION XLIB::DECODE-WM-SIZE-HINTS Looks like a bug in clisp's new-clx. If you boot up clisp -F full and eval:

Re: [STUMP] MPlayer refuses to run under StumpWM

2009-08-25 Thread Shawn Betts
A Naive workaround fix is to toss this in a file and load it from your rc file: (in-package :xlib) (defun decode-wm-size-hints (vector) (declare (type (or null (simple-vector *)) vector)) (declare (values (or null wm-size-hints))) (when vector (let ((flags (aref vector 0))