Thomas Adam <[EMAIL PROTECTED]> writes:
> On Sun, Jun 19, 2005 at 08:17:53PM -0400, Dan Espen wrote:
> > I downloaded your config 'm able to start MPD (FvwmScript) from your .
> > IToolBar set up an "mpc" script to move the progress bar too         .
> >
> > Everthing seems to work I'm using the latest CVS and Xorg 6.8.2 I    .
> > don't have Xinerama on                                               .
> 
> Likewise.  I spent sometime *trying* desperately to crash the
> FvwmScript, without success.

Bert,

You can try to debug the problem by making FvwmScript
synchronous.  You need to modify FvwmScript to do that.

In FvwmScript.c around line 321 add:

XSynchronize(dpy, True);

That might yeild a stack trace that leads back to the call
in FvwmScript.

-or-

You can try just ingnoring the error and continuing.
In FvwmScript.c around line 292 add:

(event->error_code == BadGC) ||


You might try running without Xinerama, and / or updating your
X Server too.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]

Reply via email to