stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] MPlayer refuses to run under StumpWM


From: Shawn Betts
Subject: Re: [STUMP] MPlayer refuses to run under StumpWM
Date: Tue, 25 Aug 2009 20:40:27 -0700

> - #<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:

(xlib:decode-wm-size-hints #(924 0 528 0 349 0 624 0 352 0 4 0 4 0 0 0 0 0))

You'll get the divide by zero. It seems clisp tries to be sneaky and
represent the min and max aspect ratios as a ratio number, which works
except when the 0/0 is how you specify that there is no aspect ratio,
as mplayer does.

I'll file a bug on clisp-devel.

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]