ERROR: Module load completed but symbols could not be loaded for Adobe AIR.dll

Does anyone know what causes this error? The application installed on my machine is using Adobe Air.dll version 2.0.3.13070
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(2b84.2908): Application hang - code cfffffff (first/second chance not available)
eax=00000000 ebx=05105dbc ecx=0c013503 edx=00002b84 esi=77f15b70 edi=00000002
eip=00a68972 esp=0012e03c ebp=00000000 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00040246
Unable to load image c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for Adobe AIR.dll
*** ERROR: Module load completed but symbols could not be loaded for Adobe AIR.dll
Adobe_AIR+0x58972:
00a68972 8bec            mov     ebp,esp

Hi,
Check weather its right path or not.Even check the call interface,weather you are giving the right one or not.
Regards,
Srikanth

Similar Messages

  • 0509-150   Dependent module libclntsh.a(shr.o) could not be loaded.

    Hi All,
    I am instaling SAP R/3 4.7 on Oracle 9.2.0.8 for AIX. during the installation i have completed the database load and also the SAP services have been start very fine but later during colleting database statistics it fails, upon study we found that the brconnect was not working fine due to the below error.
    jayashree:jtpadm 13> brconnect
    exec(): 0509-036 Cannot load program brconnect because of the following errors:
            0509-150   Dependent module libclntsh.a(shr.o) could not be loaded.
            0509-022 Cannot load module libclntsh.a(shr.o).
            0509-026 System error: A file or directory in the path name does not exist.
    Please find the environment variables for the same.
    jayashree:jtpadm 12> env
    TERM=xterm
    AUTHSTATE=files
    SHELL=/bin/csh
    HOME=/home/jtpadm
    USER=jtpadm
    PATH=/oracle/JTP/920_64/bin:/home/jtpadm:/usr/sap/JTP/SYS/exe/run:/usr/bin:/etc:
    /usr/sbin:/usr/ucb:/home/jtpadm/bin:/usr/bin/X11:/sbin:.
    TZ=IST+05:30CDT
    LANG=en_US
    LOCPATH=/usr/lib/nls/loc
    LC__FASTMSG=true
    ODMDIR=/etc/objrepos
    G_BROKEN_FILENAMES=1
    LOGNAME=jtpadm
    LOGIN=jtpadm
    SAPSYSTEMNAME=JTP
    DIR_LIBRARY=/usr/sap/JTP/SYS/exe/run
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=JTP
    dbs_ora_schema=SAPJTP
    ORACLE_PSRV=JTP
    ORACLE_SID=JTP
    DB_SID=JTP
    ORACLE_HOME=/oracle/JTP/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    SAPDATA_HOME=/oracle/JTP
    MAIL=/var/spool/mail/jtpadm
    MAILMSG=[YOU HAVE NEW MAIL]
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    LIBPATH=/usr/lib:/lib:/usr/sap/JTP/SYS/exe/run
    also i have tried changing the $LIBPATH as $LIBPATH:$ORACLE_HOME/lib it works for ora<sid> but fails for <sid>adm. request you sugestion to get the same resoved at the earliest.
    Thanks a lot in advance.
    Regards
    Mahendra K
    +91 97020 333 00

    Hi Joe,
    Thanks for the response, I have checked for the permission.
    jayashree:jtpadm 4> ls -al libclntsh.a
    -rw-rr    1 orajtp   dba        15529030 Sep 25 20:04 libclntsh.a
    jayashree:jtpadm 5>
    jtpadm has ot the read permission. i guess its problem related to environment variable.
    Let me know if i need to have any changes.
    Please find the dbenv variables:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/DBENV.SH#7 $
    Oracle RDBMS Environment
    THREAD=NOPS; export THREAD
    if [ $THREAD = NOPS ]; then
         DBSID=JTP
    else
         if [ $THREAD != "001" ]; then
            DBSID=JTP_$The specified item was not found.
         else
            DBSID=JTP
         fi
    fi
    dbms_type=ORA; export dbms_type
    dbs_ora_tnsname=$DBSID; export dbs_ora_tnsname
    dbs_ora_schema=SAPJTP; export dbs_ora_schema
    ORACLE_PSRV=JTP; export ORACLE_PSRV
    ORACLE_SID=$DBSID; export ORACLE_SID
    DB_SID=JTP; export DB_SID
    ORACLE_HOME=/oracle/JTP/920_64; export ORACLE_HOME
    ORACLE_BASE=/oracle; export ORACLE_BASE
    ORA_NLS33=/oracle/JTP/920_64/ocommon/nls/admin/data; export ORA_NLS33
    NLS_LANG=AMERICAN_AMERICA.WE8DEC ; export NLS_LANG
    SAPDATA_HOME=/oracle/JTP; export SAPDATA_HOME
    DIR_LIBRARY=/usr/sap/JTP/SYS/exe/run; export DIR_LIBRARY
    check for running user and set for orasid ORA_NLS10
    USER=`id | awk -F\( '{print $2}' | awk -F\) '{print $1}'`
    TRUL='tr "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz"'
    ORASID="ora`echo $DB_SID | $TRUL`"
    if [ $USER != $ORASID ]; then
      _f=/sapmnt/JTP/profile/DEFAULT.PFL
      t=/oracle/JTP/92064/bin/sqlplus
      SAPDBHOST=""
      if [ -r "$_f" ]; then
        SAPDBHOST=`awk -F= '/^[      ]SAPDBHOST[      ]=/ {print $2; exit}' $_f | awk '{print $1}'`
      fi
      if [ -r "$_t" -o `uname -n` = "$SAPDBHOST" ]; then
        ORACLE_HOME=/oracle/JTP/920_64; export ORACLE_HOME
      else
        TNS_ADMIN=/oracle/JTP/920_64/network/admin
        ORACLE_HOME=`echo $ORA_NLS33 | awk -F_ '{printf("%s_",$1)} {printf("%2.2s",$2)}'`
        export TNS_ADMIN ORACLE_HOME
      fi
    else
      ORACLE_HOME=/oracle/JTP/920_64; export ORACLE_HOME
      ADD=/oracle/JTP/920_64/lib
    fi
    for d in $ORACLE_HOME/bin; do
        i=0
        for p in `echo $PATH | sed 's/:/ /g'`; do
            if [ "$p" = "$d" ]; then
                i=1
                break
            fi
        done
        if [ $i -eq 0 ]; then
            PATH=$:$; export PATH
        fi
    done
    case `uname` in
        AIX*)
            if [ -z "$LIBPATH" ]; then
                LIBPATH=/usr/lib:/lib:/usr/sap/JTP/SYS/exe/run:$ORACLE_HOME/lib
            else
                for d in /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $LIBPATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LIBPATH=$:$; export LIBPATH
                    fi
                done
            fi
        HP*)
            if [ -z "$SHLIB_PATH" ]; then
                SHLIB_PATH=/usr/sap/JTP/SYS/exe/run
            else
                for d in /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $SHLIB_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        SHLIB_PATH=$:$; export SHLIB_PATH
                    fi
                done
            fi
        Linux* | SIN* | Reliant*)
            if [ -z "$LD_LIBRARY_PATH" ]; then
                LD_LIBRARY_PATH=/usr/sap/JTP/SYS/exe/run:$ORACLE_HOME/lib
            else
                for d in /usr/sap/JTP/SYS/exe/run $ORACLE_HOME/lib; do
                    i=0
                    for p in `echo $LD_LIBRARY_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LD_LIBRARY_PATH=$:$; export LD_LIBRARY_PATH
                    fi
                done
            fi
        OSF*)
            if [ -z "$LD_LIBRARY_PATH" ]; then
                LD_LIBRARY_PATH=/usr/sap/JTP/SYS/exe/run:$ORACLE_HOME/lib
            else
                for d in /usr/sap/JTP/SYS/exe/run  $ORACLE_HOME/lib; do
                    i=0
                    for p in `echo $LD_LIBRARY_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LD_LIBRARY_PATH=$:$; export LD_LIBRARY_PATH
                    fi
                done
            fi
            if [ -z "$LD_LIBRARY_PATH" ]; then
                LD_LIBRARY_PATH=$ORACLE_HOME/lib
            else
                for d in $ORACLE_HOME/lib; do
                    i=0
                    for p in `echo $LD_LIBRARY_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LD_LIBRARY_PATH=$:$end Oracle RDBMS Environment; export LD_LIBRARY_PATH
                    fi
                done
            fi
    esac
    @(#) $Id$ SAP
    SAP R/3 Environment - please do not edit
    Also find the .sapenv_hostname.sh variable.
    SAPSYSTEMNAME=JTP; export SAPSYSTEMNAME
    DIR_LIBRARY=/usr/sap/JTP/SYS/exe/run; export DIR_LIBRARY
    for d in /usr/sap/JTP/SYS/exe/run $HOME .; do
        i=0
        for p in `echo $PATH | sed 's/:/ /g'`; do
            if [ "$p" = "$d" ]; then
                i=1
                break
            fi
        done
        if [ $i -eq 0 ]; then
            PATH=$:$; export PATH
        fi
    done
    case `uname` in
        Sun* | SIN* | Reliant*)
            for d in /usr/ccs/bin /usr/ucb; do
                i=0
                for p in `echo $PATH | sed 's/:/ /g'`; do
                    if [ "$p" = "$d" ]; then
                        i=1
                        break
                    fi
                done
                if [ $i -eq 0 ]; then
                    PATH=$:$; export PATH
                fi
            done
        OSF*)
            for d in /usr/sbin; do
                i=0
                for p in `echo $PATH | sed 's/:/ /g'`; do
                    if [ "$p" = "$d" ]; then
                        i=1
                        break
                    fi
                done
                if [ $i -eq 0 ]; then
                    PATH=$:$; export PATH
                fi
            done
    esac
    case `uname` in
        AIX*)
            if [ -z "$LIBPATH" ]; then
                LIBPATH=/usr/lib:/lib:/usr/sap/JTP/SYS/exe/run; export LIBPATH
            else
                for d in /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $LIBPATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LIBPATH=$:$; export LIBPATH
                    fi
                done
            fi
        HP*)
            if [ -z "$SHLIB_PATH" ]; then
                SHLIB_PATH=/usr/sap/JTP/SYS/exe/run; export SHLIB_PATH
            else
                for d in /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $SHLIB_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        SHLIB_PATH=$:$; export SHLIB_PATH
                    fi
                done
            fi
        OS\/390)
            if [ -z "$LIBPATH" ]; then
                LIBPATH=/usr/lib:/lib:/usr/lpp/icli/sbin:/usr/sap/JTP/SYS/exe/run; export LIBPATH
            else
                for d in /usr/lpp/icli/sbin /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $LIBPATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LIBPATH=$:$; export LIBPATH
                    fi
                done
            fi
            if [ -z "$LD_LIBRARY_PATH" ]; then
                LD_LIBRARY_PATH=/usr/sap/JTP/SYS/exe/run; export LD_LIBRARY_PATH
            else
                for d in /usr/sap/JTP/SYS/exe/run; do
                    i=0
                    for p in `echo $LD_LIBRARY_PATH | sed 's/:/ /g'`; do
                        if [ "$p" = "$d" ]; then
                            i=1
                            break
                        fi
                    done
                    if [ $i -eq 0 ]; then
                        LD_LIBRARY_PATH=$:$; export LD_LIBRARY_PATH
                    fi
                done
            fi
    esac
    case `uname` in
        Sun*)
            ulimit -n 1024
            unset LD_LIBRARY_PATH_64;;
        OS\/390)
            alias hostname='hostname -s';;
    esac
    set TERM environment variable, terminal mode and terminal options
    tty -s
    if [ $? -eq 0 ]; then
        case `uname` in
            AIX|BOS)
                TERM=$; export TERM
                tset -I -Q
                stty erase 'h' kill 'u' intr 'c' susp 'z'
            HP*)
                TERM=$; export TERM
                tset -I -Q
                stty erase 'h' kill 'u' intr 'c' susp 'z'
            OSF*)
                TERM=$; export TERM
                tset -I -Q
                case $TERM in
                    vt*)
                        stty erase '?' kill 'u' intr 'c' susp 'z'
                        stty erase 'h' kill 'u' intr 'c' susp 'z'
                esac
            OS\/390)
                TERM=$; export TERM
                stty erase 'h' kill 'u' intr 'c' susp 'z'
            Sun*)
                TERM=$; export TERM
                tset -I -Q
                stty erase 'h' kill 'u' intr 'c' susp 'z'
            SIN* | Reliant*)
                TERM=$; export TERM
                tset -I -Q
                stty erase 'h' kill 'u' intr 'c' susp 'z'
            ULT*)
                TERM=$; export TERM
                tset -I -n -Q
                case $TERM in
                    vt*)
                        stty erase '?' kill 'u' intr 'c' susp 'z'
                        stty erase 'h' kill 'u' intr 'c' susp 'z'
                esac
            dgux*)
                TERM=$; export TERM
                tset -I -Q
                stty erase 'h' kill 'u' intr 'c' susp 'z'
        esac
    fi
    define primary prompt string
    if ( tty -s ) then
        y=`hostname|cut -f1-2 -d.`
        x=`whoami`
        export PS1
        case "$TERM" in
            aix*)        PS1=" ];$x@$y:\$PWD $x> ";;
            hp*)         PS1="$y:$x>  &s1A";;
            OS\/390)     PS1=" ];$x@$y:\$PWD $x> ";;
            xterm*)      PS1=" ];$x@$y:\$PWD
    $x> ";;
            *)           PS1="$y:$x> ";;
        esac
        unset y
        unset x
    fi
    define some nice aliases
    alias dir='ls -l'
    alias l='ls -abxCF'
    alias h='history'
    alias Pwd='/bin/pwd'
    alias Su="rlogin `hostname` -l"
    alias cdexe='cd /usr/sap/$SAPSYSTEMNAME/SYS/exe/run'
    alias cdpro='cd /usr/sap/$SAPSYSTEMNAME/SYS/profile'
    alias cdglo='cd /usr/sap/$SAPSYSTEMNAME/SYS/global'
    alias cdput='cd /usr/sap/put/log'
    ls -d /usr/sap/$SAPSYSTEMNAME/[D,G,S,J]*[0-9][0-9] > /dev/null 2>&1
    if [ $? -eq 0 ]; then
    INSTANCEDIR_LIST=`ls -d /usr/sap/$SAPSYSTEMNAME/[D,G,S,J]*[0-9][0-9]`
    INSTANCEDIR_CI="/usr/sap/$SAPSYSTEMNAME/DVEBM"
    INSTANCEDIR_DI="/usr/sap/$SAPSYSTEMNAME/D"
    INSTANCEDIR_GW="/usr/sap/$SAPSYSTEMNAME/G"
    INSTANCEDIR_S="/usr/sap/$SAPSYSTEMNAME/SCS"
    INSTANCEDIR_JC="/usr/sap/$SAPSYSTEMNAME/JC"
    INSTANCEDIR_J="/usr/sap/$SAPSYSTEMNAME/J"
    for d in $INSTANCEDIR_LIST; do
      echo $d | grep `echo $INSTANCEDIR_CI` > /dev/null
      rc1=$?
      echo $d | grep `echo $INSTANCEDIR_DI` > /dev/null
      rc2=$?
      echo $d | grep `echo $INSTANCEDIR_GW` > /dev/null
      rc3=$?
      echo $d | grep `echo $INSTANCEDIR_S` > /dev/null
      rc4=$?
      echo $d | grep `echo $INSTANCEDIR_JC` > /dev/null
      rc5=$?
      echo $d | grep `echo $INSTANCEDIR_J` > /dev/null
      rc6=$?
      if [ $rc1 -eq 0 ]; then
        alias cdD='cd /usr/sap/$SAPSYSTEMNAME/DVEBM*[0-9][0-9]'
      elif [ $rc2 -eq 0 ]; then
        alias cdDi='cd /usr/sap/$SAPSYSTEMNAME/D[0-9][0-9]'
      elif [ $rc3 -eq 0 ]; then
        alias cdG='cd /usr/sap/$SAPSYSTEMNAME/G[0-9][0-9]'
      elif [ $rc4 -eq 0 ]; then
        alias cdS='cd /usr/sap/$SAPSYSTEMNAME/SCS[0-9][0-9]'
      elif [ $rc5 -eq 0 ]; then
        alias cdJC='cd /usr/sap/$SAPSYSTEMNAME/JC[0-9][0-9]'
      elif [ $rc6 -eq 0 ]; then
        alias cdJ='cd /usr/sap/$SAPSYSTEMNAME/J[0-9][0-9]'
      fi
    done
    fi
    end SAP R/3 Environment
    awaiting your response on the same.
    Regards
    Mahendra K

  • Dependent module libclntsh.a(shr.o) could not be loaded

    We are facing the error below on our Dashboard :
    Foutcodes: OPR4ONWY:U9IM8TAC:OI2DL65P
    Toestand: HY000. Code: 603538432. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. 0509-022 Cannot load module /opt/oracle/product/10.1.3/bi_1/server/Bin64/libnqsdbgatewayoci10g64.so. 0509-150 Dependent module libclntsh.a(shr.o) could not be loaded. 0509-022 Cannot load module libclntsh.a(shr.o). 0509-026 System error: A file or directory in the path name does not exist. 0509-022 Cannot load module /opt/oracle/product/10.1.3/bi_1/server/Bin64/libnqsdbgatewayoci10g64.so. 0509-150 Dependent module /opt/oracle/product/10.1.3/bi_1/server/Bin64/libnqsdbgatewayoci10g64.so could not be loaded. [nQSError: 46029] Failed to load the DLL /opt/oracle/product/10.1.3/bi_1/server/Bin64/libnqsdbgatewayoci10g64.so. Check if 'Oracle OCI 10G' database client is installed. (HY000)
    Does anyone know the solution for this ?

    I had the same problem!
    I have DB server EE 10g R2 10.2.0.1.0 64-bit on Red Hat Enterprise Linux 4 and Itanium 64-bit platform.
    I also have BI EE 10.1.3.3.0 32-bit on an emulator for 32-bit (for Itanium does not exist BI EE 64 bits)
    When I update row count in Adm. Tool or Interactive Dashboard get errors:
    nQSError: 43093 An error ocurred while processing the EXECUTE PHYSICAL statement. libclntsh.s0.10.1: cannot open shared obtect file: No such file or directory
    nQSError: 46029 Failed to load the DLL /oracle/app/oracle/product/10.1.3.3.0/obi_1/installloc/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10g' database client is installed
    echo $ORACLE_HOME
    /oracle/app/oracle/product/10.2.0/db_1
    echo $LD_LIBRARY_PATH
    /oracle/app/oracle/product/10.2.0/db_1/lib
    ls -l /oracle/app/oracle/product/10.1.3.3.0/obi_1/installloc/server/Bin/libclnt*
    lrwxrwxrwx 1 oracle oinstall 55 Dec 20 10:26 /oracle/app/oracle/product/10.1.3.3.0/obi_1/installloc/server/Bin/libclntsh.so -> /oracle/app/oracle/product/10.2.0/db_1/lib/libclntsh.so
    lrwxrwxrwx 1 oracle oinstall 60 Dec 20 10:09 /oracle/app/oracle/product/10.1.3.3.0/obi_1/installloc/server/Bin/libclntsh.so.10.1 -> /oracle/app/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1
    Help me please now!

  • I can't get dvds to play "There was an initialization error. A valid video device could not be found for playback. [-70017]  Anybody know how to resolve this?

    I can't get dvds to play and, instead, get "There was an initialization error.  A valid video device could not be found for playback. [-70017]"  I went in for a Genius appt Friday and it played for the tech...but now I'm back home (one and a half hours from the store) and I'm getting the error message again when I try to load a dvd.  Any recommendations?

    Hello, try this...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Reboot... any change?

  • "Sorry, an error has occured. The application could not be installed because the AIR file is damaged

    Hello-
    I have an air application that is distributed via CDROM, the app is signed by a code signing certificate and timestamped. In mid-August when my certicate expired my users started calling stating that they couldn't install our product due to the following error: "Sorry, an error has occured. The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author." From my understanding a timestamped application is taken at a point in time when it's generated so why would it matter if the certificate was still valid? I have since replaced the certificate and will need to redistribute to my (thousands of) users however when I test it out using a future date and time the same error occurs. Any information to help resolve this would be grately appreciated.

    my command:
    C:\Users\HOME USE\Desktop\AIR Development\HelloWorld>adl
    application.xml
    C:\Users\HOME USE\Desktop\AIR Development\HelloWorld>adt
    -certificate -cn HelloW
    orld 1024-RSA certHelloWorld.pfx password
    C:\Users\HOME USE\Desktop\AIR Development\HelloWorld>adt
    -package -storetype pkc
    s12 -keystore certHelloWorld.pfx HelloWorld.air
    application.xml HelloWorld.html
    password: password
    C:\Users\HOME USE\Desktop\AIR Development\HelloWorld>
    And here is another link to download my code
    http://www.megaupload.com/?d=JS3X2IVC
    Thank you.

  • AS 2 Error: The class or interface 'Event' could not be loaded.

    Hey, I'm new to the forums and I have problems with Flash that i just cant fix. I have this error that keeps telling me how "The class or interface 'Event' could not be loaded. The error is on the 5th line of the code:
    1  stop();

    3  addEventListener(Event.ENTER_FRAME, preLoad);

    5  function preLoad(e:Event):void{
    6      var bytestoLoad:Number = loaderInfo.bytesTotal;
    7      var numberLoaded:Number = loaderInfo.bytesLoaded;
    8      if(bytestoLoad == numberLoaded){
    9          removeEventListener(Event.ENTER_FRAME, preLoad);
    gotoAndStop(2);
    } else {
    _root.preLoader.preLoaderFill.scaleX = numberLoaded/bytestoLoad;
    _root.preLoader.bytesPercent.text = Math.floor(numberLoaded/bytestoLoad*100) + "%";
    I know that the code is for AS3 but I cant switch to AS3 atm and I need the same code, but for AS2. So, can anyone convert this for me? By the way, this is supposed to be a preloader and I am putting this on the 1st frame. I have so extensions (.as), just the .fla file.
    Also, I am using the newest Flash, Adobe Flash CS6.

    Just search Google for an AS2 preloader tutorial instead of trying to convert AS3 to AS2.

  • Error occurred during initialization of VM Could not reserve enoughspace for code cache

    I receive this error in the ZENWSimport and Removal screen:
    Error occurred during initialization of VM
    Could not reserve enough space for code cache
    Server is a HP DL380G4, NWSBS SP5, 4 GB RAM.
    I think it's Java related, because iManager also stopped working (error
    503 - service unavailable)
    AUTOEXEC.BAT:
    @echo off
    prompt $p$g
    path=c:\dos
    rem mscdex /d:cpqcdrom /v /m:50 /l:f
    c:\dos\nlsfunc
    c:\dos\mode con cp PREPARE=((437) c:\dos\EGA.cpi)
    c:\dos\mode con cp Select=437
    cd \NWSERVER
    ## commented by MemCalc server -nl -u134217728
    server -nl -u134217728
    I tried removing the -u switch, but the server wouldn't even boot then.
    I'm out of options, can anyone help?
    Arjan Schepers

    Also, I reapplied Service Pack 5, didn't help. BTI.CFG looks like the
    following:
    ;* Copyright 1982-2001 Pervasive Software Inc. All Rights Reserved
    ;* Pervasive Software product initialization file for NetWare
    [Btrieve Communications Manager]
    MaxWorkerThreads=16
    MaxReceivePacketSize=1500
    Supported Protocols=TCPIP
    Listen IP Address=
    TCP/IP Multihomed=YES
    Enable AutoReconnect=NO
    AutoReconnect Timeout=180
    [MicroKernel]
    CacheSize=2048000
    Pervasive SQL 9SP2 is installed on this server for an application named
    MICROS RAS/KAS. It needs 2GB memory (*shrug*, I know), hence the 4GB memory.
    Arjan Schepers

  • Error -Account 'Down-payments clearing account' could not be found for area

    When I am trying to pass a down payment entry by debiting vedor and crediting bank with asset it is giving an error as follows.
    Account 'Down-payments clearing account' could not be found for area 01
    Message no. AU133
    Please help me to rectify the same.
    Thanks in advance
    Deepak

    HI
    Please pay attention at  the possible causes of message AU133:
    1. Error AU133:
       a) You have not defined a contra account for acquisition value postings in the Asset Accounting Customizing settings (Transaction AO90).However, this is required as of Release 4.6C because, as is the case for all other integration postings in Asset Accounting, invoice receipt postings have to be displayed in Asset Accounting via the new posting kernel to ensure an identical document
    structure.
       b) You have defined the account in Asset Accounting, however, it is not created in the affected company code.Check whether the account is correct and create it for the company code, if necessary.
    2. You have entered an asset reconciliation account for the "Contra account: Acquisition value posting" (for example, the same account as for   "Acquisition:Acquis. and production costs" account).This is not  permitted.Check whether your account determination is correct               
       (Transaction AO90) in Asset Accounting Customizing. The same applies
       for the 'Contra account: Down payment posting'.
    3. As "Contra account: Acquisition value posting" you entered an asset G/L account. If necessary change the automatic posting indicator in the G/L account master record.
    4.Check if you need  revaluation accounts in depreciation areas involved   (AO90):
      -Revaluation acquis. and production costs
      -Offsetting account: Revaluation APC
    Please run also programm RACKONTO where missing or wrong customizing
    the accoutn determinations per company code is displayed
    Also have a look at note 7595 in this regard.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • PY error message - EE's salary group could not be determined for Plan Life

    We are running through Payroll errors when there is a Separation action being carried :
    u201DEmployeeu2019s salary group could not be determined for plan LIFEu201D.
    On IT0168 the costs  are u20180u2019
    This has to be resolved ASAP. Any inputs/ advise is greatly appreciated.

    During the "Separation" action, does the employee change WT on IT0008?
    If so, it could be that the Life Plan's Calculation Base does not include that WT (and check the IMG under Payroll > Benefits Integration > Define WageTypes for Benefit Plans)

  • I MOVIE won't let me finalise the project. I am getting an error message saying..The project could not be prepared for publishing because an error occurred. (-50)

    I MOVIE won't let me finalise the project. I am getting an error message saying..
    The project could not be prepared for publishing because an error occurred. (-50)
    Can anyone help please and thank you! :-)

    See my suggestion about duplicating the project in this thread:
    https://discussions.apple.com/thread/4949234?tstart=0
    John

  • Email error message reads:  a required resource could not be loaded...

    I cannot load email from excite.com email account on my laptop iBook G4 with Tiger OS X10.4 with
    512 MB DDR SDRAM. It will start showing 0 or 5 % loaded, then freeze, and the above error message appears after a while. I can access this same excite.com email account on my iMac. I have updated
    apps today before trying to access my account online. I have no other account and do not wish to establish any other.

    Hi osu7582, and a warm welcome to the forums!
    Did it ever work on the iBook?
    Is it IMAP or POP account?
    Open Activity Monitor in Applications>Utilities, how much Memory free & Hard Disk space does it show?
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't do it and you can afford to redo all your Rules, try these & reboot...
    /Users/YourUserName/Library/Mail/MessageRules.plist
    /Users/YourUserName/Library/Mail/MessageRules.plist.backup

  • TS1424 i have purchased 2 different movies of itunes but i could not down load them straight away as my wifi was down but now i cantfind them to download. The money has already been taken from my account.

    hey
    i purchased 2 different movies from the itunes store. batman begins on 05/04/12 and The lord of the rings on 07/04/12 i was unable to download at the time becuase my wifi was down but now i cant find them anywhere to try and download again. where can i find these movies to download?
    thanks jake

    PinguXeF wrote:
    , while I have taken a backup of the iTunes Library,
    this means nothing if it was not done correctly...
    To have  EVERYTHING on a New Computer...
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751

  • After effects error: plug-in targa (AE).aex could not be loaded (127). (48::46)

    Does any one know how to correct this problem. I can not import images into After effects.

    Nobody can tell you anything without proper system info or other technical details like what Targa files you are trying to load and if otehr formats actualyl work.
    Mylenium

  • Error in File *.rpt The request could not be submitted for background...

    I am getting an error while trying to create an excel file.  Excel format was created using crystal ver 10. the report file (*.rpt) was saved on the Windows 2003 Web Server.  To export the data to Excel we use a .Net application that receives the data from a Java application that's on a Linux server...  This process works fine on our test server, but is not working on production.  Both servers have the same applications installed on them, the only difference is that our production server is a vitual server.

    See if this article will be of help:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33
    If not, provide more information, such as:
    1) Version of .NET
    2) Exact version of CR
    3) What CR Service packs have been applied
    4) Way more info on how this is being done:
    " .Net application that receives the data from a Java application that's on a Linux server..."
    Ludek

  • Error occurred while talking to OPMN Could not find entity for Discoverer

    I have installed Oracle AS 10g with discoverer on windows 2000 Advance Server. Discoverer component status is displayed 'Unavailable' in Enterprise manager. Above mentioned error is displayed when i am restarting it. I have checked OPMN configuration file. It has component entry for discoverer.
    Pl help to resolve the issue.
    Sambhaji

    Hi Sambhaji
    A couple of things come to mind.
    Firstly, did you have a fully qualified domain name set in your HOSTS file before you started the installation?
    Secondly, are you certain that 2000 Advance Server is a supported platform? You'd need to look on MetaLink for that. As far as I know you must have SP3 installed, I'm just not sure about Advance Server. A service request to Oracle support would clear this one up.
    Best wishes
    Michael

Maybe you are looking for

  • MacBook  won't detect projector

    Aloha, I am using a MacBook with OSX 10.4.11. I am trying to get the machine to pick up an external display, a cannon projector via a DVI adapter. Before I upload the new system on the machine with my preferences I was able to connect and see the ext

  • Why wont Livejournal/Dreamwidth load in Safari on my iPhone?

    Everytime i try to load it, or an entry it tells me "too many redirects". Also, when i login with my correct info, it tells me i'm wrong! This is for both websites. Can anyone help?

  • FCP 7 crashing on render and when exporting quicktime movie & rendering

    Hi Guys, I recently upgraded to Lion and am still using Final Cut Studio 3. I have a 1.37min sequence which i wanted to export and burn the DVD. My normal workflow for this is: - Export/quicktime movie/make self contained - Open compressor and conver

  • Where to find qwinwidget?

    I am using qt for plugin UI. I have installed qt 4.8.5 and also downloaded the source. But I am not able to find qwinwidget. There is a qtwinmigrate source repository available in internet, but looks like few others have it as part of the qt sdk. Am

  • Decimal place in ALV

    Hi i have created an ALV for the excise department and the output is coming correctly,but the problem i face is that the value for the export goods(series 21) comes wrongly.for eg:it has to come 407952.60 it comes as 4,079,526.00. I like to know how