Flash Player v. 9.0.115.0 broke my ExternalInterface.call

The latest version of Flash Player has obviously broken my
ExternalInterface.call, which works for all previous versions. I
know that there are security changes in the latest version but by
using the debugger provided it did not kick out any problems. By
reading the
article
about the security changes, I couldn't find anything useful in
to solve this.
Please help me!
Backend:
import flash.external.ExternalInterface;
private function getData():Void {
if (ExternalInterface.available) {
try {
this.args = ExternalInterface.call("passData");
output.text = "Values from ExternalInterface: "+this.args;
} catch (e) {
output.text = "A Security Error occurred : "+e.message+"\n";
} else {
output.text = "External interface is not available for this
container.";
Front end
<script type="text/javascript" language="javascript">
function passData(){
var args = new Object();
args.something1= 466;
args.something2= 466;
return args;
</script>
Output text on v.115 : Values from ExternalInterface:null
Output text on pervious versions: Values from
ExternalInterface: [Object]
It is working perfectly fine in previous versions of Flash
player, but after I upgraded to the latest version 9.0.115.0 the
ExternalInterface returns null, I tested in other previous versions
and it returns the object pass from the Javascript ok. Surely it is
something to do with the latest version, it could be the security
changes but I have no idea how to fix this and this is driving me
crazy! : (
Any heros could help me please? Thanks in advance!
Jen

Please continue to work with your support agent on this one..
Also, please read:
"Security changes in Flash Player 9"
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html
That should give you an understanding of the changes.

Similar Messages

  • Google Chrome now has Flash Player 11.8.800.115

    I think you may not have noticed, but when I upgraded Google Chrome, it seems that its Adobe Flash Player plug-in is now version 11.8.800.115.  Is this normal? 

    I see.  Well, thank you. 

  • Adobe Flash Player 11.8.800.174+as3无法读取js对像中中文字符

    测试环境:window7,IE10,Adobe Flash Player 11.8.800.174
    使用var _obj:Object= ExternalInterface.call("jsobject");读取当前页面中js返回的一个函数jsobject(类型为object)
    如果是数字和英文,则能正确读取,如果是中文,则出现乱码,如果包含"退出全屏"这四个字符,则读取不出来
    以下附上相关代码
    actionscript3.0
    package  {
    import flash.display.MovieClip;
    import flash.text.TextField;
    import flash.system.System;
    import flash.external.ExternalInterface;
    public class getobject extends MovieClip {
      public function getobject() {
       init();
      private function init(){
       var _test:TextField=new TextField();
       _test.width=200;
       _test.height=200;
       addChild(_test);
       if(ExternalInterface.available){
        var _obj:Object= ExternalInterface.call("jsobject");
        var _str:String="";
        for(var k in _obj){
         _str+=k+":"+_obj[k]+"\n";
        _test.text=_str;
    html:
    <!-- saved from url=(0014)about:internet -->
    <!DOCTYPE html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>getobject</title>
    </head>
    <body>
    <script type="text/javascript">
      function jsobject(){
      var _obj={
       a:'1',
       b:'退出全屏'
      return _obj;
    </script>
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ExternalInterfaceExample" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
             <param name="movie" value="getobject.swf" />
             <param name="quality" value="high" />
             <param name="bgcolor" value="#869ca7" />
             <param name="allowScriptAccess" value="sameDomain" />
             <embed src="getobject.swf" quality="high" bgcolor="#869ca7" width="500" height="375" name="ExternalInterfaceExample" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
             </embed>
         </object>
    </body>
    </html>
    如果 var _obj函数里的b项为英文或数字,则正常。如果为中文则是乱码,如果是退出全屏。则直接读取不出来。其它浏览器或ie下其它版本的flashplay正常

    (Amusing Google translation to follow) If google reads you correctly, you're having a multibyte issue transferring data over ExternalInterface. Have you tried simply encoding it to Base64 before sending the data? Here's an example JavaScript Base64 converter:
    http://www.webtoolkit.info/javascript-base64.html
    (google translate):
    如果谷歌读取正确的话,你有一个多字节的问题过ExternalInterface的数据传输。您是否尝试过简单的编码为Base64在发送数据前?下面是一个例子JavaScript的使用 Base64转换器:
    http://www.webtoolkit.info/javascript-base64.html

  • I encountered a problem when using Flash Player V9.0.115, can somebody help me?

    Hello all, can somebody help me?
    I have encountered a problem when using Flash Player
    V9.0.115. Your help would be greatly appreciated.
    The problem described as follows:
    1. The flash file with sound works well before uploaded to
    website. The audio lost when uploaded to the website(There is no
    problem with the flash file size). I have uploaded the flash file
    to website for you to test. Please go to
    http://www.sameshow.com/democreator/create
    a new site.swf and kindly check with it.
    2. When we open the flash movie in IE with Flash player
    V9.0.47 and previous versions (Flash9d.ocx), the flash movie with
    sound works well.
    3. When we upgrade the flash player to the latest version
    V9.0.115 (Flash9e.ocx), the video works well, but the sound just
    can play several seconds and then stop.
    4. On Flash Player ocx V9.0.115. If we publish the flash
    movie on web with 24fps, the sound just can work several seconds
    and then stop, the problem is the same if we use the
    TShockWaveFlash control to play the flash movie.
    5. On Flash Player ocx V9.0.115. If we publish the flash
    movie with 12fps, the sound works well but the quality is really
    very poor. It seems that the sound plays shorter with more frames
    per second. But the flash file works well with the Flash Player
    V9.0.47 and previous versions (Flash9d.ocx).
    Can somebody help me to figure it out? Thanks in advance!
    Regards,
    Sabrina
    [email protected]

    Hello Darren, I really appreciate your response. My mail is
    [email protected] I have uploaded the flash file to our
    ftp,
    http://www.sameshow.com/democreator/create
    a new site.swf. And also I compressed the original file to a
    zip file and uploaded to our ftp at
    http://download.sameshow.com/aff/create.zip,
    please kindly check! When we playing this flash file on FlashPlayer
    V9.0.47 and previous, the audio works well. But the audio just can
    play several seconds and then stop when I playing it on FlashPlayer
    V9.0.115. The garbled audio makes us very upset. Your help would be
    great appreciated!
    Sabrina Fu

  • ADOBE ANNOUNCE: Preparing for upcoming April 2008 Flash Player 9 security update

    Flash Player team is doing some 'pre-communication' around
    the security changes in the -next- version of Flash Player,
    releasing in April 2008.
    So we're starting with some blog posts, articles and
    technotes so that these changes can spread to the community. There
    will likely be more than this by release time as well (and new
    communication will come at that time).
    Blogs:
    Emmy Huang:
    http://weblogs.macromedia.com/emmy/
    Justin Everett-Church:
    http://justin.everett-church.com/
    Developer Center articles:
    "Preparing for the Flash Player 9 April 2008 Security Update"
    http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_update.html)
    Everyone should read and become familiar with the current
    article on Flash Player 9.0.115.0's 'phase 1' security changes..
    this outlines a lot of what's been changed, and gives you an idea
    what to think about for the upcoming April release. "Security
    Changes in Flash Player 9" (v9.0.115.0) at
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html.
    There are a few other articles with specifics about
    socketpolicyfile handling coming up, but they’re not quite
    done yet..
    Specific technotes w/ code:
    “Changes in allowScriptAccess default (Flash
    Player)”
    http://www.adobe.com/go/kb403183)
    “Authorization header does not work for an HTTP request
    (Flash Player)”
    http://www.adobe.com/go/kb403184)
    “Arbitrary headers are not sent from Flash Player to a
    remote domain”
    http://www.adobe.com/go/kb403185)
    “Sockets do not function in Flash Player versions later
    than 9.0.115.0”
    http://www.adobe.com/go/kb403186)
    “javascript:" URLs no longer function in networking
    APIs (Flash Player)”
    http://www.adobe.com/go/kb403187)[b
    technotes w/ code:

    Is there a release date yet? I've had management phoning me
    over the weekend panicking that the new player was going live this
    weekend. When 9,0,115,0 came out our global financial trading
    platform broke due to the socket security changes in release 115.
    This time we are prepared (as we already use dynamically generated
    socket policy files) although with no access to a beta player we
    were unable to test. Unfortunately its just another bit of negative
    perception of Flash/Flex that others can use to promote alternative
    RIA platforms. I will have a fight on my hands this year to stop us
    migrating to Silverlight.
    I'm signed up for security alerts from Adobe - is there a
    mailing list for Flash Player release date? And why can't I see a
    beta version of the new player in order to test?

  • Flash Player 9 Crashes Without An Error Message

    Hello,
    Since I downloaded the latest update of Flash Player 9
    (december 2007?), my problems started. Flash Player 9 crashes (IE7)
    without an error message at sites like:
    Zoo Tycoon.com
    My own site
    And many more.
    To give you guys as much information as possible about the
    problem:
    - The first site shouldn't give a warning, and it didn't,
    till I downloaded the update of Flash Player 9. It now looks like
    this >
    Screen
    - The second site is my own site, which should look like this
    >
    Screen
    (Screen is made at an older PC, which hasn't got the update of FP9
    installed!)
    - It now looks like this>
    Screen
    (Screen is made at my current PC, Windows XP with the update
    installed.)
    - I also can't upload pictures at some sites, because they
    require Flash >
    Screen
    - Adobe says I've succesfully installed the latest version of
    Flash Player, version 9.0.115.0 >
    Screen
    My system is:
    - Microsoft Windows XP
    - Home Edition
    - Version 2002
    - Service Pack 2
    - Intel Pentium 4 CPU 3.00GHz
    - Clock Rate 3.01GHz, 1.50GB
    - Internet Explorer 7
    I'm now forced to use an older machine, Windows 2000, to
    update my site and view other sites, because that PC doesn't have
    the Flash Player update installed. ;)
    Things I tried to solve the problem:
    - Uninstall and reinstall
    - Read and tried all the Troubleshooters at this site
    - Adobe's uninstall program
    - SubInACL
    - Installed an older version of Flash Player (7 & 8)
    - Regedit
    - Manually renamed the files in the SYSTEM32/Macromed/Flash
    folder (like explained on the forum)
    Could someone please help me? I'm probably not the only one
    dealing with this problem...
    Regards,
    Sophie
    P.S.: I'm Dutch, so please don't mind my English....
    :)

    Is there no-one who knows the answer? And nobody who has the
    same problem? :(

  • Flash Player crashing in Safari (and Firefox)

    Safari crashes when I'm viewing various Flash content. For example, the BBC Radio iPlayer crashes after about 10s of playback. This does not appear to be the fonts issue that seems to have caused other people's problems. I've reinstalled the Flash Player (version 9.0.115.0) and have a vanilla install of Safari. OS X 10.5, all updates applied. This started happening pretty recently, not sure whether it correlated with anything.
    Firefox also crashes similarly, but posting here as it seems like the most appropriate area in the discussions.
    Sample stack trace below.
    Process: Safari [1833]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.0.4 (5523.10.6)
    Build Info: WebBrowser-55231006~1
    Code Type: X86 (Native)
    Parent Process: launchd [109]
    Date/Time: 2008-01-01 17:28:11.711 -0500
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 9
    Thread 0:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x95daa0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x95daad38 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x928708a4 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x928706bd ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x92870531 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x92c7ed5b _DPSNextEvent + 657
    8 com.apple.AppKit 0x92c7e6a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.Safari 0x00009d4e 0x1000 + 36174
    10 com.apple.AppKit 0x92c776d1 -[NSApplication run] + 795
    11 com.apple.AppKit 0x92c449ba NSApplicationMain + 574
    12 com.apple.Safari 0x00002876 0x1000 + 6262
    Thread 1:
    0 libSystem.B.dylib 0x938feace _semwaitsignal + 10
    1 libSystem.B.dylib 0x93928ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x0086802f WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x00863625 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x93928075 pthreadstart + 321
    5 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x95daa0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x95daad38 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x0019e7ba CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x93928075 pthreadstart + 321
    6 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x95daa0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x95daad38 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x95a1d560 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x959ba04d -[NSThread main] + 45
    6 com.apple.Foundation 0x959b9bf4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x93928075 pthreadstart + 321
    8 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x93946f5a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x93928075 pthreadstart + 321
    2 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x938feace _semwaitsignal + 10
    1 libSystem.B.dylib 0x93928ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x900f8161 fefragmentthread + 54
    3 libSystem.B.dylib 0x93928075 pthreadstart + 321
    4 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x95daa0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x95daad38 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x001ebd45 _KeychainThread + 230
    5 libSystem.B.dylib 0x93928075 pthreadstart + 321
    6 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9396095a _workqops + 10
    1 libSystem.B.dylib 0x9396098a start_wqthread + 30
    Thread 8:
    Thread 9 Crashed:
    0 ??? 0000000000 0 + 0
    1 ...romedia.Flash Player.plugin 0x186d92ee 0x18344000 + 3756782
    2 ...romedia.Flash Player.plugin 0x186d381c 0x18344000 + 3733532
    3 libSystem.B.dylib 0x93928075 pthreadstart + 321
    4 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 libSystem.B.dylib 0x9391d0a0 libinfoDSmig_Query + 222
    3 libSystem.B.dylib 0x9391cdbb LI_DSLookupQuery + 353
    4 libSystem.B.dylib 0x9395ff44 ds_getaddrinfo + 2674
    5 libSystem.B.dylib 0x9395ded2 getaddrinfo + 504
    6 ...romedia.Flash Player.plugin 0x186d4b47 0x18344000 + 3738439
    7 ...romedia.Flash Player.plugin 0x186d92ee 0x18344000 + 3756782
    8 ...romedia.Flash Player.plugin 0x186d381c 0x18344000 + 3733532
    9 libSystem.B.dylib 0x93928075 pthreadstart + 321
    10 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 libSystem.B.dylib 0x9391d0a0 libinfoDSmig_Query + 222
    3 libSystem.B.dylib 0x9391cdbb LI_DSLookupQuery + 353
    4 libSystem.B.dylib 0x9395ff44 ds_getaddrinfo + 2674
    5 libSystem.B.dylib 0x9395ded2 getaddrinfo + 504
    6 ...romedia.Flash Player.plugin 0x186d4b47 0x18344000 + 3738439
    7 ...romedia.Flash Player.plugin 0x186d92ee 0x18344000 + 3756782
    8 ...romedia.Flash Player.plugin 0x186d381c 0x18344000 + 3733532
    9 libSystem.B.dylib 0x93928075 pthreadstart + 321
    10 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 libSystem.B.dylib 0x9391d0a0 libinfoDSmig_Query + 222
    3 libSystem.B.dylib 0x9391cdbb LI_DSLookupQuery + 353
    4 libSystem.B.dylib 0x9395ff44 ds_getaddrinfo + 2674
    5 libSystem.B.dylib 0x9395ded2 getaddrinfo + 504
    6 ...romedia.Flash Player.plugin 0x186d4b47 0x18344000 + 3738439
    7 ...romedia.Flash Player.plugin 0x186d92ee 0x18344000 + 3756782
    8 ...romedia.Flash Player.plugin 0x186d381c 0x18344000 + 3733532
    9 libSystem.B.dylib 0x93928075 pthreadstart + 321
    10 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x938f7946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x939291cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x9392aa53 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x907fe252 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x907fe032 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x91962fbe ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x938f7946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x939291cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x9392aa53 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x907fe252 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x907fe032 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x90826634 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x938f7946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x939291cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x9392aa53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x959fff9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x959ffdb0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x959ffd15 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x92ce4c19 -[NSUIHeartBeat _heartBeatThread:] + 746
    7 com.apple.Foundation 0x959ba04d -[NSThread main] + 45
    8 com.apple.Foundation 0x959b9bf4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93928075 pthreadstart + 321
    10 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x938f792e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x939291e6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9396ec4b pthreadcondwait + 48
    3 org.HelixCommunity.clntcore 0x1d679528 CloseEngine + 1191008
    4 org.HelixCommunity.clntcore 0x1d63e92e CloseEngine + 950374
    5 org.HelixCommunity.clntcore 0x1d5f351a CloseEngine + 642130
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x938f792e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x939291e6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9396ec4b pthreadcondwait + 48
    3 org.HelixCommunity.clntcore 0x1d679528 CloseEngine + 1191008
    4 org.HelixCommunity.clntcore 0x1d63dd76 CloseEngine + 947374
    5 org.HelixCommunity.clntcore 0x1d610c92 CloseEngine + 762826
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x938f792e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x939291e6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9396ec4b pthreadcondwait + 48
    3 org.HelixCommunity.clntcore 0x1d679528 CloseEngine + 1191008
    4 org.HelixCommunity.clntcore 0x1d63e92e CloseEngine + 950374
    5 org.HelixCommunity.clntcore 0x1d646c41 CloseEngine + 983929
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x938f7a06 machwaituntil + 10
    1 libSystem.B.dylib 0x9396eabf nanosleep + 314
    2 libSystem.B.dylib 0x9396e97f usleep + 61
    3 org.HelixCommunity.clntcore 0x1d63e9e0 CloseEngine + 950552
    4 libSystem.B.dylib 0x93928075 pthreadstart + 321
    5 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x938f7a06 machwaituntil + 10
    1 libSystem.B.dylib 0x9396eabf nanosleep + 314
    2 libSystem.B.dylib 0x9396e97f usleep + 61
    3 org.HelixCommunity.clntcore 0x1d63e9e0 CloseEngine + 950552
    4 libSystem.B.dylib 0x93928075 pthreadstart + 321
    5 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x938f78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x938ff0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x95daa0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x95daad38 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x95cd8464 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x95cd8300 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x938f7946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x939291cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x9392aa53 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x907fe252 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x907fe032 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x9082f1ca DeferredTaskThread + 70
    6 libSystem.B.dylib 0x93928075 pthreadstart + 321
    7 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x938f7946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x939291cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x9392aa53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x95ce7a47 CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x95ce9602 CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x95ce7da7 HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x95ce7aab HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x95cd8300 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x93928075 pthreadstart + 321
    9 libSystem.B.dylib 0x93927f32 thread_start + 34
    Thread 9 crashed with X86 Thread State (32-bit):
    eax: 0x00000002 ebx: 0x186d4a51 ecx: 0x17104f5c edx: 0x1896f644
    edi: 0xb0463e8c esi: 0x1c139f70 ebp: 0xb0463f28 esp: 0xb0463e0c
    ss: 0x0000001f efl: 0x00010202 eip: 0x00000000 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000

    OS X 10.5.1, QT 7.3.1 and Flash 9.0.115.0 (all the latest versions). Security update 2007-009 version 1.1 installed. Permissions repaired and computer restarted.
    Tried the official Flash uninstaller and reinstalled.
    Also tried disabling all the mime-types for quicktime, and the options to play movies automatically and save them in the disk cache.
    It still crashes pretty consistently on http://www.bbc.co.uk/radio1/djs/?lhn (usually after no more than 3 or 4 reloads). (the iPlayer may have been a red herring - I always had this page in the background).
    The only thing that I can identify is that the permissions repair process identified, and failed to fix, a few permissions errors on the Flash player, even post reinstall. Specifically:
    User differs on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/English.lproj/Localized.rsrc", should be 0, user is 501.
    Permissions differ on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/English.lproj/Localized.rsrc", should be -rw-rw-r-- , they are -rw-r--r-- .
    User differs on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/English.lproj", should be 0, user is 501.
    Permissions differ on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/English.lproj", should be drwxrwxr-x , they are drwxr-xr-x .
    User differs on "Library/Internet Plug-Ins/flashplayer.xpt", should be 0, user is 501.
    Permissions differ on "Library/Internet Plug-Ins/flashplayer.xpt", should be -rw-rw-r-- , they are -rw-r--r-- .
    I think that this is a red-herring too. Can't see why it should need group write access to these files (particularly when it doesn't need it for the other localisations). But I'll go and change them manually if anyone can suggest a convincing reason why that might be causing the problem.
    Anyone have any constructive observations or advice? I can post many more crash dumps (with the binary images bit too if necessary), but they all look pretty much the same. Can anyone reproduce the same problem by reloading that page a few times?

  • PSE 7 KILLS FLASH PLAYER

    Installed new PSE 7 (not upgrade, removed PSE 3 first)on vista 32, then flash player version 9.0.115 no longer works.
    Unable to re-install flash, error. Unable to install newer version 10 flash, error.
    Uninstalled flash using adobe standalone uninstaller, but still flash would not install even with standalone installer. Tried all suggestions from adobe flash technical pages, cleaned registry, still no go.
    Restored vista system to before PSE 7 install, removed PSE 7 and flash works fine. Upgraded flash to ver 10, works fine.
    Install PSE 7, flash no longer works and will not reinstall.
    Removed PSE 7 again, flash works ok.
    Seems that PSE 7 is overwriting a flash file somewhere, but what?
    Any ideas, greatly appreciated.

    This might occur due to PSE7 ships with 9.0.124 and hence flash player 9.0.115 might give some errors. There is a issue with the 9.0.115 version co-existing with 9.0.124.
    I would suggest: once again uninstall Flash player completely and install PSE7, this should install FP 9.0.124 version on your machine.
    Once Flash player is installed on the system, launch any flash file and it should ask you to automatically update the FP9 to FP10.
    Worked on my machine.
    Here are a few links which might be helpful for you:
    http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402435&sliceId=2
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=1
    Best Luck,
    Ankush

  • I can not use Flash player

    my PC is not able to use Adobe Flash player Ver.9,0,115,0!
    OS:Linux /Ubuntu 7.10
    CPU:Turion AMD 64
    problem:ERROR: Your architecture, \'x86_64\', is not
    supported
    what should i do?

    Can you see the Flash animation at http://www.adobe.com/software/flash/about/ ?  If yes, Flash Player is correctly installed and working.
    If not, what files do you have in C:\Windows\system32\Macromed\Flash ?

  • Flash Player Plug-in Problem?

    On 23rd December I installed Quicktime 7.3.1 and Security Update 2007-009.1.1 using the Software Update facility from the Apple logo button on top left of the menu bar.
    I did the usual Repair Permissions before and after the update.
    Since then the machine has crashed at least once a day when using Safari. The Problem Report appears to be the same each time it crashes and seems to be pointing the finger at the Flash Player Plug-in.
    I have copied the report below in case some one can tell me how to resolve this problem.
    Process: Safari [2013]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.0.4 (5523.10.6)
    Build Info: WebBrowser-55231006~1
    Code Type: PPC (Native)
    Parent Process: launchd [98]
    Date/Time: 2007-12-29 11:15:53.303 +0000
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000007e588d8
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...ple.ApplicationServices.ATS 0x9592e4f4 AVLRFindBetterMatchInSubtree(AVLRPrivateTreeStruct*, AVLRNode*, AVLRNode**, short, unsigned char) + 440
    1 ...ple.ApplicationServices.ATS 0x958ecc7c AVLRFindBestMatch + 428
    2 ...ple.ApplicationServices.ATS 0x958eca70 FindEntryInNameCacheByName + 524
    3 ...ple.ApplicationServices.ATS 0x958ec57c FindFontIDFromNameInternal + 204
    4 ...ple.ApplicationServices.ATS 0x95905288 _eFOFindFontIDFromName + 76
    5 ...ple.ApplicationServices.ATS 0x95905214 FOFindFontIDFromName + 128
    6 com.apple.QD 0x95754118 ATSUFindFontFromName + 196
    7 ...romedia.Flash Player.plugin 0x05c2bcc8 Flash_EnforceLocalSecurity + 21564
    8 ...romedia.Flash Player.plugin 0x05c2bebc Flash_EnforceLocalSecurity + 22064
    9 ...romedia.Flash Player.plugin 0x05c2cdb8 Flash_EnforceLocalSecurity + 25900
    10 ...romedia.Flash Player.plugin 0x05c2cca8 Flash_EnforceLocalSecurity + 25628
    11 ...romedia.Flash Player.plugin 0x05c2c480 Flash_EnforceLocalSecurity + 23540
    12 ...romedia.Flash Player.plugin 0x05c63b3c Flash_EnforceLocalSecurity + 250544
    13 ...romedia.Flash Player.plugin 0x05c73f54 Flash_EnforceLocalSecurity + 317128
    14 ...romedia.Flash Player.plugin 0x05c6ded8 Flash_EnforceLocalSecurity + 292428
    15 ...romedia.Flash Player.plugin 0x05c6b010 Flash_EnforceLocalSecurity + 280452
    16 ...romedia.Flash Player.plugin 0x05c6ae84 Flash_EnforceLocalSecurity + 280056
    17 ...romedia.Flash Player.plugin 0x05c6a2ec Flash_EnforceLocalSecurity + 277088
    18 ...romedia.Flash Player.plugin 0x05c68784 Flash_EnforceLocalSecurity + 270072
    19 ...romedia.Flash Player.plugin 0x05d8100c Flash_EnforceLocalSecurity + 1419136
    20 ...romedia.Flash Player.plugin 0x05d0e700 Flash_EnforceLocalSecurity + 949876
    21 ...romedia.Flash Player.plugin 0x05d0e028 Flash_EnforceLocalSecurity + 948124
    22 ...romedia.Flash Player.plugin 0x05cf1270 Flash_EnforceLocalSecurity + 829924
    23 ...romedia.Flash Player.plugin 0x05da4850 nativeShockwaveFlashTCallFrame + 60384
    24 ...romedia.Flash Player.plugin 0x05da90c8 nativeShockwaveFlashTCallFrame + 78936
    25 ...romedia.Flash Player.plugin 0x05d0e044 Flash_EnforceLocalSecurity + 948152
    26 ...romedia.Flash Player.plugin 0x05c43640 Flash_EnforceLocalSecurity + 118196
    27 ...romedia.Flash Player.plugin 0x05d0e700 Flash_EnforceLocalSecurity + 949876
    28 ...romedia.Flash Player.plugin 0x05da9208 nativeShockwaveFlashTCallFrame + 79256
    29 ...romedia.Flash Player.plugin 0x05c7faec Flash_EnforceLocalSecurity + 365152
    30 ...romedia.Flash Player.plugin 0x05c7fc5c Flash_EnforceLocalSecurity + 365520
    31 ...romedia.Flash Player.plugin 0x05c8037c Flash_EnforceLocalSecurity + 367344
    32 ...romedia.Flash Player.plugin 0x05c7ee70 Flash_EnforceLocalSecurity + 361956
    33 ...romedia.Flash Player.plugin 0x05c803bc Flash_EnforceLocalSecurity + 367408
    34 ...romedia.Flash Player.plugin 0x05d08ccc Flash_EnforceLocalSecurity + 926784
    35 ...romedia.Flash Player.plugin 0x05c32600 Flash_EnforceLocalSecurity + 48500
    36 ...romedia.Flash Player.plugin 0x05c28968 Flash_EnforceLocalSecurity + 8412
    37 com.apple.WebKit 0x951606fc -[WebBaseNetscapePluginView sendEvent:] + 364
    38 com.apple.WebKit 0x95162040 -[WebBaseNetscapePluginView sendNullEvent] + 144
    39 com.apple.Foundation 0x92aa5a98 __NSFireTimer + 144
    40 com.apple.CoreFoundation 0x91616af0 CFRunLoopRunSpecific + 2992
    41 com.apple.HIToolbox 0x921f7ab4 RunCurrentEventLoopInMode + 264
    42 com.apple.HIToolbox 0x921f78d8 ReceiveNextEventCommon + 412
    43 com.apple.HIToolbox 0x921f7718 BlockUntilNextEventMatchingListInMode + 84
    44 com.apple.AppKit 0x917627a0 _DPSNextEvent + 580
    45 com.apple.AppKit 0x917621f0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    46 com.apple.Safari 0x0000a4dc 0x1000 + 38108
    47 com.apple.AppKit 0x9175beac -[NSApplication run] + 736
    48 com.apple.AppKit 0x9172c92c NSApplicationMain + 440
    49 com.apple.Safari 0x00002d10 0x1000 + 7440
    Thread 1:
    0 libSystem.B.dylib 0x94f5e3ec _semwaitsignal + 12
    1 libSystem.B.dylib 0x94f9afa0 pthread_condwait + 1580
    2 com.apple.WebCore 0x965a1f5c WebCore::IconDatabase::syncThreadMainLoop() + 316
    3 com.apple.WebCore 0x9659d174 WebCore::IconDatabase::iconDatabaseSyncThread() + 420
    4 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x94f579d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x94f5e8fc mach_msg + 56
    2 com.apple.CoreFoundation 0x91616664 CFRunLoopRunSpecific + 1828
    3 com.apple.CFNetwork 0x96487c84 CFURLCacheWorkerThread(void*) + 292
    4 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x94f579d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x94f5e8fc mach_msg + 56
    2 com.apple.CoreFoundation 0x91616664 CFRunLoopRunSpecific + 1828
    3 com.apple.Foundation 0x92acebec +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 280
    4 com.apple.Foundation 0x92a77d9c _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x94fbc064 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x91621ab4 __CFSocketManager + 764
    Thread 5:
    0 libSystem.B.dylib 0x94f579d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x94f5e8fc mach_msg + 56
    2 ...romedia.Flash Player.plugin 0x05fc44f4 nativeShockwaveFlashTCallFrame + 2287748
    3 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x94f57a48 semaphoretimedwaittrap + 8
    1 ...ple.CoreServices.CarbonCore 0x95f17b9c MPWaitOnSemaphore + 104
    2 ...romedia.Flash Player.plugin 0x05d48c18 Flash_EnforceLocalSecurity + 1188748
    3 ...romedia.Flash Player.plugin 0x05e80ee4 nativeShockwaveFlashTCallFrame + 963188
    4 ...romedia.Flash Player.plugin 0x05d48a88 Flash_EnforceLocalSecurity + 1188348
    5 ...romedia.Flash Player.plugin 0x05d48a50 Flash_EnforceLocalSecurity + 1188292
    6 ...ple.CoreServices.CarbonCore 0x95f037c8 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x94f57a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9ae9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x95ee3e40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x95ee3c14 TSWaitOnSemaphoreCommon + 428
    4 ...ickTimeComponents.component 0x909ee0b0 ReadSchedulerThreadEntryPoint + 5312
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x94f57a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9ae9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x95ee3e40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x95ee3c14 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x95f0cff0 AIOFileThread(void*) + 1068
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x94fad9f8 syscall + 12
    1 com.apple.OpenTransport 0x05be8fb4 CarbonSelectThreadFunc + 200
    Thread 10:
    0 libSystem.B.dylib 0x94f5e3ec _semwaitsignal + 12
    1 com.apple.OpenTransport 0x05be5048 CarbonOperationThreadFunc + 132
    Thread 11:
    0 libSystem.B.dylib 0x94f5e3ec _semwaitsignal + 12
    1 com.apple.OpenTransport 0x05bf539c CarbonInetOperThreadFunc + 144
    Thread 12:
    0 libSystem.B.dylib 0x94f57a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9ae9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x95ee3e40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x95ee3c14 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x95f15c68 TimerThread + 68
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x94f57a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9aeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x075d09a4 CloseEngine + 1315680
    3 org.HelixCommunity.clntcore 0x0758d430 CloseEngine + 1039852
    4 org.HelixCommunity.clntcore 0x07539ee4 CloseEngine + 698528
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x94f57a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9aeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x075d09a4 CloseEngine + 1315680
    3 org.HelixCommunity.clntcore 0x0758dcb0 CloseEngine + 1042028
    4 org.HelixCommunity.clntcore 0x07558b48 CloseEngine + 824580
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x94f57a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9aeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x075d09a4 CloseEngine + 1315680
    3 org.HelixCommunity.clntcore 0x0758d430 CloseEngine + 1039852
    4 org.HelixCommunity.clntcore 0x0759874c CloseEngine + 1085704
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 16:
    0 libSystem.B.dylib 0x94f57b58 machwaituntil + 8
    1 libSystem.B.dylib 0x94fe38fc nanosleep + 324
    2 libSystem.B.dylib 0x94fe37a4 usleep + 68
    3 org.HelixCommunity.clntcore 0x0758e0c8 CloseEngine + 1043076
    4 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 17:
    0 libSystem.B.dylib 0x94f57b58 machwaituntil + 8
    1 libSystem.B.dylib 0x94fe38fc nanosleep + 324
    2 libSystem.B.dylib 0x94fe37a4 usleep + 68
    3 org.HelixCommunity.clntcore 0x0758e0c8 CloseEngine + 1043076
    4 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 18:
    0 libSystem.B.dylib 0x94f579d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x94f5e8fc mach_msg + 56
    2 com.apple.CoreFoundation 0x91616664 CFRunLoopRunSpecific + 1828
    3 com.apple.audio.CoreAudio 0x90056e3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x90056c80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 19:
    0 libSystem.B.dylib 0x94f57a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9ae9c pthread_condwait + 1320
    2 com.apple.audio.CoreAudio 0x90068884 HP_IOThread::WorkLoop() + 488
    3 com.apple.audio.CoreAudio 0x90068684 HPIOThread::ThreadEntry(HPIOThread*) + 12
    4 com.apple.audio.CoreAudio 0x90056c80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 20:
    0 libSystem.B.dylib 0x94f57a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94f9ae9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x95ee3e40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x95ee3c14 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x95f161f8 DeferredTaskThread + 68
    5 libSystem.B.dylib 0x94f99bf8 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x9592e4f4 srr1: 0x0200d030 dar: 0x07e588d8 dsisr: 0x40000000
    r0: 0x00000004 r1: 0xbfffbeb0 r2: 0xa0a62098 r3: 0x00000007
    r4: 0xa0a6222c r5: 0x00000163 r6: 0x00000162 r7: 0x80000000
    r8: 0x00000000 r9: 0x02dd50cc r10: 0x9592ee74 r11: 0xa0a62dd0
    r12: 0x94f61cf4 r13: 0xa0a621d8 r14: 0xbfffc208 r15: 0xa0a6211a
    r16: 0x00000004 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000007 r22: 0xa0a62098 r23: 0x958ecd24
    r24: 0xbfffbf5c r25: 0xbfffbf58 r26: 0xa0a65550 r27: 0xa0a62098
    r28: 0x00000001 r29: 0x00000001 r30: 0x07e588d4 r31: 0x9592e34c
    cr: 0x48222244 xer: 0x00000002 lr: 0x9592e4b8 ctr: 0x94f61cf4
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x138ff7 com.apple.Safari 3.0.4 (5523.10.6) <56413834b1508c734b52e6a1aa83e719> /Applications/Safari.app/Contents/MacOS/Safari
    0x17c000 - 0x18bffc SyndicationUI ??? (???) <686861312ce148fcdb0b0432d4d02c9a> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x562000 - 0x62affb com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x6ad000 - 0x6d5ffb +com.RealNetworks.RealPlayerPlugin ??? (0.0.1d1) /Users/robertsutton/Desktop/RealPlayer.app/Contents/MacOS/RealPlayer Plugin.plugin/Contents/MacOS/RealPlayer Plugin
    0x7e0000 - 0x7e6fff libCGXCoreImage.A.dylib ??? (???) <4e1cd099b993b5ad9637cd0435a3a182> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x5121000 - 0x5122ffc com.apple.JavaPluginCocoa 12.0.0 (12.0.0) <0118f511530fa8d4fa6a0ee7ed9ca6f9> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x5217000 - 0x5218ffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x55bc000 - 0x55c3fff com.apple.JavaVM 12.0.0 (12.0.0) <7a7d795d9c93b302a8a2b838bcb6a914> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x5940000 - 0x5aacff9 com.apple.QuickTimeStreaming.component 7.3.1 (7.3.1) <e699390416843b42cdf5e80a55645f1f> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x5b09000 - 0x5b47ff7 com.apple.QuickTimeFireWireDV.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x5b51000 - 0x5baefff com.apple.applepixletvideo 1.2.10 (1.2d10) <39e2c68f9b3a8dec2ff4a31399800d88> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x5bcb000 - 0x5bcdffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5be1000 - 0x5c00fff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x5c22000 - 0x603ffef +com.macromedia.Flash Player.plugin 9.0.115 (1.0.4f60) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7435000 - 0x7461ff7 +org.HelixCommunity.HXClientKit HXClientKit version 0.0.1d1 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HXClientKit
    0x748d000 - 0x7638ffb +org.HelixCommunity.clntcore Version 10.0.0.762 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Common/clntcore.bundle/Contents/MacOS/clntcore
    0x7671000 - 0x76a7fff +org.HelixCommunity.vsrlocal Version 10.1.0.685 (10.1.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/vsrlocal.bundle/Contents/MacOS/vsrlocal
    0x76b1000 - 0x7716ffb +org.HelixCommunity.vidsite Version 10.0.0.442 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/vidsite.bundle/Contents/MacOS/vidsite
    0x7729000 - 0x7741fff +org.HelixCommunity.clntxres Version 10.0.0.2926 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/clntxres.bundle/Contents/MacOS/clntxres
    0x7747000 - 0x7777fff +org.HelixCommunity.authmgr Version 10.0.0.1161 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/authmgr.bundle/Contents/MacOS/authmgr
    0x77a0000 - 0x77c9fff +org.HelixCommunity.memfsys Version 10.0.0.701 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/memfsys.bundle/Contents/MacOS/memfsys
    0x77d2000 - 0x77e5fff +org.HelixCommunity.ramfformat Version 10.0.0.1490 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/ramfformat.bundle/Contents/MacOS/ramfformat
    0x7908000 - 0x7929fff +org.HelixCommunity.ramrender Version 10.0.0.1488 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/ramrender.bundle/Contents/MacOS/ramrender
    0x7940000 - 0x794fffe libSimplifiedChineseConverter.dylib ??? (???) <ebd07f62ca7e5c43550b75d61c8910d6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x7953000 - 0x7965ffd libTraditionalChineseConverter.dylib ??? (???) <c6896409186d7ccc1634a8ef79a55e29> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x7997000 - 0x79e6fff +org.HelixCommunity.rarender Version 10.0.0.762 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Plugins/rarender.bundle/Contents/MacOS/rarender
    0x79f2000 - 0x7a01fff +org.HelixCommunity.cook Version 10.0.0.1660 (10.0.0) /Users/robertsutton/Desktop/RealPlayer.app/Contents/Frameworks/HXClientKit.fram ework/HelixPlugins/Codecs/cook.bundle/Contents/MacOS/cook
    0x7b20000 - 0x7b4bffb com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x7b51000 - 0x7b55fff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x8fe00000 - 0x8fe309d3 dyld 95.3 (???) <a7be977c203ec5c76b2f25a7aef66554> /usr/lib/dyld
    0x9000a000 - 0x90034ff7 libssl.0.9.7.dylib ??? (???) <5dac2e94552ad76696c35bd6886f5a92> /usr/lib/libssl.0.9.7.dylib
    0x90035000 - 0x900bcffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x900bd000 - 0x900dcfff com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x900dd000 - 0x901c0feb libobjc.A.dylib ??? (???) <4a90e315bd1718c3f5ae09ee6c23e36c> /usr/lib/libobjc.A.dylib
    0x901c1000 - 0x901cefff libCSync.A.dylib ??? (???) <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x901cf000 - 0x901d8fff com.apple.DiskArbitration 2.2 (2.2) <9c8f8ade43fa25b32109ef9dcc0cb5d5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x901d9000 - 0x9025efff libsqlite3.0.dylib ??? (???) <7b379cb4220346e99c32c427d4539496> /usr/lib/libsqlite3.0.dylib
    0x90356000 - 0x90464ffb com.apple.PubSub 1.0.1 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90465000 - 0x904e0fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90525000 - 0x90538fff com.apple.LangAnalysis 1.6.4 (1.6.4) <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90539000 - 0x90554ffb libPng.dylib ??? (???) <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9055b000 - 0x90586ff7 libauto.dylib ??? (???) <c1f2bd227817ad7c7bf29ec74729ac7c> /usr/lib/libauto.dylib
    0x905b6000 - 0x905f7ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x905f8000 - 0x906b2fff libcrypto.0.9.7.dylib ??? (???) <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
    0x906b3000 - 0x909d6ff7 com.apple.QuickTime 7.3.1 (7.3.1) <e54aeb56261de12e1df813558626a75c> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x909d7000 - 0x915acfe3 com.apple.QuickTimeComponents.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x915ad000 - 0x916d2ff3 com.apple.CoreFoundation 6.5 (476) <9073c2bfdf6842562c8b7f0308109c02> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x916d3000 - 0x916f1fff libresolv.9.dylib ??? (???) <ee2b69c3b0d6d4a3167c307f1ee65cb5> /usr/lib/libresolv.9.dylib
    0x916f2000 - 0x9171bffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91727000 - 0x91e98fff com.apple.AppKit 6.5 (949) <ff6de5455323db3dba2d5b0373036823> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91ea5000 - 0x91edafff com.apple.AE 402 (402) <a4b92c8ac89cc774b85fb44c48b9d882> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91f66000 - 0x91f69fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91f70000 - 0x9200efff com.apple.QuickTimeImporters.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9200f000 - 0x9201dfff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x9201e000 - 0x92025ffb com.apple.print.framework.Print 218 (220) <c049174237183efe3afce707ce2c6d67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92036000 - 0x92044ff3 com.apple.opengl 1.5.5 (1.5.5) <32b2691d8949b7dec765af89ab04ffdd> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92045000 - 0x920a1fff com.apple.HIServices 1.6.0 (???) <a3e89f96e628703a20a2d2f587f3f983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x921c7000 - 0x924fefff com.apple.HIToolbox 1.5.0 (???) <fb1e7eb09bab8fc9c1675310da5b86ed> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924ff000 - 0x924fffff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92500000 - 0x9250ffff com.apple.DSObjCWrappers.Framework 1.2 (1.2) <2411674c821a8907449ac741ce6a40c3> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92510000 - 0x92624ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92625000 - 0x92626ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92627000 - 0x926b1fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92725000 - 0x92740ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <3246a5d1c6a3d678798a90e8c5cd3677> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92884000 - 0x92916fff com.apple.framework.IOKit 1.5.1 (???) <591b8b0cc4261db98a6e72e38eef5f9a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92917000 - 0x9291efff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9291f000 - 0x92965ff9 com.apple.securityinterface 1.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92966000 - 0x92997fff com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92998000 - 0x929fdffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x929fe000 - 0x92a0aff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92a0b000 - 0x92a6dffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92a6e000 - 0x92cb2ffb com.apple.Foundation 6.5.1 (677.1) <4152239382fb0f48abbcbf35bd04afa6> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92cb3000 - 0x92cc6ffb com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <7c299626d6167de473e85327699cdb9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92cc7000 - 0x92cd2ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x92cd3000 - 0x92d83fff edu.mit.Kerberos 6.0.11 (6.0.11) <16acc832b51b89fdbc563194596623c6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92d84000 - 0x92d9cffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92d9d000 - 0x931ccffa libGLProgrammability.dylib ??? (???) <4c75bd9e0eca8999aaa97c304f776b65> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x931ce000 - 0x9320afff libRIP.A.dylib ??? (???) <04b63e86e1df732262c361db22275a50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9324e000 - 0x9328bffe com.apple.securityfoundation 1.0 (32768) <233b3acd9c5329b8f49d2e2a63dc81c7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9328c000 - 0x93294fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x93295000 - 0x932a0fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x932a1000 - 0x932a7ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x932a8000 - 0x935d1fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x935d2000 - 0x93607ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93671000 - 0x93be3ff7 com.apple.CoreGraphics 1.351.0 (???) <424b6b6e1fe858a1a0ee3adc36d40634> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93be4000 - 0x93c98fff com.apple.DesktopServices 1.4.3 (1.4.3) <2ac43f20a262ad162ff0fc8b60b8e39a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93c99000 - 0x93c9eff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93d83000 - 0x93e4eff3 com.apple.QuickTimeMPEG4.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x93e4f000 - 0x94030ffb com.apple.security 5.0.1 (32736) <15632bf9bbdb223194b3d79a2e48e02d> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94050000 - 0x94050ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x94051000 - 0x94059ffb libCGATS.A.dylib ??? (???) <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9405a000 - 0x9405afff com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9405b000 - 0x9405bffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x940ab000 - 0x941c8ff7 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941c9000 - 0x9425fff7 com.apple.LaunchServices 286 (286) <a3a0b2af862e9a8945072f8cb523678f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94260000 - 0x942e1fff com.apple.print.framework.PrintCore 5.5 (245) <708e8418daf27acff77d7a9aebc54e94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x942e2000 - 0x942f2ffb com.apple.agl 3.0.9 (AGL-3.0.9) <ab2f91cfb4e503d2516df44852c35e81> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x942f3000 - 0x94349fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9434a000 - 0x94904fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94937000 - 0x94a7fff3 libicucore.A.dylib ??? (???) <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
    0x94a80000 - 0x94aa0ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94aa1000 - 0x94b01fff com.apple.CoreText 2.0.0 (???) <88030136aacddbb747a2eae3937885f5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94d93000 - 0x94e62fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94e63000 - 0x94ecaffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x94f30000 - 0x94f55ffb com.apple.CoreMediaPrivate 1.2 (1.2) <bfaa73969c48f0e4ed05876030599784> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x94f56000 - 0x950effe3 libSystem.B.dylib ??? (???) <8a6cd873dfa7ada786efac188f95ed1b> /usr/lib/libSystem.B.dylib
    0x950f0000 - 0x950f3ff3 com.apple.QuickTimeH264.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x950f4000 - 0x9513bfff com.apple.NavigationServices 3.5.1 (161) <b245f17b2b2902e1f9eeaaa6773f8126> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9513c000 - 0x951fbff9 com.apple.WebKit 1.1 (5523.10.6) <2010268bc671ef79128cf5dea245d8d7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x951fc000 - 0x951fefff com.apple.CrashReporterSupport 10.5.0 (156) <906c8d99acdeb122551a99cd930bf32f> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x951ff000 - 0x9555cffe com.apple.QuartzCore 1.5.1 (1.5.1) <e09ec58e69e2b4b8256eaa05d8a71f88> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9555d000 - 0x9558aff3 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9558b000 - 0x955a6ffb com.apple.openscripting 1.2.6 (???) <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x955bd000 - 0x9568bff7 com.apple.CoreServices.OSServices 210.2 (210.2) <bad4943629f870d305f2bc7c6dfffe2d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9568c000 - 0x956c4fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <d925dde7699e6231c88a41b0254a7591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x956c5000 - 0x956ecfff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x95736000 - 0x95736fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95737000 - 0x95738fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x95739000 - 0x957e9fff com.apple.QD 3.11.50 (???) <57b7475a61b2d27a600e0a0851d8c7be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x957ea000 - 0x95837ff7 libGLImage.dylib ??? (???) <9dbe7b634d7c01ae3684c547fbbd4d71> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95838000 - 0x958c0fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x958c1000 - 0x958c5ffe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x958c7000 - 0x958c9ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x958ca000 - 0x958e3fff com.apple.CoreVideo 1.5.0 (1.5.0) <f8d7df00a92b4a11b57221546274d806> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x958e4000 - 0x958e7ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x958e8000 - 0x95981ffb com.apple.ApplicationServices.ATS 3.0 (???) <34fed4b41a99f16e7103e0309a062c97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95982000 - 0x95a1bfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95a1c000 - 0x95a1cff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95c24000 - 0x95c2fff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95c30000 - 0x95d9bff9 com.apple.AddressBook.framework 4.1 (687) <55d0fd26085aeb25c536b051f53c1311> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95d9c000 - 0x95e4fffb com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <11a3413a91cb500bbd65b8620295005a> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95ebb000 - 0x961bbff3 com.apple.CoreServices.CarbonCore 783 (783) <fd2acaf23e95472f78b8a077fa039986> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x961bc000 - 0x961e1fff libcups.2.dylib ??? (???) <0cdb72a2f7d21cce6f7141cfb4063d4c> /usr/lib/libcups.2.dylib
    0x96231000 - 0x9631afff libxml2.2.dylib ??? (???) <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib
    0x9631b000 - 0x96332ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96333000 - 0x9647cffb com.apple.ImageIO.framework 2.0.0 (2.0.0) <437c9df52645bf8bead58967ea46ef17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9647d000 - 0x964f7ffd com.apple.CFNetwork 220 (221) <00b882d3d3325526b78ded74880759fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x964f8000 - 0x964fdfff com.apple.CoreMediaAuthoringPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x964fe000 - 0x96549ffb com.apple.Metadata 10.5.0 (398) <b6bb1fd5a7a9135f546b2d8cbd65eafc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9654a000 - 0x96588ff7 libtidy.A.dylib ??? (???) <5ed7eaf2c53383f5bf92fa2b8cd9d16d> /usr/lib/libtidy.A.dylib
    0x96589000 - 0x96599fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x9659a000 - 0x96b21ff3 com.apple.WebCore 1.1 (5523.10.6) <923d0cbd46b807ad69996377ee95e80e> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96b22000 - 0x96b41fff com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96b42000 - 0x96c06ff3 com.apple.CoreData 100 (185) <e07feef645427639349ed2c62abcf169> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <dc8f48ea3439e971b6ec6b51c5b7160a> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ffc libKoreanConverter.dylib ??? (???) <3516a913c9651dc5d3cbef3e1704b50f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Looking through the various threads in the Safari Discussions forum, it would appear that quite a few are experiencing similar problems which Hawaiian Starman and iBod have been able to help resolve.
    If any one can help I would be most grateful, but please try and keep it simple, as I am not very technically minded.
    Kind regards,
    Bob Sutton.

    Hi Robert,
    The Problem Report appears to be the same each time it crashes and seems to be pointing the finger at the Flash Player Plug-in.
    Yes and no. The final place where the thread bombs out refers to "...ple.ApplicationServices.ATS"
    ATS is Apple Type Service, in other words, font handling.
    Have you recently installed any new fonts? (Either as part of some new printer drivers, or Word processor installation etc?)
    Check in FontBook to see if you have [any duplicates and disable them if necessary|http://docs.info.apple.com/article.html?path=FontBook/2.0/en/fb1799.h tml].

  • Adobe flash player either hangs or crashes in Firefox

    Adobe flash player either hangs up the web browser Firefox or crashes within Firefox.  This has been occurring for about a year even though Firefox and the adobe flash player have been updated and upgraded many times over the last year.  Multiple crash reports have been sent to either Adobe or Firefox (I am not sure which one actually gets the crash report) but it appears someone knows about this issue since I seem to be getting more pop up boxes from Firefox now when the Windows 7 system seems to hang (no response from mouse when I try to close the Firefox browser window).  The pop up box states that Adobe flash player is not responding or in a loop so when I respond to the pop up window to cancel the task all the flash player displays in all of the open Firefox browser sessions crash.  However, if I use google chrome and the same ESPN videos that use Adobe flash player so far I have not seen the same issue of hangs or crashes.  So, is this a known issue with Adobe flash player and/or Firefox or has it just never been fixed correctly?
    Configuration:
    Sony VPCF2390X - I7-2760QM - 8 GB - GEForce GT 540M - 1920 X  1200 Resolution
    Windows 7 Home  Premium Service Pack 1 -  7.1.13.1088   64-bit
    Firefox 23.0.1
    Adobe Flash Player 11,8,800,115
    Message was edited by: Stingray99

    I use Firefox, which is a leading browser, I think we'd say, and I think I had far fewer plug-ins until I updated to the new Adobe Flash Player today.  As for your challenge to come up with a plugin, I'm a poor sucker who's developed nothing more in my lifetime that Word and Excel docs. I'm totally at the mercy of what all software developers throw at the public.  As for crap on my computer, I've tried to get rid of everything I can, crap or not, just in case it could affect Adobe Crash. Do you see anything here that looks suspicious?
    Unknown Plugins
    Plugin Status Action
    Microsoft® DRMDRM Netscape Network Object
    unknown
    Research
    Windows Presentation FoundationWindows Presentation Foundation (WPF) plug-in for Mozilla browsers
    unknown
    Research
    Microsoft Office 2010The plug-in allows you to open and edit files using Microsoft Office applications
    unknown
    Research
    DivX VOD Helper Plug-inDivX VOD Helper Plug-in
    unknown
    Research
    npFFApinpFFApi
    unknown
    Research
    DivX Plus Web PlayerDivX Plus Web Player version 2.3.1.51
    unknown
    Research
    These plugins are up to date
    Plugin Status Action
    Windows Media Player Plug-in Dynamic Link LibraryNpdsplay dll
    3.0.2.629
    Up to Date
    Java(TM) Platform SE 7 U25Next Generation Java Plug-in 10.25.2 for Mozilla browsers
    10.25.2.17
    Up to Date
    Adobe AcrobatAdobe PDF Plug-In For Firefox and Netscape 11.0.04
    11.0.4.63
    Up to Date
    Shockwave FlashShockwave Flash 11.8 r800
    11.8.800.168
    Up to Date
    Back to Top

  • Possible legal case issue with google chrome pepper flash player.

    Ok so i have been on the phone to adobe for about an hour and this is the result.
    As far as adobe are concerned their flash player works fine which it does.
    However the google chrome Pepper flash player is obviously broken.
    Now adobe say this has nothing to do with them their flash player is fine and googles version of adobe flash player has nothing to do with ADOBE either.
    So why when you go into chrome plugin settings it says ADOBE flash player.
    It doesn't say Google Flash player.
    It says ADOBE Flash player.
    So it seem to me that either google have stolen the Adobe flash player then made their own and broke it. OR Adobe let them make their own version and is fully aware of the issue but doesn't care?
    How can Adobe ignore this issue for so long is disgraceful.
    Adobe should be in contact with google saying what have you done to OUR Flash player.
    Please the CEO of adobe should sort this out OR at least provide evidence that google hasn't stole Adobe flash player and broke it.
    This situation is completely unacceptable and i belive a legal case should be opened if Adobe has NOT given permission for google to use and implement a version of ADOBE's Flash player.

    your not going to like this, but i would of said the exact same thing myself, im a flash developer, i use chrome as my main browser with pepper running for general use. and from day to day im looking at javascript websites with simple little flash video players and adverts with spinning bitmaps, with no issues apart from the usual crashes when running flash videos, followed by that "oh snap" error message, which im sure the 18 year olds developing chrome find very ammusing. And of course when im developing flash applications im using the debugger version of the flash player in all my browsers like you should do, then i come to test my app on a pepper enabled instance of chrome one day and oh look at that nothing works. maybe if your running some basic timeline animation of a spinning dollar sign or a youtube video with some kids jumping off a roof it works, but a hell of alot is broken, loaders, loading fonts, uploading files, reloading cached files, and a plethora of things iv read in forums that i cant even get to try because i cant get anything to load consistently or find a debugger version of the pepper player to do a getStackTrace. i tried emptying all the caches and data from hosted apps, i tried deleting preference folders, tried recreating flash projects in flash builder from scratch, tried different versions of windows, tried testing it in the chrome beta, but that's even worse because instead of posting an error message it just hangs on a black screen in my app. none of this happens in any other version of the flash player i have tested so far, im tracking all errors that users of my app run into by logging them to a database and all of them are specific to pepper, and reproducable. In chromes bug reporting section there's a long list of these kinds of issues, its been like this for months, peoples businesses are being ruined by this stupid tiny little .dll file and the only solution anyone has found, other than the odd hack that fixes some bugs like setting video resolution to 479 instead of 480 to make a video stream play because google didnt bother to test anything other then the most basic default functions... Is to just throw a warning message to people with pepper player to go into their chrome plugins page, press a tiny little button in the corner to show some complicated dll file information, press another tiny disable button under the not very well marked pepflashplayer.dll, and then select always allow at the bottom so you don't have to deal with chrome blocking any working flash player other than pepper from running because its out of date. which in the end probably takes longer than installing the real flash player in the first place, there is literally no need for this damn dll file to even exist and for some mind blowing reason it has the exact same version number as every other flash player i have tried, which all work flawlessly. and also then obviously most people ignore the warning messages, continue to use your app wonder why its crashing, get frustrated and leave... So my only alternative so far is to totally block anyone using pepper player from even being able to load my app and tell them to do all of the above or use Internet explorer which seems to actually have a working built in flash player. so that instantly cuts out, as ofFebruary 2013, 50.0 % of Internet users unless they boot up internet explorer then manually navigate back to my webpage. which can make a huge dent to the amount of people who actually bother to even try your app.
    Now you may be saying to yourself "well he sounds a bit miffed about this pepper player that for me seems to work fine". maybe there's some kind of hack way to get swfs running in pepper that only some of you in the know, know about, google doesn't have any answers, when i rang adobe they were utterly clueless, when i rang google there wasn't even a human being to talk to from that faceless corporate monstrosity. and iv got 4 years worth of development time riding on this damn flash app which, unless adobe pull the plug on pepper, or google learn how to bundle other peoples software. is totally useless just as im trying to deploy it, and im going to have to copy and paste the whole lot into some .js files and try to reverse engineer it all into javascript which means gutting all the stuff that you can only do in flash, which is about half of it. now obviously you start asking questions like, how could it be possible that a version of flash this flea-ridden was ever allowed to be let out into the jungle when sooooo much is at risk for certain types of businesses that rely on this technology. you could literally put people out of a job by doing this, the man on the phone from adobe says well its not our problem its googles version and they are in charge of it, well if that's the case you better pull the licensing quick fast because it makes adobe look bad and the the flash brand look even worse. normal chrome users who arn't even trying to peddle their wares made in flash are even complaining that its "poisoning" their beloved chromium, and the most they have to suffer with is a buggy experience in a flash game but those of us with serious time and work invested into flash and businesses based on it are utterly fuming.
    Now, either you think this is all nonsense, you see no evidence, i must be doing something wrong, and all these cases im reading are just my imagination. Or you are fully aware of this situation and you are just saying the thing devs including myself always have to say to our users when we don't have a good answer or time to worry about it "Everything works great on my system, just submit a bug report". or you are so disconnected that you simply don't know about it yet and this is just a total waste of my time and anybody worth talking to his hidden deep in the bowels of adobe barred from communicating with the outside world.
    What i want to hear is that indeed you are fully aware of and informed about these issues, and within 1 month the pepper player will be removed from chrome and users will be allowed to use the official flash player from adobe which will remain stable and fully functional.

  • OS 10.3.9 Safari v1.3.2, Youtube not working, Need new Adobe Flash player

    Youtube stopped working over the weekend. Instead of seeing videos I see the text "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player." I clicked on the link and downloaded the latest version and it still doesn't work. I verified that javascript is, in fact, turned on so I know that's not the problem. Looking at my installed plugins the version that was installed is "Shockwave Flash 9.0 r115".
    Reading other forums, is there a problem with this latest version of Shockwave Flash? Can anyone please help???

    Adobe FlashPlayer should first be uninstalled using the appropriate uninstaller available here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=2 and then the latest version obtained from here: http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash and installed.
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS)
    Some users have mentioned that the latest Flash Player (v.9.0.115.0) conflicts with Leopard, and that they have needed to revert to v. 9.0.47. This can be downloaded from here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=1
    This might be wroth a try in your case, even if are on Panther.

  • Flash player still not working after following all discussion advice

    Requested information:  I have Internet explorer 9/ using 32 bit on 64 bit computer/windows 7/flash player 10.2 version
    I contracted what my husband called a "rider" virus when I opened a knitting pattern of all things and if I understood it correctly was one of the anti-malware viruses talked about.  My husband was able to remove the virus but like others have said here, my flash player will not work.  My computer is only 3 months old!
    Here is what we have done:
    1: First removed all flash player and shock wave
    2: I have run a full scan with my Mcafee program, then ran a full scan and quick scan too with my malwarebytes program.  Everything in both is now clean.  I then rebooted (I also even tried doing all of this in safe mode too with nothing changing)
    3: came online and read a bazillion threads about others problems and tried every suggestion pretty much including those below
    4:  husband checked the kill bit (d27 thingy) and it was not there
    5: reinstalled flash player and shock after running the scans and though they show up in my programs when I looked at the add ons as suggest to others the
    neither shockwave or Flash Object was there
    6: uninstalled everything again
    So now I am back to where I started with nothing installed because I still have an issue and we don't know what it is.  I truly appreciate your help in any way as it is frustrating that none of the other suggestions have helped.
    this may not as my grandma used to say have anything to do with the price of rice in china, but we do keep getting a short freeze up on the computer followed by a message that the display driver stopped responding and recovered then it works again, but it does happen fairly frequently and this has been since the virus.  I am showing everything is clean though with regards to virus scans and malware spyware scans.

    Just when I thought I would finally find the answer you sent a message offline, which didn't help me a bit.
    I have the same problem.  My wife got a virus and I was able to uninstall it by poking around.  After killing the virus IE would not run.  I found some messages on the internet which enabled me to solve that problem by making some registry changes.  However, I still have not been able to get IE to run flash.  I do have it running in FireFox.
    What was the step that you sent in private email that enabled him top solve the problem?
    Thanks

  • Can't install latest Flash player 10.1 for Opera 10.53

    Hi all
    Having a weird problem installing Flash Player 10.1.53.64. Flash is only installed partially, differently from earlier versions.
    OS: Windows XP SP 3 (32bit)
    Browser: Opera 10.53
    old Flash player version: 10.0.45.2
    I tried updating my Flash player today because of the security issues. I did it like I always do, following these steps, after of course closing all browsers and IM clients etc:
    1) download Flash uninstaller "uninstall_flash_player.exe" (md5: D049CF4ECD36EAC817D6D9025B470639) from http://kb2.adobe.com/cps/141/tn_14157.html?promoid=DNRTE and run it when logged in as Administrator. The uninstaller said uninstallation was completed successfully. I manually checked that Flash files were deleted from c:\Program Files\Opera\program\plugins\ and c:\WINDOWS\system32\Macromed\Flash\ folders.
    2) download Flash installer for non-IE browsers "install_flash_player.exe" (md5: 6E23EADBA1E84F43E5D28053A8BA27A9) from http://get.adobe.com/flashplayer/otherversions/ and run it as Admin. The installer said installation was successful. I manually checked the C:\WINDOWS\system32\Macromed\Flash\ folder and found NPSWF32.dll and FlashUtil10h_Plugin.exe added there. I then checked the Opera plugin folder c:\Program Files\Opera\program\plugins\ only to discover there was no NPSWF32.dll there. Previous versions of Flash player always installed that file in the Opera plugin folder because otherwise it won't work.
    3) Started Opera, went to the adobe.com Flash test page. It didn't work. Flash is not installed, Flash video doesn't work and NPSWF32.dll does not show up in Opera's plugin list.
    In short: Flash installer installs to the system32\Macromed folder, but not to the browser plugin folder. Any ideas? Is this a bug? Thanks for helping

    FDF2ndltn,
    I noticed a few things you said about how you installed Flash and I want to ask you about them plus some other questions. Did you ever have IE with Flash working before using Opera or another browser primarily? I have always updated Flash in the following manner: Delete Flash using current Adobe uninstaller; delete Shockwave using uninstaller from Shockwave Program folder; download Flash for IE (ActiveX); download Flash installer for non-IE browsers to my desktop and run; download Shockwave Player to my desktop and run. I don't know if there is a relationship between IE and the other browsers that gets affected when only non-IE Flash is installed.
    This probably isn't significant, but have you tried downloading the installer from "Filehippo" directly to your desktop, and running it from there instead of from a special folder? It could affect which programs get updated.
    Do you have any program that has a setting to kill/disable flash? For example, I have SpywareBlaster and it has a kill flash setting for IE that can alter flash installation and function. I don't know if Firefox has one, and if so, would it affect the other browsers.
    How many accounts do you have on your system and how are they set up, for example, again: I have one Admin account and two Limited accounts. There is never a time when I don't have at least one of my accounts with Administrator rights. The reason I ask is because software can sometimes not function properly due to permission issues involving Admin and Limited accounts. Once in the past I had to manually adjust permission rights to make a program work, but it was something an MS expert published as an interim fix for one of my programs.
    Below are both my install logs that were in my C:\WINDOWS\system32\Macromed\Flash folder after I installed Flash (both IE and non-IE). Sorry Adobe, but I did not know how to best post or display the logs other than as you see them.
    FlashInstall.log
    =O====== M/10.1.53.64 2010-06-12+05-04-57.062 ======== 0000 [I] 00000010 "C:\Documents and Settings\Admin\Desktop\uninstall_flash_player.exe" -force  0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2 0002 [W] 00001018 0003 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2 0004 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2 0005 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2 0006 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2 0007 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2 0008 [W] 00001021 0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2 0010 [W] 00001018 0011 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2 0012 [W] 00001019 0013 [W] 00001020 0014 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2 0015 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2 0016 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2 0017 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2 0018 [W] 00001021 0019 [W] 00001036 Software\Opera Software/Last CommandLine 2 0020 [W] 00001036 Software\Opera Software/Plugin Path 2 =X====== M/10.1.53.64 2010-06-12+05-05-11.812 ======== =O====== M/10.1.53.64 2010-06-12+06-14-36.234 ======== 0000 [I] 00000010 "C:\Documents and Settings\Admin\Local Settings\Temporary Internet Files\Content.IE5\18K1K8R2\install_flash_player_ax[1].exe" 0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2 0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2 0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2 0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2 0005 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10h.ocx 0006 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe 0007 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.dll =X====== M/10.1.53.64 2010-06-12+06-15-10.218 ======== =O====== M/10.1.53.64 2010-06-12+07-04-47.734 ======== 0000 [I] 00000010 "C:\Documents and Settings\Admin\Desktop\install_flash_player.exe" 0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2 0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2 0003 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2 0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2 0005 [W] 00001036 Software\Opera Software/Last CommandLine 2 0006 [W] 00001036 Software\Opera Software/Plugin Path 2 0007 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll 0008 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_Plugin.exe 0009 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash =X====== M/10.1.53.64 2010-06-12+07-05-03.906 ========
    install.log
    Start CustomBrowserList  - Date=04/03/2010 (Thursday) Time=21:43:22 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: wrote 17920 to "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 829 FindRunningBrowsers IfFileExists: file "C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll" does not exist, jumping 834 Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: wrote 4096 to "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) Pop: stack empty Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll" (overwriteflag=1) End FindRunningBrowsers Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 698 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) New install of "Adobe Flash Player Plugin" to "C:\WINDOWS\system32\Macromed\Flash" Section: "" Call: 632 Call: 324 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) Jump: 418 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) Jump: 465 Delete: "C:\WINDOWS\system32\Macromed\Flash\install.log" Delete: DeleteFile("C:\WINDOWS\system32\Macromed\Flash\install.log") Delete: DeleteFile failed("C:\WINDOWS\system32\Macromed\Flash\install.log") settings logging to 1 logging set to 1 Start Main Section - Date=04/03/2010 (Thursday) Time=21:43:23 CreateDirectory: "C:\WINDOWS\system32\Macromed\Flash" (1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 645 Start Safety Check Call: 116 Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\UserInfo.dll" File: wrote 4096 to "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\UserInfo.dll" CheckAdminPermissions Name = Admin Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\UserInfo.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\UserInfo.dll" (overwriteflag=1) CheckAdminPermissions Account Type = Admin Jump: 148 Call: 148 Call: 74 Jump: 111 GetWindowsVersion - 603 CheckSupportedPlatform  - OS=XP Call: 1118 CheckFPPermissions Call: 74 Jump: 111 GetWindowsVersion - XP End Safety Check Call: 1141 CallUninstallers Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1576 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1575 End CallUninstallers Call: 973 FindPlugins FOUND - Pop: stack empty Pop: stack empty Call: 164 Jump: 209 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 309 Call: 164 Jump: 209 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 309 Call: 1596 ProcessOperaPath Call: 164 Jump: 209 Jump: 221 Jump: 309 Call: 164 Jump: 209 Jump: 221 Jump: 221 Jump: 309 Call: 164 Jump: 201 Jump: 209 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 221 Jump: 309 Jump: 1621 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) End ProcessOperaPath End FindPlugins Call: 1058 RemovePlugins Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1073 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Delete: "C:\Program Files\Opera\Program\Plugins\\NPSWF32.dll" Delete: "C:\Program Files\Opera\Program\Plugins\\NPSWF32_FlashUtil.exe" Delete: "C:\Program Files\Opera\Program\Plugins\\flashplayer.xpt" Delete: "C:\Program Files\Opera\Program\Plugins\\GetFlash.exe" Delete: "C:\Program Files\Opera\Program\Plugins\\GetFlash.exe.manifest" Jump: 1072 Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Jump: 1102 Delete: "C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll" Delete: "C:\WINDOWS\system32\Macromed\Flash\NPSWF32_FlashUtil.exe" Delete: "C:\WINDOWS\system32\Macromed\Flash\flashplayer.xpt" End RemovePlugins File: overwriteflag=0, allowskipfilesflag=2, name="NPSWF32.dll" File: wrote 3884312 to "C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll" File: overwriteflag=0, allowskipfilesflag=2, name="NPSWF32_FlashUtil.exe" File: wrote 256280 to "C:\WINDOWS\system32\Macromed\Flash\NPSWF32_FlashUtil.exe" File: overwriteflag=0, allowskipfilesflag=2, name="flashplayer.xpt" File: wrote 856 to "C:\WINDOWS\system32\Macromed\Flash\flashplayer.xpt" Call: 1630 InstallOperaPlugin CopyFiles "C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll"->"C:\Program Files\Opera\Program\Plugins\" CopyFiles "C:\WINDOWS\system32\Macromed\Flash\NPSWF32_FlashUtil.exe"->"C:\Program Files\Opera\Program\Plugins\" CopyFiles "C:\WINDOWS\system32\Macromed\Flash\flashplayer.xpt"->"C:\Program Files\Opera\Program\Plugins\" End InstallOperaPlugin WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayerPlugin\Components" "Main"="1" End Main Section Section: "" Start Post Section WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayerPlugin" "Path"="C:\WINDOWS\system32\Macromed\Flash" DeleteRegKey: "HKEY_LOCAL_MACHINE\Software\MozillaPlugins\@macromedia.com/FlashPlayer8" DeleteRegKey: "HKEY_LOCAL_MACHINE\Software\MozillaPlugins\@macromedia.com/FlashPlayer9" DeleteRegKey: "HKEY_CURRENT_USER\Software\MozillaPlugins\@macromedia.com/FlashPlayer8" DeleteRegKey: "HKEY_CURRENT_USER\Software\MozillaPlugins\@macromedia.com/FlashPlayer9" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "Path"="C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "XPTPath"="C:\WINDOWS\system32\Macromed\Flash\flashplayer.xpt" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "ProductName"="Adobe® Flash® Player Plugin" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "Vendor"="Adobe Systems Incorporated" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "Description"="Adobe® Flash® Player 10" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer" "Version"="10.0.45.2" created uninstaller: 6325, "C:\WINDOWS\system32\Macromed\Flash\uninstall_plugin.exe" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "DisplayName"="Adobe Flash Player 10 Plugin" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "DisplayVersion"="10.0.45.2" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "Publisher"="Adobe Systems Incorporated" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "URLInfoAbout"="http://www.adobe.com/go/getflashplayer" Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) Call: 1717 File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll" (overwriteflag=1) WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "DisplayIcon"="C:\WINDOWS\system32\Macromed\Flash\uninstall_plugin.exe" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "UninstallString"="C:\WINDOWS\system32\Macromed\Flash\uninstall_plugin.exe" WriteRegDWORD: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "NoModify"="0x00000001" WriteRegDWORD: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" "NoRepair"="0x00000001" WriteRegStr: "HKEY_CURRENT_USER\SOFTWARE\Macromedia\FlashPlayer" "FlashPlayerVersion"="10.0.45.2" WriteRegStr: "HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer" "SwfInstall"="0" End Post Section Call: 1717 File: overwriteflag=1, allowskipfilesflag=2, name="C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" File: skipped: "C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll" (overwriteflag=1) Delete: DeleteFile("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\browser_listing.ini") Delete: DeleteFile("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\NSISArray.dll") Delete: DeleteFile("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\nsProcess.dll") Delete: DeleteFile("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\System.dll") Delete: DeleteFile("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\UserInfo.dll") RMDir: RemoveDirectory("C:\DOCUME~1\Admin\LOCALS~1\Temp\nss7.tmp\")
    Lastly, I have to mention again, my use of CCleaner and Regcleaner to clean my registry during uninstalls and installs. I have always used them as you've already read, so I can't tell you how my system would work without their use. I can't tell you whether registry entries get left on your system even after uninstalls. You checked your system folders, but it's not uncommon that items get left somewhere in your registry. Looking at the logs, you can see how some of the registry keys are getting affected. But, as I've said before, proceed with caution when using registry cleaners.

Maybe you are looking for

  • Windows Vista won't install device driver for Palm Centro

    My Windows Vista PC can't seem to find the device driver info to install my new Palm Centro.  I've downloaded the latest version of Palm software.  Any ideas?  Thanks! Post relates to: Centro (AT&T) This question was solved. View Solution.

  • Home sharing - can see movie on iPhone, but it won't play.

    I've got home sharing set up on iTunes and in my iPhone 3GS. I'm in the process of testing the digitizing of my home DVD library into iTunes, and have made my first attempt.  The film works fine in iTunes on my Mac, and I can see it on my iPhone, but

  • How can i get german apps onto my american ipod touch

    Can i get german apps onto my american ipod touch ?

  • FF.4 report

    User is interested that the system automatically populates the checking cashing time on the vendor master based on previous payments. I found the report FF.4 . I want to know how this progarm works. do we have to have cash management module configure

  • How to check pc file path validity?

    Hi,    In my program I have to extract so much SAP data and write in a file in the fornt-end PC. In the selection screen I will input the filepath\name to write the data. But how should I check whether the filepath is valid or not in the 'AT SELECTIO