Fri 02 Mar 2007 10:34:17 PM UTC, original submission:
all gui-renderer combinations became unusable in cvs between 28 february and current date March 2 2007. The problem seems to be a failure to pass the movie canvas size to the renderer, or passing it as 0.
agg-fb
lt-gnash: /home/martin/lulu/gnash/gui/gui.cpp:109: /home/martin/lulu/gnash/gui/gui.cpp:109: Assertion `width>0' failed.
Aborted
agg-fltk
lt-gnash: /home/martin/lulu/gnash/backend/render_handler_agg.cpp:512: /home/martin/lulu/gnash/backend/render_handler_agg.cpp:512: Assertion `x > 0' failed.
Aborted
agg-gtk
lt-gnash: /home/martin/lulu/gnash/gui/gtk_glue_agg.cpp:80: /home/martin/lulu/gnash/gui/gtk_glue_agg.cpp:80: Assertion `width>0' failed.
Aborted
agg-sdl
lt-gnash: /home/martin/lulu/gnash/backend/render_handler_agg.cpp:512: /home/martin/lulu/gnash/backend/render_handler_agg.cpp:512: Assertion `x > 0' failed.
Aborted
opengl-gtk
[opens a window of minimum width sufficient to contain the menu bar, with a one-pixel-high transparent canvas that you can see the underlying window through]
cairo-gtk
[ditto, except that the one-pixel-high canvas is white]
cairo-sdl
[opens 1024x768 + window decorations, contents entirely black]
opengl-sdl
[ditto, huge window containing random garply]
|