Script Crashes Flash

Hello all,
I am having problems with the attatched script. I have an if
statement in a loop that keeps crashing flash. If I takw out the if
statement it works. So I replaced the if statement with something I
knew was true and it still crashed the Flash Authouring system. see
attached code. NOTICE: The if statement " if ((1+2) == (2+1)) " is
surely true. Thanks for any help I can get!!!
-- Kevin

Well I wouldn't count on that expressing being true. I'm sure
it is, but stranger things have happened. If you want to be sure a
conditional evaluates to true:
if(true){
//code
Really is the only way to be sure.
However I don't see why that would be the problem. Is it
crashing Flash or is it the dreaded "Slow Script" message? What do
you get from the trace statements? What if you put something flase
into the if statement?

Similar Messages

  • Flash Builder crashes Flash Professional CS6 on save

    Hi,
    I'm using Flash Builder 4.7 and Flash Professional CS6 for game development. When I'm saving an action script file in Flash Builder it sometimes crashes Flash CS6. It happens several times a day and it's really annoying. I'm working on iMac with Mac OS X 10.9.1. I've also checked that I've installed all available updates.
    Please tell me how to fix that problem,
    Regards

    Here are some things that help me:
    Open the version of Flash I want to use to compile the project first
    Turn off Build Project Automatically and use Ctrl-B instead so you're just compiling when it makes sense for you rather than at every change.
    Shared asset libraries may cause crashes during the "updating assets" phase, so avoid them if you can. If you really need them, open the file in Flash before you try to publish from FB.

  • Flash CS5 bug - clicking on and off "allow smoothing" in bitmap properties dialog crashes Flash

    I had a situation where I was clicking on and off the allow smoothing checkbox in a bitmap properties dialog to observe the difference in appearance and that crashed Flash - Windows 7 Professional, Flash CS5 Professional 11.0.2.489, 8GB Ram - there seem to be a number of bugs like this because I've seen a number of cases in different places in Flash CS5 where doing something normal just crashes it.  Kind of annoying when you are in the middle of something and haven't been saving your work every 5 seconds.

    Hi,
    We have a problem with our action script and seems to be using cookies of clients computers.
    We have a action script as under ..........----------
    function my_function38()
        var _loc1 = my_xml.firstChild.childNodes;
        totalNodes = _loc1.length;
        cityname_mc.fl_name_mc.fl_name.text = my_xml.firstChild.childNodes[cnt].attributes.name;
        rate_mc.rate_anim_mc.fl_rate.text = my_xml.firstChild.childNodes[cnt].attributes.rate;
        fl_month.text = my_xml.firstChild.childNodes[cnt].attributes.month;
    // End of the function
    my_Date = new Date();
    my_xml = new XML();
    my_xml.load("DEL.xml?uniqueID=" + getTimer());
    my_xml.onLoad = my_function38;
    my_xml.ignoreWhite = 1;
    if (!cnt)
        var cnt = 0;
    } // end if
    ++cnt;
    if (cnt >= totalNodes)
        cnt = 0;
        gotoAndPlay(1);
    else
        gotoAndPlay(1);
      Xml Data as under
    <?xml version="1.0" encoding= "UTF-8" ?>
    <cities>
      <city name="Delhi" rate="£365" month=""file location"></city>
    </cities>
    What is happening is we are storing many swf files and xml files for different cities on server location 1 with same code but are just changing the xml file to be picked.
    I.e
    DELHI.XML    DELHI.SWF
    BANGKOK.XML  BANGKOK.SWF
    SYDNEY.XML SYDNEY.SWF
    All are in one folder and we are just changing the xml path in fla files and loading the new swf.
    Then we are giving out swf urls to an advertising company which is in turn picking up swf files from sever location 1 and displaying the same on their website.
    The problem is each time we access the swf file on there site the data doesnot display properly. It is picking up the wrong xml data. When we check the fla the path for xml is ok. What we think is it is saving swf or xml in cookies of user computer. Is there anyway to prevent it from happening.
    We Are using Adobe Flash CS5.
    Thanks
    kam.p

  • CRASH: Flash CS6 crashes with authortime sharing...

    We're using Flash CS6 to generate 2D animation data for a game project.  We have several files that comprise our animations and make extensive use of authortime sharing.  We've noticed a few things that make authortime sharing problematic:
    When changing symbols in a source FLA, we oftentimes get a "Duplicate Items Folder" when opening a dependent FLA.  We've written scripts to clean these up automatically, but it can be quite troublesome.  Why is it that Flash can't detect changes properly in dependent files?
    In some cases, when #1 manifests, it will create several duplicate folders (i.e. symbols / symbols copy 1 / symbols copy n).
    Flash CS6 straight up crashes on us sometimes.
    We've got a file now that crashes Flash CS6 every time it's opened.  It seems to crash when updating symbol references.  I've verified this by moving the file to another folder on my machine (thus Flash can't find the source files to update from).  When the imported FLA's can't be found the crash no longer occurs.
    I've uploaded the crashes here:
    https://s3.amazonaws.com/flash-crashes/FlashPro+crash+log+(3).mdmp
    https://s3.amazonaws.com/flash-crashes/FlashPro+crash+log+(4).mdmp
    https://s3.amazonaws.com/flash-crashes/FlashPro+crash+log+(5).mdmp
    https://s3.amazonaws.com/flash-crashes/FlashPro+crash+log+(6).mdmp
    https://s3.amazonaws.com/flash-crashes/FlashPro+crash+log+(7).mdmp
    Please advise!  We'd love to use authortime sharing, but it really just seems broken.
    steve

    Hi ,
    You can provide us the information as outlined here - http://forums.adobe.com/message/4542181#4542181
    Thanks and regards,
    Sudeshna Sarkar
    Adobe Flash Professional Team.

  • How can I script a Flash .exe file to always stay on top of all other windows?

    Hi All,
    I'm new to action script, and I just need this one script
    > How can I script a Flash .exe file to always stay on top of
    all other windows?
    Basically what i want to do is have a flash-created
    step-by-step instructional movie, but for the movie to remain on
    top of all windows so the instructee is able to follow the
    instructions on-screen...
    It would be preferable to not have to buy another product
    just to do this... as I said, this is the only scripting I need.
    Thanks in advance
    Cheers
    Rick

    if you create your exe with mProjector you can use one of its
    new AS
    commands to do this.
    setZOrder
    http://www.screentime.com/software/mprojector/docs/mWin_setZOrder.htm
    all APIS
    http://www.screentime.com/software/mprojector/docs/index.html
    Demo
    http://www.screentime.com/software/mprojector/demo.html
    mProjector installs new classes and help into Flash, to
    enable them you
    must build your app with mProjector (its input is your swf)
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

  • File keeps crashing Flash

    I hit save, and closed Flash. Went to work on it again, and
    it won't open. Can anyone else open this file? Is there any hope
    that I haven't lost all my work? I have a backup, but that won't
    open now either!
    Flash
    File (CS3)

    Keeps crashing Flash CS3 really don't know what to say? Maybe
    submit the file to Adobe Tech Support?

  • CS5.5 file crashes Flash on opening

    Hi,
    I've got an iMac and a MacBook Pro both running 10.6.8 and Flash CS5.5.
    I've built some files on the iMac using Flash CS5.5, but when I try and open them on the MB Pro the file crashes Flash on opening. The problem for me right now is the iMac is at my office and I'm offsite using the MB Pro. I tried re-installing Flash CS5.5 but that didn't fix the problem. Is there anything I can do to try and debug or figure out why this is happening. Other files and new files are fine in CS5.5 on the MB Pro, just this specific file that I need to work on :-) is crashing.
    I'm pasting the Crash Report in here with the hope that someone from Adobe can understand what's going on and tell me the problem / fix for it. It's looking like I'm going to have to leave the site and go back to my office, which is a pain and looks kind of un-professional in my opinion.
    Process:         Adobe Flash CS5.5 [725]
    Path:            /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/MacOS/Adobe Flash CS5.5
    Identifier:      com.adobe.flash
    Version:         11.5.0.325 (11.5.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [172]
    Date/Time:       2011-07-18 12:48:42.186 -0500
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          220442 sec
    Crashes Since Last Report:           20
    Per-App Interval Since Last Report:  3209 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      2DEB8EB2-4DFD-4FD1-83B3-85736FAE2059
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000023340ac8
    Java VM: Java HotSpot(TM) Client VM (20.1-b02-384 mixed mode macosx-x86)
    Current thread (0000000033002000):  JavaThread "main" [_thread_in_native, id=-1608428224, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      0000000033244400 JavaThread "Thread-3" [_thread_blocked, id=-1338343424, stack(00000000b02a8000,00000000b03a8000)]
      0000000036081800 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1304035328, stack(00000000b2360000,00000000b2460000)]
      0000000036081000 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1305092096, stack(00000000b225e000,00000000b235e000)]
      0000000036075000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1306148864, stack(00000000b215c000,00000000b225c000)]
      0000000036073800 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1307205632, stack(00000000b205a000,00000000b215a000)]
      000000003680a400 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1308262400, stack(00000000b1f58000,00000000b2058000)]
      00000000331d6000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1310375936, stack(00000000b1d54000,00000000b1e54000)]
      0000000036801000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1311432704, stack(00000000b1c52000,00000000b1d52000)]
      0000000036800000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1312489472, stack(00000000b1b50000,00000000b1c50000)]
      0000000036004400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1313546240, stack(00000000b1a4e000,00000000b1b4e000)]
      00000000331ce000 JavaThread "Finalizer" daemon [_thread_blocked, id=-1314603008, stack(00000000b194c000,00000000b1a4c000)]
      00000000331cd000 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1315659776, stack(00000000b184a000,00000000b194a000)]
    =>0000000033002000 JavaThread "main" [_thread_in_native, id=-1608428224, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      00000000331ca400 VMThread [stack: 00000000b1748000,00000000b1848000] [id=-1316716544]
      00000000331df800 WatcherThread [stack: 00000000b1e56000,00000000b1f56000] [id=-1309319168]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 0K [0000000040100000, 0000000041100000, 0000000041100000)
      eden space 13184K,   0% used [0000000040100000, 0000000040100000, 0000000040de0000)
      from space 1600K,   0% used [0000000040f70000, 0000000040f70000, 0000000041100000)
      to   space 1600K,   0% used [0000000040de0000, 0000000040de0000, 0000000040f70000)
    concurrent mark-sweep generation total 49152K, used 9268K [0000000041100000, 0000000044100000, 0000000048100000)
    concurrent-mark-sweep perm gen total 22104K, used 13261K [0000000048100000, 0000000049696000, 000000004c100000)
    Code Cache  [0000000033801000, 00000000339da000, 0000000035801000)
    total_blobs=980 nmethods=832 adapters=90 free_code_cache=31644864 largest_free_block=192
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 8192M, Free = 17592186043592M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...ia.Flash Player.authplaylib 0x23340ac8 ExternalPlayer_Initialize + 1898520
    1   ...ia.Flash Player.authplaylib 0x232a0274 ExternalPlayer_Initialize + 1241028
    2   ...ia.Flash Player.authplaylib 0x232a0e72 ExternalPlayer_Initialize + 1244098
    3   ...ia.Flash Player.authplaylib 0x23320b01 ExternalPlayer_Initialize + 1767505
    4   ...ia.Flash Player.authplaylib 0x23297611 ExternalPlayer_Initialize + 1205089
    5   ...ia.Flash Player.authplaylib 0x23297b19 ExternalPlayer_Initialize + 1206377
    6   ...ia.Flash Player.authplaylib 0x2329b8c9 ExternalPlayer_Initialize + 1222169
    7   ...ia.Flash Player.authplaylib 0x232815c3 ExternalPlayer_Initialize + 1114899
    8   ...ia.Flash Player.authplaylib 0x232190a3 ExternalPlayer_Initialize + 687603
    9   ...ia.Flash Player.authplaylib 0x2321a7b3 ExternalPlayer_Initialize + 693507
    10  ...ia.Flash Player.authplaylib 0x2321a929 ExternalPlayer_Initialize + 693881
    11  ...ia.Flash Player.authplaylib 0x23223ace ExternalPlayer_Initialize + 731166
    12  ...ia.Flash Player.authplaylib 0x22edf83f 0x22cfa000 + 1988671
    13  ...ia.Flash Player.authplaylib 0x230002d7 0x22cfa000 + 3171031
    14  ...ia.Flash Player.authplaylib 0x23000757 0x22cfa000 + 3172183
    15  ...ia.Flash Player.authplaylib 0x2302a1f2 0x22cfa000 + 3342834
    16  ...ia.Flash Player.authplaylib 0x2302b9d6 0x22cfa000 + 3348950
    17  ...ia.Flash Player.authplaylib 0x23030a3f 0x22cfa000 + 3369535
    18  ...ia.Flash Player.authplaylib 0x23080bd8 0x22cfa000 + 3697624
    19  ...ia.Flash Player.authplaylib 0x23081279 0x22cfa000 + 3699321
    20  ...ia.Flash Player.authplaylib 0x231a7924 ExternalPlayer_Initialize + 222836
    21  com.apple.CoreFoundation      0x926a5a6b __CFRunLoopRun + 8059
    22  com.apple.CoreFoundation      0x926a33f4 CFRunLoopRunSpecific + 452
    23  com.apple.CoreFoundation      0x926a3221 CFRunLoopRunInMode + 97
    24  com.apple.HIToolbox           0x970cad60 RunCurrentEventLoopInMode + 392
    25  com.apple.HIToolbox           0x970cab17 ReceiveNextEventCommon + 354
    26  com.apple.HIToolbox           0x9725308e _AcquireNextEvent + 54
    27  com.apple.HIToolbox           0x97248d40 RunApplicationEventLoop + 228
    28  com.adobe.flash               0x0102372a non-virtual thunk to CFileDialogImpl::~CFileDialogImpl() + 4302
    29  com.adobe.flash               0x00ffc12d CTimerImpl::~CTimerImpl() + 279
    30  com.adobe.flash               0x00ffc1d9 CTimerImpl::~CTimerImpl() + 451
    31  com.adobe.flash               0x002657c2 devtech_private::Buffer<unsigned short>::Grow(unsigned long) + 1506
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x9174e382 kevent + 10
    1   libSystem.B.dylib             0x9174ea9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x9174df59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x9174dcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x9174d781 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x9174d5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x91727b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x917556f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9179e05f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x11625274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services        0x1161e074 C_EULA_SetState + 2166
    5   com.adobe.amt.services        0x116252da C_AMTUISwitchSuppressUpdates + 16966
    6   libSystem.B.dylib             0x91755259 _pthread_start + 345
    7   libSystem.B.dylib             0x917550de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x9175575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x917573f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x99af621e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x99ae1b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x99add533 MPWaitOnQueue + 250
    6   com.adobe.ACE                 0x060c4309 0x6089000 + 242441
    7   com.adobe.ACE                 0x060c3d01 0x6089000 + 240897
    8   ...ple.CoreServices.CarbonCore 0x99ac154a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x917650d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x91784eab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x271772d7 Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x27176376 Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x27175227 Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x27175279 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x27175303 Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x2716f706 Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x2716f8ef Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x271704cf Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x271705cd Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x271739b8 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x27173c61 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x2717428f Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x2717448c Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x2716611a Login + 1654
    16  ServiceManager-Launcher.dylib 0x271676f7 Login + 7251
    17  ServiceManager-Launcher.dylib 0x271749fb Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x27176f49 Invoke + 53977
    19  libSystem.B.dylib             0x91755259 _pthread_start + 345
    20  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x9174d412 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x9174d9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x9174d5c6 start_wqthread + 30
    Thread 12:  Java: Exception Handler Thread
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libSystem.B.dylib             0x91793c78 mach_msg_server + 520
    3   libjvm.dylib                  0x2b9100eb jio_snprintf + 43803
    4   libjvm.dylib                  0x2b90ff80 jio_snprintf + 43440
    5   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    6   libSystem.B.dylib             0x91755259 _pthread_start + 345
    7   libSystem.B.dylib             0x917550de thread_start + 34
    Thread 13:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 14:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 15:  Java: Gang worker#2 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 16:  Java: Gang worker#3 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 17:  Java: Gang worker#4 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 18:  Java: Gang worker#5 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 19:  Java: Gang worker#6 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 20:  Java: Gang worker#7 (Parallel GC Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b923cbe jio_vsnprintf + 333
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 21:  Java: Gang worker#0 (Parallel CMS Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2bbdda92 JVM_RaiseSignal + 739594
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 22:  Java: Gang worker#1 (Parallel CMS Threads)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2bbdda92 JVM_RaiseSignal + 739594
    8   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    9   libSystem.B.dylib             0x91755259 _pthread_start + 345
    10  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 23:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb82599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                  0x2bb8293c JVM_RaiseSignal + 366516
    4   libjvm.dylib                  0x2bb7669b JVM_RaiseSignal + 316691
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b9be0c9 JVM_Close + 13205
    8   libjvm.dylib                  0x2b9be031 JVM_Close + 13053
    9   libjvm.dylib                  0x2b929d73 jio_vsnprintf + 25090
    10  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    11  libSystem.B.dylib             0x91755259 _pthread_start + 345
    12  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 24:  Java: VM Thread
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb82599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                  0x2bb8293c JVM_RaiseSignal + 366516
    4   libjvm.dylib                  0x2bb7669b JVM_RaiseSignal + 316691
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b990564 JVM_Lseek + 149378
    8   libjvm.dylib                  0x2b990214 JVM_Lseek + 148530
    9   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    10  libSystem.B.dylib             0x91755259 _pthread_start + 345
    11  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 25:  Java: Reference Handler
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb7e82c JVM_RaiseSignal + 349860
    5   libjvm.dylib                  0x2bbbdb5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                  0x2b99d50a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x26240e75 JVM_MonitorWait + 69
    8   ???                           0x3380b9d9 0 + 864074201
    9   ???                           0x33803e31 0 + 864042545
    10  ???                           0x33803e31 0 + 864042545
    11  ???                           0x33801374 0 + 864031604
    12  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    13  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    14  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    15  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    16  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    17  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    18  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    19  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    20  libSystem.B.dylib             0x91755259 _pthread_start + 345
    21  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 26:  Java: Finalizer
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb7e82c JVM_RaiseSignal + 349860
    5   libjvm.dylib                  0x2bbbdb5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                  0x2b99d50a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x26240e75 JVM_MonitorWait + 69
    8   ???                           0x3380b9d9 0 + 864074201
    9   ???                           0x33988040 0 + 865632320
    10  ???                           0x33801374 0 + 864031604
    11  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    12  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    13  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    14  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    15  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    16  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    17  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    18  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    19  libSystem.B.dylib             0x91755259 _pthread_start + 345
    20  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 27:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90eba4 jio_snprintf + 38356
    7   libjvm.dylib                  0x2b9ad9d7 JVM_IsPrimitiveClass + 5991
    8   libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    9   libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    10  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    11  libSystem.B.dylib             0x91755259 _pthread_start + 345
    12  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 28:  Java: Signal Dispatcher
    0   libSystem.B.dylib             0x91727b36 semaphore_wait_trap + 10
    1   libjvm.dylib                  0x2b9ae209 JVM_IsPrimitiveClass + 8089
    2   libjvm.dylib                  0x2b9adbf4 JVM_IsPrimitiveClass + 6532
    3   libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    4   libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    5   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    6   libSystem.B.dylib             0x91755259 _pthread_start + 345
    7   libSystem.B.dylib             0x917550de thread_start + 34
    Thread 29:  Java: C1 CompilerThread0
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90eba4 jio_snprintf + 38356
    7   libjvm.dylib                  0x2b9b4d30 JVM_Write + 288
    8   libjvm.dylib                  0x2b9af368 JVM_IsPrimitiveClass + 12536
    9   libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    10  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    11  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    12  libSystem.B.dylib             0x91755259 _pthread_start + 345
    13  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 30:  Java: Low Memory Detector
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb76681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                  0x2bb76750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                  0x2b90ec5d jio_snprintf + 38541
    7   libjvm.dylib                  0x2b9b0cf6 JVM_IsPrimitiveClass + 19078
    8   libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    9   libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    10  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    11  libSystem.B.dylib             0x91755259 _pthread_start + 345
    12  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 31:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb82599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                  0x2bb8293c JVM_RaiseSignal + 366516
    4   libjvm.dylib                  0x2b9b2eae JVM_IsPrimitiveClass + 27710
    5   libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    6   libSystem.B.dylib             0x91755259 _pthread_start + 345
    7   libSystem.B.dylib             0x917550de thread_start + 34
    Thread 32:  Java: FelixDispatchQueue
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb7e82c JVM_RaiseSignal + 349860
    5   libjvm.dylib                  0x2bbbdb5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                  0x2b99d50a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x26240e75 JVM_MonitorWait + 69
    8   ???                           0x3380b9d9 0 + 864074201
    9   ???                           0x33803e31 0 + 864042545
    10  ???                           0x33803e31 0 + 864042545
    11  ???                           0x33803e31 0 + 864042545
    12  ???                           0x33803e31 0 + 864042545
    13  ???                           0x3380430d 0 + 864043789
    14  ???                           0x33801374 0 + 864031604
    15  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    16  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    17  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    18  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    19  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    20  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    21  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    22  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    23  libSystem.B.dylib             0x91755259 _pthread_start + 345
    24  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 33:  Java: FelixStartLevel
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb7e82c JVM_RaiseSignal + 349860
    5   libjvm.dylib                  0x2bbbdb5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                  0x2b99d50a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x26240e75 JVM_MonitorWait + 69
    8   ???                           0x3380b9d9 0 + 864074201
    9   ???                           0x33803e31 0 + 864042545
    10  ???                           0x33803e31 0 + 864042545
    11  ???                           0x3380430d 0 + 864043789
    12  ???                           0x33801374 0 + 864031604
    13  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    14  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    15  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    16  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    17  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    18  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    19  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    20  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    21  libSystem.B.dylib             0x91755259 _pthread_start + 345
    22  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 34:  Java: FelixPackageAdmin
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2b90f0e6 jio_snprintf + 39702
    4   libjvm.dylib                  0x2bb7e82c JVM_RaiseSignal + 349860
    5   libjvm.dylib                  0x2bbbdb5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                  0x2b99d50a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x26240e75 JVM_MonitorWait + 69
    8   ???                           0x3380b9d9 0 + 864074201
    9   ???                           0x33803e31 0 + 864042545
    10  ???                           0x33803e31 0 + 864042545
    11  ???                           0x3380430d 0 + 864043789
    12  ???                           0x33801374 0 + 864031604
    13  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    14  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    15  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    16  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    17  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    18  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    19  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    20  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    21  libSystem.B.dylib             0x91755259 _pthread_start + 345
    22  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 35:  Java: Code Model Worker
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2bb8280f JVM_RaiseSignal + 366215
    4   libjvm.dylib                  0x2ba148d0 JVM_SocketAvailable + 246
    5   ???                           0x3380b9d9 0 + 864074201
    6   ???                           0x33803e31 0 + 864042545
    7   ???                           0x33803e31 0 + 864042545
    8   ???                           0x3380430d 0 + 864043789
    9   ???                           0x33804473 0 + 864044147
    10  ???                           0x33803f97 0 + 864042903
    11  ???                           0x3380430d 0 + 864043789
    12  ???                           0x33801374 0 + 864031604
    13  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    14  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    15  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    16  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    17  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    18  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    19  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    20  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    21  libSystem.B.dylib             0x91755259 _pthread_start + 345
    22  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 36:  Java: Code Model Worker
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb824c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                  0x2bb8280f JVM_RaiseSignal + 366215
    4   libjvm.dylib                  0x2ba148d0 JVM_SocketAvailable + 246
    5   ???                           0x3380b9d9 0 + 864074201
    6   ???                           0x33803e31 0 + 864042545
    7   ???                           0x33803e31 0 + 864042545
    8   ???                           0x3380430d 0 + 864043789
    9   ???                           0x33804473 0 + 864044147
    10  ???                           0x33803f97 0 + 864042903
    11  ???                           0x3380430d 0 + 864043789
    12  ???                           0x33801374 0 + 864031604
    13  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    14  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    15  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    16  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    17  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    18  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    19  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    20  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    21  libSystem.B.dylib             0x91755259 _pthread_start + 345
    22  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 37:  Java: Thread-3
    0   libSystem.B.dylib             0x91727afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91728267 mach_msg + 68
    2   libjvm.dylib                  0x2bb82599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                  0x2bb82a6b JVM_RaiseSignal + 366819
    4   libjvm.dylib                  0x2b9e8315 JVM_Sleep + 246
    5   libjvmlinkage.dylib           0x26241a68 JVM_Sleep + 72
    6   ???                           0x3380b9d9 0 + 864074201
    7   ???                           0x33803e31 0 + 864042545
    8   ???                           0x3380430d 0 + 864043789
    9   ???                           0x33801374 0 + 864031604
    10  libjvm.dylib                  0x2b9917aa JVM_Lseek + 154056
    11  libjvm.dylib                  0x2b991544 JVM_Lseek + 153442
    12  libjvm.dylib                  0x2b99d341 JVM_StartThread + 2726
    13  libjvm.dylib                  0x2b99d246 JVM_StartThread + 2475
    14  libjvm.dylib                  0x2b99d1d4 JVM_StartThread + 2361
    15  libjvm.dylib                  0x2b99d048 JVM_StartThread + 1965
    16  libjvm.dylib                  0x2b99cea7 JVM_StartThread + 1548
    17  libjvm.dylib                  0x2b90ed2d jio_snprintf + 38749
    18  libSystem.B.dylib             0x91755259 _pthread_start + 345
    19  libSystem.B.dylib             0x917550de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib             0x9174d412 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x9174d9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x9174d5c6 start_wqthread + 30
    Thread 39:
    0   libSystem.B.dylib             0x91755aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x917819c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge      0x2acb985b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge      0x2acb3de3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.flash.flbridge      0x2acb9968 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x91755259 _pthread_start + 345
    6   libSystem.B.dylib             0x917550de thread_start + 34
    Thread 40:
    0   libSystem.B.dylib             0x91727b42 semaphore_wait_signal_trap + 10
    1   libSyst

    Thanks! I sent some files.
    I'm thinking it's related to a font embedded and used dynamically from the Library. I rebuilt one of the .flas a layer at a time and I'm sure it's the embeded font (in the library). There are 2 test .flas 1 with the  embedded font and 1 without.
    Oddly enough, 1 of the times I was testing a layer at a time the file opened without crashing and then the other 2 real .flas also opened without crashing, but when I quit Flash and tried to open them a again I got the same crash issue and the files wouldn't open.
    I haven't tried yet, but I'm going to see if it crashes using a different font. The font is one of Adobe's and used as branded element in the design so I can't really change it for production use, but it would be worth it to test.
    Thanks,
    Dave

  • Importing any PNG freezes and crashes Flash CS4

    After being able to import multiple large PNG files into my Flash project, Flash CS4 now freezes and crashes whenever I attempt to import any PNG image, regardless of size or transperancy. This happens on any flash project, even brand new ones.
    Importing a PNG file into the library freezes flash and I have to open the task manager to close it. Interestingly, when I try to end the task, flash still asks if I want to save changes, as attempting to import the PNG results in a new, blank symbol added to the library. I can re-open the file with the blank symbol but because it is blank this doesn't help me.
    Dragging and dropping a PNG file straight onto the project crashes Flash straightaway and prompts me to send an error message to Adobe.
    Computer Specs:
    OS: Windows 7 Professional 64-bit (6.1, Build 7600)
    BIOS: Phoenix - AwardBIOS v6.00PG
    Processor: Intel Core 2 CPU 6700 @ 2.66GHz (2CPUs), ~2.7GHz
    Memory: 6144MB RAM
    Graphics Card: NVIDIA GeForce GTX 460
    Direct X Version: Direct X 11
    Any and all help is greatly appreciated.
    Here is the crash data.
    Crash Data
    <?xml version="1.0"?>
    <!DOCTYPE AdobeCrashReport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1.1" crVersion="2.5.0.01052007" applicationName="Adobe Flash CS4" applicationVersion="10.0.2" build="10.0.2.566">
    <time year="2014" month="2" day="10" hour="12" minute="47" second="59"/>
    <user guid="ff613cfb-0495-46bd-94c3-773ca73e2516"/>
    <system platform="windows" osversion="6.1.7601 SP 1.0" applicationlanguage="English (United States)" userlanguage="en_US" oslanguage="en_US" ram="6142" machine="Intel(R) Core(TM)2 CPU          6700  @ 2.66GHz" model="Intel64 Family 6 Model 15 Stepping 6" cpuCount="2" cpuFreq="2666 MHz" busFreq=""/>
    <crash exception="EXCEPTION_UNKNOWN" instruction="0x7732482b">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x7732482b" symbolname="RtlUlonglongByteSwap"/>
    <stackStatement index="1" address="0x75856d91" symbolname="GetThreadDesktop"/>
    <stackStatement index="2" address="0x758577c4" symbolname="CharPrevW"/>
    <stackStatement index="3" address="0x7585788a" symbolname="DispatchMessageW"/>
    <stackStatement index="4" address="0x592982cf" symbolname="unknown"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="EAX" value="0x0018fd84"/>
    <register name="EBX" value="0x0018fe04"/>
    <register name="ECX" value="0x00000000"/>
    <register name="EDX" value="0x01939368"/>
    <register name="ESI" value="0x00000000"/>
    <register name="EDI" value="0x019107d0"/>
    <register name="ESP" value="0x0018fec0"/>
    <register name="EBP" value="0x00000000"/>
    <register name="EIP" value="0x592982cf"/>
    <register name="EFL" value="0x00000246"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00400000" end="0x01894000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Flash.exe"/>
    <binaryImage start="0x772a0000" end="0x77420000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;ntdll.dll"/>
    <binaryImage start="0x6eac0000" end="0x6eaff000" type="__TEXT" path="C:&#92;Program Files&#92;AVAST Software&#92;Avast&#92;snxhk.dll"/>
    <binaryImage start="0x74fe0000" end="0x750f0000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;kernel32.dll"/>
    <binaryImage start="0x74f00000" end="0x74f47000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;KERNELBASE.dll"/>
    <binaryImage start="0x10000000" end="0x10309000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;amtlib.dll"/>
    <binaryImage start="0x74d20000" end="0x74d77000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;shlwapi.dll"/>
    <binaryImage start="0x75a60000" end="0x75af0000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;gdi32.dll"/>
    <binaryImage start="0x75840000" end="0x75940000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;user32.dll"/>
    <binaryImage start="0x75350000" end="0x753f0000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;advapi32.dll"/>
    <binaryImage start="0x752a0000" end="0x7534c000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;msvcrt.dll"/>
    <binaryImage start="0x75820000" end="0x75839000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;sechost.dll"/>
    <binaryImage start="0x75e80000" end="0x75f70000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;rpcrt4.dll"/>
    <binaryImage start="0x74cc0000" end="0x74d20000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;sspicli.dll"/>
    <binaryImage start="0x74cb0000" end="0x74cbc000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;CRYPTBASE.dll"/>
    <binaryImage start="0x75810000" end="0x7581a000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;lpk.dll"/>
    <binaryImage start="0x75200000" end="0x7529d000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;usp10.dll"/>
    <binaryImage start="0x6f580000" end="0x6f591000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;netapi32.dll"/>
    <binaryImage start="0x6f570000" end="0x6f579000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;netutils.dll"/>
    <binaryImage start="0x6f550000" end="0x6f569000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;srvcli.dll"/>
    <binaryImage start="0x6f540000" end="0x6f54f000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wkscli.dll"/>
    <binaryImage start="0x75a20000" end="0x75a55000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;ws2_32.dll"/>
    <binaryImage start="0x75f70000" end="0x75f76000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;nsi.dll"/>
    <binaryImage start="0x73930000" end="0x73ace000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_41e6975e2bd6f2b2&#92;comctl32.dll"/>
    <binaryImage start="0x71e80000" end="0x71ed8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winhttp.dll"/>
    <binaryImage start="0x71e30000" end="0x71e7f000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;webio.dll"/>
    <binaryImage start="0x750f0000" end="0x7516b000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;comdlg32.dll"/>
    <binaryImage start="0x76250000" end="0x76e9a000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;shell32.dll"/>
    <binaryImage start="0x74be0000" end="0x74be9000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;version.dll"/>
    <binaryImage start="0x74a50000" end="0x74a82000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winmm.dll"/>
    <binaryImage start="0x6e080000" end="0x6e099000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;avifil32.dll"/>
    <binaryImage start="0x75470000" end="0x755cc000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;ole32.dll"/>
    <binaryImage start="0x73d30000" end="0x73d44000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msacm32.dll"/>
    <binaryImage start="0x5be20000" end="0x5be41000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msvfw32.dll"/>
    <binaryImage start="0x75af0000" end="0x75af5000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;psapi.dll"/>
    <binaryImage start="0x74d80000" end="0x74de0000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;imm32.dll"/>
    <binaryImage start="0x75f80000" end="0x7604c000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;msctf.dll"/>
    <binaryImage start="0x12000000" end="0x121cb000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;xerces-c_2_6.dll"/>
    <binaryImage start="0x6edf0000" end="0x6ee8b000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_d09154e044272b9a&#92;msvcr80.dll"/>
    <binaryImage start="0x32100000" end="0x321b4000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Workspace.dll"/>
    <binaryImage start="0x72a90000" end="0x72c20000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.76 01.18120_none_72d2e82386681b36&#92;GdiPlus.dll"/>
    <binaryImage start="0x01a10000" end="0x01b4e000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;dvacore.dll"/>
    <binaryImage start="0x75980000" end="0x75a0f000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;oleaut32.dll"/>
    <binaryImage start="0x5b180000" end="0x5b207000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_d09154e044272b9a&#92;msvcp80.dll"/>
    <binaryImage start="0x01b50000" end="0x01d84000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;dvaui.dll"/>
    <binaryImage start="0x01d90000" end="0x01ecc000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobeOwl.dll"/>
    <binaryImage start="0x59230000" end="0x5933f000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_cbf5e994470a1a8f&#92;mfc80u.dll"/>
    <binaryImage start="0x73cc0000" end="0x73cc5000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msimg32.dll"/>
    <binaryImage start="0x00340000" end="0x00353000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AlcidDLL.dll"/>
    <binaryImage start="0x00370000" end="0x0037e000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;ahclient.dll"/>
    <binaryImage start="0x003a0000" end="0x003ad000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;CrashReporter.dll"/>
    <binaryImage start="0x67220000" end="0x6730b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dbghelp.dll"/>
    <binaryImage start="0x003c0000" end="0x003cf000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;LogUtils.dll"/>
    <binaryImage start="0x003e0000" end="0x003f8000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;LogTransport.dll"/>
    <binaryImage start="0x018b0000" end="0x018ca000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;LogSession.dll"/>
    <binaryImage start="0x018e0000" end="0x018f6000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;LogTransport2.dll"/>
    <binaryImage start="0x75b00000" end="0x75c9d000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;setupapi.dll"/>
    <binaryImage start="0x76220000" end="0x76247000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;cfgmgr32.dll"/>
    <binaryImage start="0x75940000" end="0x75952000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;devobj.dll"/>
    <binaryImage start="0x76050000" end="0x76214000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;wininet.dll"/>
    <binaryImage start="0x75970000" end="0x75974000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-user32-l1-1-0.dll"/>
    <binaryImage start="0x75800000" end="0x75804000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-shlwapi-l1-1-0.dll"/>
    <binaryImage start="0x75960000" end="0x75964000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-version-l1-1-0.dll"/>
    <binaryImage start="0x755d0000" end="0x755d3000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-normaliz-l1-1-0.dll"/>
    <binaryImage start="0x75430000" end="0x75433000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;normaliz.dll"/>
    <binaryImage start="0x755e0000" end="0x757f5000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;iertutil.dll"/>
    <binaryImage start="0x77270000" end="0x77275000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-advapi32-l1-1-0.dll"/>
    <binaryImage start="0x75cf0000" end="0x75e15000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;urlmon.dll"/>
    <binaryImage start="0x75a10000" end="0x75a14000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;api-ms-win-downlevel-ole32-l1-1-0.dll"/>
    <binaryImage start="0x6e0b0000" end="0x6e0be000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727. 6195_none_03ce2c72205943d3&#92;mfc80ENU.dll"/>
    <binaryImage start="0x04390000" end="0x0442d000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;amtservices.dll"/>
    <binaryImage start="0x046c0000" end="0x046f7000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;adobe_caps.dll"/>
    <binaryImage start="0x72350000" end="0x723d0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;uxtheme.dll"/>
    <binaryImage start="0x75170000" end="0x751f3000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;clbcatq.dll"/>
    <binaryImage start="0x6e450000" end="0x6e545000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;propsys.dll"/>
    <binaryImage start="0x74b50000" end="0x74b71000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntmarta.dll"/>
    <binaryImage start="0x75ca0000" end="0x75ce5000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;Wldap32.dll"/>
    <binaryImage start="0x04f30000" end="0x04f50000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;asneu.dll"/>
    <binaryImage start="0x05030000" end="0x06297000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;FlashResources.dll"/>
    <binaryImage start="0x74b80000" end="0x74bd1000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winspool.drv"/>
    <binaryImage start="0x749e0000" end="0x74a1c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;oleacc.dll"/>
    <binaryImage start="0x6ebb0000" end="0x6ebc3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dwmapi.dll"/>
    <binaryImage start="0x74de0000" end="0x74f00000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;crypt32.dll"/>
    <binaryImage start="0x75420000" end="0x7542c000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;msasn1.dll"/>
    <binaryImage start="0x73920000" end="0x7392b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;profapi.dll"/>
    <binaryImage start="0x5e8a0000" end="0x5e8ce000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;mlang.dll"/>
    <binaryImage start="0x736f0000" end="0x73729000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;MMDevAPI.dll"/>
    <binaryImage start="0x5b220000" end="0x5b250000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wdmaud.drv"/>
    <binaryImage start="0x736b0000" end="0x736b4000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ksuser.dll"/>
    <binaryImage start="0x73ca0000" end="0x73ca7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;avrt.dll"/>
    <binaryImage start="0x71b30000" end="0x71b66000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;AudioSes.dll"/>
    <binaryImage start="0x6e180000" end="0x6e188000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msacm32.drv"/>
    <binaryImage start="0x6e0a0000" end="0x6e0a7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;midimap.dll"/>
    <binaryImage start="0x6f2c0000" end="0x6f2c8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;credssp.dll"/>
    <binaryImage start="0x6efe0000" end="0x6f01f000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;schannel.dll"/>
    <binaryImage start="0x5b120000" end="0x5b176000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;PlugPlug.dll"/>
    <binaryImage start="0x5b0d0000" end="0x5b11a000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;BIB.dll"/>
    <binaryImage start="0x59180000" end="0x5922a000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AXEDOMCore.dll"/>
    <binaryImage start="0x07e30000" end="0x07e74000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Common Files&#92;Adobe&#92;CS4ServiceManager&#92;CSI-Launcher.dll"/>
    <binaryImage start="0x72180000" end="0x721cc000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;apphelp.dll"/>
    <binaryImage start="0x5be50000" end="0x5be7f000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;shdocvw.dll"/>
    <binaryImage start="0x6c590000" end="0x6c600000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntshrui.dll"/>
    <binaryImage start="0x6ebe0000" end="0x6ebeb000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;cscapi.dll"/>
    <binaryImage start="0x6ea50000" end="0x6ea5a000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;slc.dll"/>
    <binaryImage start="0x6f8f0000" end="0x6f906000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;cryptsp.dll"/>
    <binaryImage start="0x6f8b0000" end="0x6f8eb000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;rsaenh.dll"/>
    <binaryImage start="0x71af0000" end="0x71afe000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;RpcRtRemote.dll"/>
    <binaryImage start="0x5b080000" end="0x5b0c1000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;BIBUtils.dll"/>
    <binaryImage start="0x089c0000" end="0x08ab1000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;ACE.dll"/>
    <binaryImage start="0x51fa0000" end="0x52573000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AGM.dll"/>
    <binaryImage start="0x5af70000" end="0x5afc2000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;ARE.dll"/>
    <binaryImage start="0x08d70000" end="0x091a6000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;MPS.dll"/>
    <binaryImage start="0x51cf0000" end="0x51f9e000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;CoolType.dll"/>
    <binaryImage start="0x54850000" end="0x54933000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;FileInfo.dll"/>
    <binaryImage start="0x5ae20000" end="0x5ae8d000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobeXMP.dll"/>
    <binaryImage start="0x59100000" end="0x59176000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;riched20.dll"/>
    <binaryImage start="0x53ba0000" end="0x53caa000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;pdfport.dll"/>
    <binaryImage start="0x51720000" end="0x51ce7000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobePDFL.dll"/>
    <binaryImage start="0x53af0000" end="0x53b97000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JP2KLib.dll"/>
    <binaryImage start="0x73820000" end="0x73832000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;mpr.dll"/>
    <binaryImage start="0x5b050000" end="0x5b07e000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AXE8SharedExpat.dll"/>
    <binaryImage start="0x6d060000" end="0x6d06c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;atmlib.dll"/>
    <binaryImage start="0x72810000" end="0x72986000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;Wintab32.dll"/>
    <binaryImage start="0x6ff90000" end="0x6ff9d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wtsapi32.dll"/>
    <binaryImage start="0x72670000" end="0x72803000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;Wacom_Tablet.dll"/>
    <binaryImage start="0x73b70000" end="0x73ca0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;WindowsCodecs.dll"/>
    <binaryImage start="0x6bf70000" end="0x6bfa6000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Local&#92;Microsoft&#92;SkyDrive&#92;17.0.2 003.1112_1&#92;SkyDriveShell.dll"/>
    <binaryImage start="0x6bee0000" end="0x6bf65000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Local&#92;Microsoft&#92;SkyDrive&#92;17.0.2 003.1112_1&#92;msvcp110.dll"/>
    <binaryImage start="0x6be00000" end="0x6bed2000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Local&#92;Microsoft&#92;SkyDrive&#92;17.0.2 003.1112_1&#92;msvcr110.dll"/>
    <binaryImage start="0x6a1e0000" end="0x6a267000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Local&#92;Microsoft&#92;SkyDrive&#92;17.0.2 003.1112_1&#92;Telemetry.dll"/>
    <binaryImage start="0x6e940000" end="0x6e94a000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Local&#92;Microsoft&#92;SkyDrive&#92;17.0.2 003.1112_1&#92;logging.dll"/>
    <binaryImage start="0x6a140000" end="0x6a192000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;Faultrep.dll"/>
    <binaryImage start="0x73760000" end="0x73767000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wsock32.dll"/>
    <binaryImage start="0x6e160000" end="0x6e175000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;cabinet.dll"/>
    <binaryImage start="0x6dd20000" end="0x6dd4f000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;xmllite.dll"/>
    <binaryImage start="0x67310000" end="0x67332000" type="__TEXT" path="C:&#92;Users&#92;t2wave&#92;AppData&#92;Roaming&#92;Dropbox&#92;bin&#92;DropboxExt. 22.dll"/>
    <binaryImage start="0x722c0000" end="0x7234e000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_50934f2ebcb7eb57&#92;msvcp90.dll"/>
    <binaryImage start="0x73770000" end="0x73813000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_50934f2ebcb7eb57&#92;msvcr90.dll"/>
    <binaryImage start="0x66ef0000" end="0x66f21000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;EhStorShell.dll"/>
    <binaryImage start="0x09b00000" end="0x09b4f000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;EnvBrush.dll"/>
    <binaryImage start="0x09f00000" end="0x09f64000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;EnvCollision.dll"/>
    <binaryImage start="0x098c0000" end="0x098d7000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;EnvPointGrid.dll"/>
    <binaryImage start="0x0c520000" end="0x0c5d8000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;FlashIK.dll"/>
    <binaryImage start="0x09da0000" end="0x09deb000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;FLBridge.dll"/>
    <binaryImage start="0x09b50000" end="0x09b67000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;External Libraries&#92;FLfile.dll"/>
    <binaryImage start="0x0c5e0000" end="0x0c629000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;External Libraries&#92;FLAir1_1.dll"/>
    <binaryImage start="0x0c630000" end="0x0c67c000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;External Libraries&#92;FLAir1_5.dll"/>
    <binaryImage start="0x65700000" end="0x65833000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msxml3.dll"/>
    <binaryImage start="0x6d6c0000" end="0x6d85b000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JVM&#92;bin&#92;client&#92;jvm.dll"/>
    <binaryImage start="0x6d280000" end="0x6d288000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JVM&#92;bin&#92;hpi.dll"/>
    <binaryImage start="0x6d690000" end="0x6d69c000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JVM&#92;bin&#92;verify.dll"/>
    <binaryImage start="0x6d300000" end="0x6d31d000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JVM&#92;bin&#92;java.dll"/>
    <binaryImage start="0x6d6b0000" end="0x6d6bf000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;JVM&#92;bin&#92;zip.dll"/>
    <binaryImage start="0x04fc0000" end="0x0500c000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;DisplayFusion&#92;Hooks&#92;AppHookWIN6032_C09CFE01-EAA7-4608-B84A-E18434AB5A05 .dll"/>
    <binaryImage start="0x51190000" end="0x5171a000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;authplay.dll"/>
    <binaryImage start="0x6d1c0000" end="0x6d239000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;mscms.dll"/>
    <binaryImage start="0x6ffa0000" end="0x6ffb7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;userenv.dll"/>
    <binaryImage start="0x73910000" end="0x73918000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;secur32.dll"/>
    <binaryImage start="0x221e0000" end="0x22463000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobeLM_libFNP.dll"/>
    <binaryImage start="0x71c00000" end="0x71c1c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;IPHLPAPI.DLL"/>
    <binaryImage start="0x71bf0000" end="0x71bf7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winnsi.dll"/>
    <binaryImage start="0x6d070000" end="0x6d079000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;snmpapi.dll"/>
    <binaryImage start="0x6efd0000" end="0x6efe0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;nlaapi.dll"/>
    <binaryImage start="0x6efc0000" end="0x6efd0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;NapiNSP.dll"/>
    <binaryImage start="0x6e650000" end="0x6e65a000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;wbemprox.dll"/>
    <binaryImage start="0x6a070000" end="0x6a0cc000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbemcomn.dll"/>
    <binaryImage start="0x75440000" end="0x7546e000" type="__TEXT" path="C:&#92;Windows&#92;SysWOW64&#92;wintrust.dll"/>
    <binaryImage start="0x6efa0000" end="0x6efb2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;pnrpnsp.dll"/>
    <binaryImage start="0x6ff30000" end="0x6ff6c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;mswsock.dll"/>
    <binaryImage start="0x6f5a0000" end="0x6f5e4000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dnsapi.dll"/>
    <binaryImage start="0x6ef90000" end="0x6ef98000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winrnr.dll"/>
    <binaryImage start="0x6f280000" end="0x6f2a1000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Bonjour&#92;mdnsNSP.dll"/>
    <binaryImage start="0x6f250000" end="0x6f277000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Common Files&#92;Microsoft Shared&#92;Windows Live&#92;WLIDNSP.DLL"/>
    <binaryImage start="0x6ef80000" end="0x6ef8d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wshbth.dll"/>
    <binaryImage start="0x6f210000" end="0x6f248000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;FWPUCLNT.DLL"/>
    <binaryImage start="0x6de80000" end="0x6de8f000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;wbemsvc.dll"/>
    <binaryImage start="0x673d0000" end="0x67466000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;fastprox.dll"/>
    <binaryImage start="0x6f6e0000" end="0x6f6f8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntdsapi.dll"/>
    <binaryImage start="0x6f4d0000" end="0x6f4d6000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;rasadhlp.dll"/>
    <binaryImage start="0x6f2b0000" end="0x6f2b6000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wship6.dll"/>
    <binaryImage start="0x6ff20000" end="0x6ff25000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;WSHTCPIP.DLL"/>
    <binaryImage start="0x66fa0000" end="0x66fa3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;icmp.dll"/>
    <binaryImage start="0x11f20000" end="0x11fbb000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;registration.dll"/>
    <binaryImage start="0x719d0000" end="0x719ec000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;oledlg.dll"/>
    <binaryImage start="0x547c0000" end="0x54843000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobeUpdater.dll"/>
    <binaryImage start="0x23b70000" end="0x2486a000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobePSL.dll"/>
    <binaryImage start="0x22770000" end="0x2282c000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;Importers&#92;AICS3Importer.dll"/>
    <binaryImage start="0x25b00000" end="0x26b79000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AILib.dll"/>
    <binaryImage start="0x0abb0000" end="0x0abbe000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;SPBasic.dll"/>
    <binaryImage start="0x26b80000" end="0x26f24000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AdobeLinguistic.dll"/>
    <binaryImage start="0x4a900000" end="0x4a9c2000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;icuin36.dll"/>
    <binaryImage start="0x4a800000" end="0x4a8d8000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;icuuc36.dll"/>
    <binaryImage start="0x4ad00000" end="0x4b6b3000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;icudt36.dll"/>
    <binaryImage start="0x26f30000" end="0x270cf000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;WRServices.dll"/>
    <binaryImage start="0x40000000" end="0x40262000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AIRes.dll"/>
    <binaryImage start="0x11c70000" end="0x11ccc000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;Photoshop Adapter.aip"/>
    <binaryImage start="0x22e70000" end="0x22efa000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;ADMStubPlugin.apl"/>
    <binaryImage start="0x11fc0000" end="0x11fce000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;FrameworkS.aip"/>
    <binaryImage start="0x22670000" end="0x226aa000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;BRSPencilTool.aip"/>
    <binaryImage start="0x226c0000" end="0x226e1000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;FOConversionSuite.aip"/>
    <binaryImage start="0x233a0000" end="0x233e2000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;AIPort.dll"/>
    <binaryImage start="0x31060000" end="0x3108f000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;PathfinderS.aip"/>
    <binaryImage start="0x23a70000" end="0x23afa000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;PDFSuite.aip"/>
    <binaryImage start="0x233f0000" end="0x23444000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;FilterPort.dll"/>
    <binaryImage start="0x22830000" end="0x2284b000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;Rasterize.aip"/>
    <binaryImage start="0x24870000" end="0x248d5000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;Deform.aip"/>
    <binaryImage start="0x23060000" end="0x2306b000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;ExpandS.aip"/>
    <binaryImage start="0x270d0000" end="0x2712d000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Formats&#92;PhotoshopImport.aip"/>
    <binaryImage start="0x23b40000" end="0x23b47000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Formats&#92;MPSCommon.aip"/>
    <binaryImage start="0x28680000" end="0x28694000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;Transform.aip"/>
    <binaryImage start="0x28130000" end="0x2814f000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;Pathfinder.aip"/>
    <binaryImage start="0x281b0000" end="0x281d3000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;ExpressView Support.aip"/>
    <binaryImage start="0x282a0000" end="0x28515000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Additional&#92;Plug-ins&#92;Illustrator Filters&#92;3D.aip"/>
    <binaryImage start="0x286a0000" end="0x28754000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Illustrator&#92;Required&#92;Plug-ins&#92;PDFFormat.aip"/>
    <binaryImage start="0x28760000" end="0x288ee000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;Importers&#92;FhDbRdr.dll"/>
    <binaryImage start="0x288f0000" end="0x28d6f000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;Common&#92;Configuration&#92;Importers&#92;Fireworks Library.dll"/>
    <binaryImage start="0x28e70000" end="0x290b2000" type="__TEXT" path="C:&#92;Program Files (x86)&#92;Adobe&#92;Adobe Flash CS4&#92;en&#92;Configuration&#92;Importers&#92;PhotoshopReader.dll"/>
    <binaryImage start="0x74a20000" end="0x74a45000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;powrprof.dll"/>
    </binaryImageSet>
    </crash>
    <reproSteps>
    </reproSteps>
    </crashreport>

    Thanks Anton for your reply!
    I'm 100% sure that the PNG file is not the problem.
    I can donwload any PNG file on google and they all freeze Flash.
    I noticed that the program won't react to any mouse command. I hear the
    generic windows "ding!" sound when I click on something, but my keyboard
    shortcuts still works. I can close or save the file, change tools, etc.
    It happens since the middle of February, I'm not sure when.
    Before that, I've never had any problems with importing PNG.
    Also, I haven't installed any new program recently.

  • Trace() crashes Flash CS3

    Hi!
    I have a nested for-next loop running in Flash AS3. The loop
    is functioning correctly.
    But, when I add any trace() inside the loop to track
    variables, it crashes Flash CS3 (shuts down).
    Has anyone else experienced this?
    I am on Macintosh OSX. Flash seems to be crash-happy. I am
    still in my 30-day trial period, and not even sure I'll buy it.
    Seems to be quite buggy.
    TIA

    By the way heres is the Vista Error Log:
    Produkt
    Adobe Flash CS3
    Problemsignatur
    Problemhendelsesnavn: APPCRASH
    Programnavn: Flash.exe
    Programversjon: 9.0.0.494
    Tidsstempel for program: 46015140
    Navn på feilmodul: AILib.dll
    Feilmodulversjon: 13.0.128.0
    Tidsstempel for feilmodul: 45c17494
    Unntakskode: c0000005
    Unntaksforskyvning: 0005bda0
    OS-versjon: 6.0.6000.2.0.0.256.1
    ID for nasjonal innstilling: 1044
    Tilleggsinformasjon 1: b179
    Tilleggsinformasjon 2: 3002bfb3a6ea85a667dd3f5c05c040c5
    Tilleggsinformasjon 3: dde9
    Tilleggsinformasjon 4: c7a68b49da8650225411c072c3e54c24

  • Crashing flash 8 on test of movie...

    Hey... this is my first significant actionscript
    application... and i'm almost done with it, but i've gotten to the
    point where it crashes flash 8 when I test it... not just the
    player, it crashes the whole application. I'm starting to go
    through and check for bugs, but i just thought I'd post what I
    added to the actionscript today in the forums and see if anyone
    notices a blatent error.
    i haven't cleaned up this code yet... there are lots of
    comments, but it may not be as elegant as I want it to be yet...
    I'm not looking for you to spend too much time helping me make it
    work... just look for syntax or method errors - typos or things i
    should change about how i'm writing code.
    Thanks for looking!

    Hm, I just tried this code, no crash here. Just loaded the
    mcLargeTray image, works fine. So it might not be this part that's
    crashing it...
    Just an idea: check if the .jpgs aren't progressive. Don't
    know if this may crash Flash, but there are problems with
    progressive .jpgs.
    Some other things I noticed:
    You create some empty MCs in children of the root MC, but you
    use the nextHighestDepth of the root for them. Inside the children,
    there's an own depth count, so it's a bit strange to use root's
    depths. Shouldn't be a problem, just thought I tell.
    Another, more important mistake is in the positioning code:
    the width property of MCs is called _width, not width.
    Apart from that, the code looks quite good. I would try to
    comment it out and uncomment it bit by bit and test the movie,
    maybe you can narrow the problem down to a smaller part this way.
    Good luck!
    greets,
    blemmo

  • Crashed Flash -- how do i fix?

    Huge bonehead, tired mistake -- pasted a bunch'a text in the
    font picker menu, which crashed flash (cs3 on xp).
    I can start flash and open and create as files, but I can't
    open or create fla files.
    Is there any way to debug or fix? I really don't want to tell
    boss and tech guys

    What do you mean by paste text in the font picker menu? Would
    you please provide the steps you did to crash Flash so maybe I can
    find a way to reset things to normal? Are you on Mac or Win?

  • Script crashes AI except when from from the ESTK...

    Has anyone run into an issue where a script crashes Illustrator except when it's run from the ESTK? The script has worked fine in the past but then when we changes to CS6 it will only complete when ran within ESTK.

    I got the same problem! In my company we have three MACs (OSX 10.6.4) connected via fibre channel to a metasan (4.5) controlled raid5 with 24TB.
    All of them crashing unexpected. Sometimes when scrolling trough the timeline, sometimes when we open a project. The performance of the raid is about 320MB/s reading.
    Updated everything, and thought this would save the problem. It got better, but it still exists. Tried to solve it for weeks and really don´t know what to do next.
    Hope anyone can help me!!!

  • JS ExternalInterface calls crashes Flash player

    Hi,
    We build a flash application in ActionScrip 3 which provides JS external interface calls. We load another swf on our swf. If we don't enable external swf, any JS calls through external interface works fine. However, if external swf is active, at some points when there is any JS calls through external interface, Flash player plugin crashes which also bring down the whole browser, I see that on IE and FF.
    Do you have any idea what may cause external interface call to crash Flash plugin?
    Call stack:
    > Flash10b.ocx!668c69aa()
    [Frames below may be incorrect and/or missing, no symbols loaded for Flash10b.ocx]
    Flash10b.ocx!668c9bc3()
    Flash10b.ocx!668c9d14()
    Flash10b.ocx!668c9f7b()
    Flash10b.ocx!668ecf0c()
    Flash10b.ocx!668f2799()
    Flash10b.ocx!668f2a7b()
    Flash10b.ocx!668c4a16()
    Flash10b.ocx!668c58e1()
    winmm.dll!74134769()
    Flash10b.ocx!668e4cae()
    Flash10b.ocx!668df637()
    Flash10b.ocx!6686046f()
    Flash10b.ocx!66725dae()
    Flash10b.ocx!667ce0b0()
    Flash10b.ocx!66832a0e()
    Thanks,
    Dina

    HI,
    You have the latest version of Flash installed. Safari is crashing due to the installed plugins.
    Add-ons: [email protected]:3.0.1,{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}:1.1.3,[email protected]:1.0.4,{CE6E6E3B-84DD-4cac-9F63-8D2AE4F30A4B}:3.0.1,[email protected]:1.11.6,{D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}:0.9.6.7,[email protected]:3.1.2,{1018e4d6-728f-4b20-ad56-37578a4de76b}:3.3.20,{ef4e370e-d9f0-4e00-b93e-a4 f274cfdd5a}:1.3,{e4a8a97b-f2ed-450b-b12d-ee082ba24781}:0.8.20091209.4,[email protected]:2.0.3,{dc572301-7619-498c-a57d-
    Go to ~/Library/Internet Plugins and remove 1Passwd, cooliris, smarterwiki and isreaditlater.
    Might also be in /Library/Input Managers.
    Relaunch Safari.
    Carolyn

  • AS3 file crashes Flash on save

    Hi,
    For the past 2 days every new AS3 file I try to create crashes Flash on every attempt at a save AFTER the initial save. All was fine for months for a couple of projects we are working on. I've reset the Flash prefs as Adobe instructs, trashed the copies of the files on this machine, run disk utility and Onyx. Nothing helps. I can't think of anything out of the ordinary that happened this week that would've caused something like this to happen. Also, I've searched since yesterday and this doesn't seem to be an issue with anyone else. My Flash 5 app is fine if I don't use external .as files or put code in the actions box.
    Any ideas?

    You might try searching / posting in the Flash General forum instead of the Actionscript 3 forum.
    http://forums.adobe.com/community/flash/flash_general?view=discussions

  • Script crashes IDE and Flash Player but works in browsers

    I'm building a game program and I've got a script that loads
    an external swf, and then duplicates the clip for the user to play.
    It worked until a few days ago when I reinstalled my OS (Mac OS
    10.4.11) to fix an unrelated problem. The strange thing is that I
    had reinstalled the browser plugin to fix a related problem. Now
    the code works in the browser, but crashes the IDE and the Flash
    Player every time. I called Adobe Support but they were no help
    since it's "project related." I've reinstalled CS3 and Flash
    itself, but nothing helps.
    Here's the code that crashes:
    // INITIALIZE LOADER AND ADD TO STAGE
    var myLoader:Loader = new Loader;
    addChild (myLoader);
    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE,
    isLoaded);
    // DUPLICATE CLIP WHEN LOADED
    function isLoaded (event:Event):void {
    event.target.content.width = 100;
    event.target.content.height= 200;
    // THIS IS THE LINE THAT CRASHES
    var copyClass:Class =
    Object(event.target.content).constructor;
    var newThing:DisplayObject = new (copyClass);
    addChild (newThing);
    newThing.x +=50;
    myLoader.load (new
    URLRequest('coloring/coloring1.swf'));

    See this cool mp3 xml player with visualization, playlist and
    skins. Fully customisable. Vector.
    http://flashden.net/item/mp3-xml-strongplayerstrong-with-visualization-and-skins-vectorise d/11851

Maybe you are looking for