strk ha scritto:
Note that the catch block re-throws, so shouldn't really hide anything
(at least as of revno 10865)

    catch (std::exception& ex) // unexpected but we can tell what it is
    {
        log_debug("Unexpected exception from swf_function execution: %s",
                ex.what());
        throw;
    }
Yes,
indeed this catch show me all that bad_cast. But is hard to understand for me which has caused that bad cast. Could be everything and i don't know where look at.
By the way, with 4.2.3 compiler now i'm able also to show the YouTube player

http://www.amigasoft.net/pages/gnash/images/youtube.png

even if there are some elements that are drawn in a wrong way
This evening i will use your same compiler options to see if, for example, using -O2 instead of -O3 will cure the problem

Andrea


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to