The render_handler::draw_shape_character takes a character instance and assumes it does have a parent. This makes it segfault when given a top-level movie as instance. This happens when drawing the "drawing-API canvas" of MovieClips, where the instance is the sprite_instance itself, with a NULL parent.
What should we do here, Udo ? Could we call inst->get_pixel_scale() rather then inst->get_parent->get_pixel_scale() ? --strk; () ASCII Ribbon Campaign /\ Keep it simple! _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

