[MPlayer-users] OpenGL broken after 0.60

Alexander Gottwald Alexander.Gottwald at informatik.tu-chemnitz.de
Tue May 14 20:23:02 CEST 2002


On Tue, 14 May 2002, Ari Pollak wrote:

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> hm nope, removing all those calls in x11_common.c didn't help.

So, then you'll have to debug it.

Set a breakpoint in x11_errorhandler and check from which function it is
called

break x11_errorhandler
run

and after breakpoint was hit:

bt (backtrace)

Then you can walk up the stackframes until you reached the function where
the failing X11 call was done.

bye
    ago
-- 
 Alexander.Gottwald at informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723




More information about the MPlayer-users mailing list