Skip to main content
April 19, 2010
Question

Error #2046: the loaded file did not have a valid signature

  • April 19, 2010
  • 3 replies
  • 10458 views

All of a sudden, I started getting this error this morning on my Flex 4 project. I get this even with a trivial "hello world" program. The weird(er) thing is, my projects are *not* configured for RSL linkage--framework linkage is set to "merge into code" (though changing to RSL linkage does not help). Flash Player version ins 10.0.15.3 Linux (Ubuntu 9.10). I'm using FB3 Linux Alpha 5 and Flex 4.0.0. I know that's not exactly a supported configuration, but it worked just fine yesterday (sans code hinting in the new MXML namespaces, but I could live with that). Any idea what's going on? Or how I can diagnose this?

    This topic has been closed for replies.

    3 replies

    Participant
    September 28, 2010

    http://bugs.adobe.com/jira/browse/SDK-28016

    Participating Frequently
    July 8, 2010

    Maybe a bit out of left field, but saw this answer elsewhere.Check your clock. On my computer was set to six months ago. Reset it to current time and problem fixed.

    April 19, 2010

    For what it's worth, this also happens just using the command-line compiler. Is there a problem witht he Adobe-hosted RSLs? Also, it seems that the default config file is overriding my framework linkage settings. I'll try to tweak the config file itself and see if I get anywhere.

    April 19, 2010

    Ok, if anyone else runs into this, changing $FLEX_HOME/frameworks/flex-config.xml to statically linking RSLs seems to do the trick, but I'd still like to understand why the problem arose int he first place.

    Inspiring
    April 22, 2010

    You may be missing a required library in your OS. The issue and how to build the required library are described in this bug:

    http://bugs.adobe.com/jira/browse/SDK-15282

    -Darrell