Why does embeded .swf file goes crazy in IE but not in other browsers?

hi everyone
I'm building a SharePoint page with an embedded .swf file that is capable of detecting the current URL to activate and show content. Everything goes smoothly in all the browsers I've tested it except IE. When I open the SharePoint page in IE the .swf just reproduces the frames non stop, It completely ignores my scripts and I cant find anything that could be responsible of this. besides the url detection script, i just have simple button configuration for the timeline and general stops.
any idea?.....anyone?

Normally when swf's play differently for different browsers it is due to the embedding code used in the html page.

Similar Messages

  • Why does lightroom read my images on my laptop but not on my desktop from an external hard drive?

    I use an external hard drive for my Lightroom images. When I travel I take that external (plus a second identical one for back-up) with me and use my laptop. When I return home, I use that external to view and edit my images on my desktop. Suddenly about 350 images show up as missing or offline when I view that external drive on my desktop. When I return it to my laptop, everything is fine. Nothing is seen as offline or missing. What can have happened? I use the same external, the same catalog and do not understand why the images are seen only on one computer and not the other. I am an Apple user but can't see what difference that would make. This is the first time I have had this problem. Help would be appreciated.

    Thanks for your thoughts. I have compounded my problem now by upgrading my desktop's operating system. (I had upgraded my laptop and thought that that might be a problem...two different operating systems) Now my desktop cannot open Lightroom 4.2 for some reason. I have an appointment with the Apple people tomorrow so I will see what comes next. Right now it is from the frying pan into the fire for me.
    Check "New Images" Gallery at:
    http://Noffi.smugmug.com

  • Embedded SWF files auto starting in IE but set to not auto play - Chrome, Firefox, Safari work ok

    One of the web masters at my school has embedded several Captivate 5 swf files in a web page.  I had re-exported all of them to not auto start after we realized that the originals were set to auto play upon loading (someone else made the orginials...).  Caches have been cleared on IE9, but yet, when that page loads, all of the no auto-play swfs start playing.  On Chrome, Firefox and Safari, none of them start playing when the page is loaded.  Does anyone have a clue why IE9 might be doing this and how to fix it?
    Thanks,
    Sue

    Am I correct in assuming that when your web developer set these SWFs up on the same page that he did not use the default HTM page that Captivate creates?  Did he just embed them into the web page using standard Dreamweaver code for SWFs?
    Do the same Captivate SWFs start automatically if you upload them to your web server individually with the HTM and JS files that Captivate creates?  If not, then your web developer might be better off embedding the content in his web page using individual iframes pointing at the HTM file rather than the method he previously chose.

  • Swf files appearing in preview (D8) but not n browser after uploading - frustrated!

    Hello,
    I have worked with Flash and Dreamweaver on the side for a
    number of years. We all know that after the recent changes, the way
    it handles object and embed tags has changed to favor Java
    actionscripts instead.
    This code I am about to paste was created using Dreamweaver
    8.02, with transitional (x) html. Now mind you, this is not the
    prettiest piece of code you've ever seen. I now am learning to use
    CSS layouts instead of layers/tables, with php and flash
    integrated. This one example is not the only time I have had this
    problem however.
    I made a silly flash banner (its actually a placeholder for a
    better one I have to develop) for testing purposes and sizing. It
    appears fine in Firefox, and IE6 in the preview mode via
    Dreamweaver. When I upload it all to the site, the flash banner
    does not appear.
    I have tried copying the FLA and SWF files to the root folder
    (the fla, swf, and html files generated are all present), and tried
    a number of variations in the code and parameters to no avail. The
    darn thing just won't appear now. Similarly older pages I have
    created that Dreamweaver now prompts you to "fix the object tag
    that may not work in IE7...etc" have the same issue. If I select
    "go ahead and fix them for me", they are visible in production, but
    gone after uploading.
    Now to remove the possibility that this was a layering or
    parent tag issue of visibility, I created a blank HTML page and
    "insert/media/flash" and stuck the banner in there, then uploaded
    it to my server. It doesn't appear.
    I need help. I have been scouring the web for a few days now
    to no avail and have become quite frustrated with what used to be a
    really easy integration of Flash and html.
    Here is the top chunk of code from the page in question: (the
    page is live with the missing banner here:
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Shirtworks custom T shirts, silk screening,
    inkjet printing, embroidery, event, club, sport, organization,
    holiday, humor, clothing</title>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <style type="text/css">
    <!--
    #Layer1 {
    position:absolute;
    width:999px;
    height:690px;
    z-index:1;
    left: 4px;
    top: 3px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(Shrtwrks_bkgrnd5.jpg);
    visibility: visible;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css" media="all" />
    <style type="text/css">
    <!--
    #Layer2 {
    position:absolute;
    width:128px;
    height:309px;
    z-index:2;
    left: 8px;
    top: 197px;
    visibility: visible;
    #Layer3 {
    position:absolute;
    width:804px;
    height:457px;
    z-index:3;
    left: 179px;
    top: 215px;
    visibility: visible;
    #Layer4 {
    position:absolute;
    width:1000px;
    height:27px;
    z-index:4;
    left: 4px;
    top: 697px;
    visibility: visible;
    #Layer5 {
    position:absolute;
    width:528px;
    height:150px;
    z-index:5;
    left: 214px;
    top: 11px;
    visibility: visible;
    -->
    </style>
    </head>
    <body
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg','MenuTe xt/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_over.jpg','MenuText/D irections_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Contact_over.jpg')">
    <div id="Layer5">
    <table width="533" height="141" border="0">
    <tr>
    <td><script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','dat a','Banner1.html','width','525','height','143','hspace','0','vspace','0','align','middle', 'border','0','title','Banner1','src','Banner1','pluginspage','http://www.macromedia.com/go /getflashplayer','scale','noborder','movie','Banner1'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    data="Banner1.html" width="525" height="143" hspace="0" vspace="0"
    align="middle" border="0" title="Banner1">
    <param name="movie" value="Banner1.swf" />
    <param name="SCALE" value="noborder" />
    <embed src="Banner1.swf" width="525" height="143"
    hspace="0" vspace="0" align="middle" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"
    scale="noborder"></embed>
    </object></noscript></td>
    </tr>
    </table>
    Understanding this change is fundamental in my developing
    process as a designer, and will save my sanity. I appreciate any
    help.
    Mike

    Did you upload this folder?
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "MalikyeMoon" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > I have worked with Flash and Dreamweaver on the side for
    a number of
    > years.
    > We all know that after the recent changes, the way it
    handles object and
    > embed
    > tags has changed to favor Java actionscripts instead.
    >
    > This code I am about to paste was created using
    Dreamweaver 8.02, with
    > transitional (x) html. Now mind you, this is not the
    prettiest piece of
    > code
    > you've ever seen. I now am learning to use CSS layouts
    instead of
    > layers/tables, with php and flash integrated. This one
    example is not the
    > only
    > time I have had this problem however.
    >
    > I made a silly flash banner (its actually a placeholder
    for a better one I
    > have to develop) for testing purposes and sizing. It
    appears fine in
    > Firefox,
    > and IE6 in the preview mode via Dreamweaver. When I
    upload it all to the
    > site,
    > the flash banner does not appear.
    >
    > I have tried copying the FLA and SWF files to the root
    folder (the fla,
    > swf,
    > and html files generated are all present), and tried a
    number of
    > variations in
    > the code and parameters to no avail. The darn thing just
    won't appear
    > now.
    > Similarly older pages I have created that Dreamweaver
    now prompts you to
    > "fix
    > the object tag that may not work in IE7...etc" have the
    same issue. If I
    > select "go ahead and fix them for me", they are visible
    in production, but
    > gone
    > after uploading.
    >
    > Now to remove the possibility that this was a layering
    or parent tag issue
    > of
    > visibility, I created a blank HTML page and
    "insert/media/flash" and stuck
    > the
    > banner in there, then uploaded it to my server. It
    doesn't appear.
    >
    > I need help. I have been scouring the web for a few days
    now to no avail
    > and
    > have become quite frustrated with what used to be a
    really easy
    > integration of
    > Flash and html.
    >
    > Here is the top chunk of code from the page in question:
    (the page is
    > live
    > with the missing banner here:
    >
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Shirtworks custom T shirts, silk screening,
    inkjet printing,
    > embroidery, event, club, sport, organization, holiday,
    humor,
    > clothing</title>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <style type="text/css">
    > <!--
    > #Layer1 {
    > position:absolute;
    > width:999px;
    > height:690px;
    > z-index:1;
    > left: 4px;
    > top: 3px;
    > margin: 0 auto;
    > overflow: hidden;
    > background-image: url(Shrtwrks_bkgrnd5.jpg);
    > visibility: visible;
    > }
    > -->
    > </style>
    > <script type="text/javascript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    >
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css"
    > media="all" />
    > <style type="text/css">
    > <!--
    > #Layer2 {
    > position:absolute;
    > width:128px;
    > height:309px;
    > z-index:2;
    > left: 8px;
    > top: 197px;
    > visibility: visible;
    > }
    > #Layer3 {
    > position:absolute;
    > width:804px;
    > height:457px;
    > z-index:3;
    > left: 179px;
    > top: 215px;
    > visibility: visible;
    > }
    > #Layer4 {
    > position:absolute;
    > width:1000px;
    > height:27px;
    > z-index:4;
    > left: 4px;
    > top: 697px;
    > visibility: visible;
    > }
    > #Layer5 {
    > position:absolute;
    > width:528px;
    > height:150px;
    > z-index:5;
    > left: 214px;
    > top: 11px;
    > visibility: visible;
    > }
    > -->
    > </style>
    >
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg
    >
    ','MenuText/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_ov
    >
    er.jpg','MenuText/Directions_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Con
    > tact_over.jpg')">
    > <div id="Layer5">
    > <table width="533" height="141" border="0">
    > <tr>
    > <td><script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','data','Banner1.html','width','525','height','143','hspace','0
    >
    ','vspace','0','align','middle','border','0','title','Banner1','src','Banner1','
    > pluginspage','
    http://www.macromedia.com/go/getflashplayer','scale','noborder','m
    > ovie','Banner1' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" data="Banner1.html" width="525"
    height="143" hspace="0"
    > vspace="0" align="middle" border="0" title="Banner1">
    > <param name="movie" value="Banner1.swf" />
    > <param name="SCALE" value="noborder" />
    > <embed src="Banner1.swf" width="525" height="143"
    hspace="0"
    > vspace="0" align="middle"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"
    scale="noborder"></embed>
    > </object></noscript></td>
    > </tr>
    > </table>
    >
    > Understanding this change is fundamental in my
    developing process as a
    > designer, and will save my sanity. I appreciate any
    help.
    >
    > Mike
    >

  • Why does Build Application vi work in development environment but not in executable; error 1025

    Hello,
    I have an application ("A") that I am trying to build using another application ("BuildA").
    I can create an application for A manually from its project using the Build Specification, and it works fine (A.exe).
    Also, when I run BuildA.vi in the development environment it calls the "Build.vi" correctly and again builds application A.exe just fine.
    Then, when I make BuildA an application (manually) and run BuildA.exe, I would expect it to also create A.exe just like BuildA.vi did in the development environment.
    However, it fails with the error:
    Code: 1025
    Open VI Reference in NI_App_Builder_API.lvlib:Build (path).vi->BuildA.vi<APPEND>
    VI Path: <b>C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi</b>
    I noticed this thread , which looks like a similar problem, but no conclusion was reached.
    Why does BuildA.vi work fine in the LabVIEW environment, but the application BuildA.exe does not work?  All paths are hard-coded, so it shouldn't be a path issue.
    Thanks,
    -john
    Solved!
    Go to Solution.
    Attachments:
    AppBuild.zip ‏175 KB

    Interesting code.  I'm curious how you came to decide 324ms in your while loop, and 58 in the other, and then 5136ms at the end.  In any case I suspect this has to do with this line of text in the help of the Build.vi.
    If you plan to run a build specification on the LabVIEW Run-Time Engine, do not include the Build VI in any of the VIs for the build specification.
    I don't fully know what this means but it might be why it isn't working.
    The Build.vi opens all Context (application instances) and then looks for the one named "NI.LV.MxLvProvider".  This I assume is a application instance NI uses to build applications.  It then uses this and opens some other VIs in this instance for the building.  The error you are getting is "Application Reference is invalid" meaning it couldn't find the NI.LV.MxLvProvider instance it needs to build.  Again I believe this maybe because you are in a run-time environment and that instance doesn't exist there.
    At the end of the day I'm guessing since Application Builder is not free, NI probably doesn't include it in the Run-Time engine, which is free.  So you can't build the way you want.  You could have and EXE running in the run-time open an instance in the development, then run your VI from there if you must make this an EXE.  It maybe easier to just edit the BuildA.vi to have a "Run When Opened" so that you double click the VI and it runs which behaves like an EXE sorta.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Why does my Web Handler work with Internet Explorer, but not with Firefox

    I am trying to develop a web page that uses the Simile Timeline (http://code.google.com/p/simile-widgets/wiki/Timeline) with data from SQL Server.
    In initial testing of my timeline I tested it with Example.xml, a static XML file in the correct format to be event data. I wrote the following in the appropriate place within mytimeline's Javascript: -
    var WebHandler = "Example.xml"
    tl.loadXML(WebHandler, function (xml, url) { eventSourceFamily.loadXML(xml, url) });
    This worked fine with both Firefox and Internet Explorer. I then changed the assignment to
    var WebHandler = "GDBTimeline.ashx?Type=Family&Userid=" + getControlValue("input", "hdnUser");
    so that invoked a web handler that could look up the SQL database and return the XML that I wanted, and wrote this web handler.
    This works perfectly with Internet Explorer, but with FireFox the timeline band is blank. Yet when I examine the http traffic with Fiddler2 (http://www.fiddler2.com/fiddler2/) I see that with either browser there is a response from URL
    /GDB_pages/GDBTimeline.ashx?Type=Family&Userid=robertb
    that returns the XML that it is supposed to.
    I have previously used web handlers with Firefox before, with no problems. The Fiddler results conclusively show that the web handler is invoked, and returns the appropriate XML, and this XML is identical to the XML from the static test with Example.xml.
    Where do I start looking for answers? I don't even know if this is a Simile problem, a Firefox problem, or an ASP.NET problem.
    Thank you, Robert.

    Problem solved. The issue: Content Type was not correct.
    Visual Studio creates the web handler with dummy code like this: -
    Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
    context.Response.ContentType = "text/plain"
    context.Response.Write("Hello World")
    End Sub
    I wrote a database query that set a string variable to the XML I wanted: -
    Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
    Dim Outstring as string
    ' my logic to fill Outstring with XML
    context.Response.ContentType = "text/plain"
    context.Response.Write(Outstring)
    End Sub
    This works with Internet Explorer. However it's not strictly correct: to make it work with other browsers as well,
    context.Response.ContentType = "text/plain"
    should be
    context.Response.ContentType = "text/xml"
    It now works with IE, FF, and Chrome, and presumably all others.

  • Why does malloc operation fails on solaris 9 x86 but not on solaris 10 x86

    Hi:
    - We are building an application written in C
    on x86 Solaris 9, x86 Solaris 10, and sparc Solaris 9.
    - During testing, we noticed that
    when the application is built on x86 Solaris 9, it dies silently;
    when the application is built on x86 Solaris 10, it runs perfectly fine;
    when the application is built on sparc Solaris 9, it runs perfectly fine;
    when the application is built on cygwin, it runs perfectly fine.
    - The statement which causes the application to die silently is:
    /* Allocate space for procedure arguments. */
    if (( myArgv = (char **) malloc(( argc+1) * sizeof(char *))) == NULL)
    - My question is: how should I change our x86 Solaris 9 nightly build
    to build the application properly ?
    - Our build systems are:
    sparc Solaris 9
    ===========
    SunOS host1 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-5_10
    Solaris 9 12/02 s9s_u2wos_10 SPARC
    Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 05 November 2002
    x86 Solaris 9
    ==========
    SunOS host2 5.9 Generic_118559-11 i86pc i386 i86pc
    Solaris 9 12/03 s9x_u5wos_08b x86
    Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 21 November 2003
    x86 Solaris 10
    ==========
    SunOS host3 5.10 Generic_120012-14 i86pc i386 i86pc
    Solaris 10 8/07 s10x_u4wos_12b X86
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    Thanks
    JL

    You should never pass something to free that wasnt received from malloc.
    Although as a special case, free of the null pointer is allowed.
    Thats all clearly written on the malloc man page..
    So if your program is free'ing non malloc'ed pointers, then thats a bug in your program.
    So based on your code sample above
    free(ds_namv[j]) would be illegal.
    But free(data[j]) should be OK, since thats a null pointer.
    However, it should be perfectly fine to assign a new malloc'ed value to an existing pointer whether or not it was originally initialised using malloc.
    When you assign it, the original value is irrelevant.
    Additionally, the code fragment ds_namv[j] = (char**)"\0"; demonstrates some further conceptual problems.
    "\0" isnt of type (char **). It's of type (char*). And its a pointer to constant space. So writing to the area pointed to, would be illegal.
    As to why it works on sparc but not x86.
    The code appears to have a number of errors, and you just got lucky that it ever worked on sparc...

  • CR2 files open from one camera, but not the other in CS2

    Running Mac with CS2. My camera raw files shot with my lovely Canon 5D open and can be viewed in bridge and in photoshop, but NOT the camera raw from my brand new Canon powershot G9. They are both producing CR2 files. I can see the images in the bridge browser window, but when I double click to open I get a dialogue box that says, "Could not complete your request because Photoshop does not recognize this type of file." I have the 3.7 plug in installed. Please, some god or goddess of photoshop out there, show me the error of my ways!

    Walt,
    I will answer your questions to the best of my ability. But hopefully others who are better at this than I am will offer their help as well. So, here goes.
    1. Everyone has their preferred method of using Bridge. In the Photoshop preferences I have not checked the box to have bridge start automatically. Although I use Bridge most of the time, there are occasions when I don't want to use it. So I prefer to start my Photoshop session by starting Bridge first, and then double-click on an image in Bridge to have it opened in Photoshop. In the Bridge preferences, I have checked the "Double-Click Edits Camera Raw Settings in Bridge", and I like working that way.
    2. I have seen several people comment about having this problem. And occasionally it will develop after you have been using Bridge/Photoshop for a while. The only thing I can suggest is for you to hold down the Ctrl key while you start Bridge. A dialogue will appear that will allow you to reset your preferences. There are three options and you should choose all three. I know, you haven't had it installed very long, but this "could" be the problem. One guy I talked with said that he had to do it several times before it fixed the problem.
    3. You indicated that you downloaded Camera Raw 4(5). What does that mean? Did you download version 4.5, which is the latest version? And, did you follow the installation instructions that were on the download page? The new plug-in must be put in the exact directory specified, replacing the old version that is already there. The old version cannot be put in a sub folder. You might as well get rid of it. You don't need it anymore. And, again, it has to go into the specific folder designated in the instructions. After you have done that, in Photoshop goto Help/About Plug-ins and click on Camera Raw. It should only be listed once, and when you click on it you should get a dialogue that will tell you what version you have installed.
    4. After I installed CS3, when I inserted a card into my card reader I was presented with the normal Windows options. One of the options I was given was to download using Bridge. I chose that option and indicated to always use that option. I haven't had any problems with it since. But if that option isn't there, you can open Bridge and click on the File menu. There is an option to download images from your camera. It has worked well for me.

  • Why do some  crash reports remain on my mobile., but not all others have been on since FOREVER!?

    Incident Identifier: D1FED94D-DC7E-406F-B5FB-9D63F87B112D
    CrashReporter Key:   c699790ed660939fb4f24fcafa8c4b888520d272
    Hardware Model:      iPhone4,1
    Process:         MobileStore [411]
    Path:            /Applications/MobileStore.app/MobileStore
    Identifier:      MobileStore
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-03-24 20:58:28.633 -0400
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0
    Last Exception Backtrace:
    (0x31f7d29e 0x39ca597a 0x31f7d158 0x32852ab2 0x33f41982 0x38cc51b6 0x3a0c1d24 0x3a0bc4b2 0x3a0c11b8 0x31f50f36 0x31ec3eb8 0x31ec3d44 0x35a9c2e6 0x33dd92fc 0xc488a 0x3a0dcb1c)
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib             0x3a1a3350 0x3a192000 + 70480
    1   libsystem_c.dylib                  0x3a11a11e 0x3a0eb000 + 192798
    2   libsystem_c.dylib                  0x3a15696e 0x3a0eb000 + 440686
    3   libc++abi.dylib                    0x396f4d4a 0x396f1000 + 15690
    4   libc++abi.dylib                    0x396f1ff4 0x396f1000 + 4084
    5   libobjc.A.dylib                    0x39ca5a74 0x39c9d000 + 35444
    6   libc++abi.dylib                    0x396f2078 0x396f1000 + 4216
    7   libc++abi.dylib                    0x396f2110 0x396f1000 + 4368
    8   libc++abi.dylib                    0x396f350e 0x396f1000 + 9486
    9   libobjc.A.dylib                    0x39ca59ba 0x39c9d000 + 35258
    10  CoreFoundation                     0x31f7d158 0x31ebb000 + 794968
    11  Foundation                         0x32852ab2 0x327e3000 + 457394
    12  UIKit                              0x33f41982 0x33d82000 + 1833346
    13  iTunesStoreUI                      0x38cc51b6 0x38c6a000 + 373174
    14  libdispatch.dylib                  0x3a0c1d26 0x3a0bb000 + 27942
    15  libdispatch.dylib                  0x3a0bc4b4 0x3a0bb000 + 5300
    16  libdispatch.dylib                  0x3a0c11b8 0x3a0bb000 + 25016
    17  CoreFoundation                     0x31f50f36 0x31ebb000 + 614198
    18  CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    19  CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    20  GraphicsServices                   0x35a9c2e6 0x35a97000 + 21222
    21  UIKit                              0x33dd92fc 0x33d82000 + 357116
    22  MobileStore                        0x000c488a 0xc3000 + 6282
    23  libdyld.dylib                      0x3a0dcb1c 0x3a0db000 + 6940
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib             0x3a193648 0x3a192000 + 5704
    1   libdispatch.dylib                  0x3a0c3974 0x3a0bb000 + 35188
    2   libdispatch.dylib                  0x3a0c3654 0x3a0bb000 + 34388
    Thread 2 name:  WebThread
    Thread 2:
    0   libsystem_kernel.dylib             0x3a192f04 0x3a192000 + 3844
    1   libdispatch.dylib                  0x3a0c22fc 0x3a0bb000 + 29436
    2   libdispatch.dylib                  0x3a0c087c 0x3a0bb000 + 22652
    3   WebCore                            0x38086d2a 0x37ecd000 + 1809706
    4   iTunesStoreUI                      0x38cc3cba 0x38c6a000 + 367802
    5   CoreFoundation                     0x31f809c0 0x31ebb000 + 809408
    6   CoreFoundation                     0x31ed7fe6 0x31ebb000 + 118758
    7   WebCore                            0x385af336 0x37ecd000 + 7217974
    8   WebCore                            0x385aee3e 0x37ecd000 + 7216702
    9   WebCore                            0x386333c2 0x37ecd000 + 7758786
    10  JavaScriptCore                     0x35f96db6 0x35e37000 + 1441206
    11  JavaScriptCore                     0x35f95dc2 0x35e37000 + 1437122
    12  JavaScriptCore                     0x35f9a59c 0x35e37000 + 1455516
    13  JavaScriptCore                     0x35e76b06 0x35e37000 + 260870
    14  JavaScriptCore                     0x35ef87b4 0x35e37000 + 792500
    15  JavaScriptCore                     0x35e76f1e 0x35e37000 + 261918
    16  JavaScriptCore                     0x35e76b06 0x35e37000 + 260870
    17  WebCore                            0x387256d4 0x37ecd000 + 8750804
    18  WebCore                            0x387236e2 0x37ecd000 + 8742626
    19  WebCore                            0x37ed9d32 0x37ecd000 + 52530
    20  CoreFoundation                     0x31f52680 0x31ebb000 + 620160
    21  CoreFoundation                     0x31f51ee4 0x31ebb000 + 618212
    22  CoreFoundation                     0x31f50cb2 0x31ebb000 + 613554
    23  CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    24  CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    25  WebCore                            0x37ed7500 0x37ecd000 + 42240
    26  libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    27  libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 3 name:  com.apple.NSURLConnectionLoader
    Thread 3:
    0   libsystem_kernel.dylib             0x3a192eb4 0x3a192000 + 3764
    1   libsystem_kernel.dylib             0x3a193048 0x3a192000 + 4168
    2   CoreFoundation                     0x31f52040 0x31ebb000 + 618560
    3   CoreFoundation                     0x31f50d9e 0x31ebb000 + 613790
    4   CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    5   CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    6   Foundation                         0x328103d0 0x327e3000 + 185296
    7   Foundation                         0x32893e80 0x327e3000 + 724608
    8   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    9   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 4 name:  com.apple.CFSocket.private
    Thread 4:
    0   libsystem_kernel.dylib             0x3a1a3594 0x3a192000 + 71060
    1   CoreFoundation                     0x31f561f2 0x31ebb000 + 635378
    2   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    3   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 5 name:  JavaScriptCore::BlockFree
    Thread 5:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0f4aa0 0x3a0eb000 + 39584
    3   JavaScriptCore                     0x35e92c70 0x35e37000 + 375920
    4   JavaScriptCore                     0x35fa4552 0x35e37000 + 1496402
    5   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    6   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    7   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 6 name:  JavaScriptCore::Marking
    Thread 6:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0fef14 0x3a0eb000 + 81684
    3   JavaScriptCore                     0x35f37f3c 0x35e37000 + 1052476
    4   JavaScriptCore                     0x35f37e7c 0x35e37000 + 1052284
    5   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    6   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    7   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 7 name:  WebCore: CFNetwork Loader
    Thread 7:
    0   libsystem_kernel.dylib             0x3a192eb4 0x3a192000 + 3764
    1   libsystem_kernel.dylib             0x3a193048 0x3a192000 + 4168
    2   CoreFoundation                     0x31f52040 0x31ebb000 + 618560
    3   CoreFoundation                     0x31f50d9e 0x31ebb000 + 613790
    4   CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    5   CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    6   WebCore                            0x37f71d02 0x37ecd000 + 675074
    7   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    8   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    9   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 8 name:  WebCore: LocalStorage
    Thread 8:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0fef14 0x3a0eb000 + 81684
    3   JavaScriptCore                     0x35e92c42 0x35e37000 + 375874
    4   WebCore                            0x380ebe88 0x37ecd000 + 2223752
    5   WebCore                            0x380ebe3c 0x37ecd000 + 2223676
    6   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    7   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    8   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 9:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 10:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 11:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 12:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x3bc6c534
        r4: 0x00000006    r5: 0x3bc6cb88      r6: 0x20b9d6e4      r7: 0x2fd3cdd4
        r8: 0x20b9d6c0    r9: 0x00000888     r10: 0x2fd3d01c     r11: 0x00000000
        ip: 0x00000148    sp: 0x2fd3cdc8      lr: 0x3a11a123      pc: 0x3a1a3350
      cpsr: 0x00080010
    Binary Images:
       0xc3000 -    0xc4fff +MobileStore armv7  <fb27a909864031ce9fc516f19baf8819> /Applications/MobileStore.app/MobileStore
    0x3bdb000 -  0x3bdffff  AccessibilitySettingsLoader armv7  <d910faf80cd632cc8f0d9f05d3944144> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/Accessi bilitySettingsLoader
    0x4372000 -  0x4379fff  GAXClient armv7  <07eeeea44e753a0291420f6200747c49> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
    0x2fe8e000 - 0x2feaefff  dyld armv7  <280610df5ed43ec7aa00629a27009302> /usr/lib/dyld
    0x30eb1000 - 0x30f82fff  RawCamera armv7  <8752cce31e8e3ceab5d88c84e3481db2> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x30f8b000 - 0x31094fff  IMGSGX543GLDriver armv7  <a31ea5c288c6353f9d6c75cf37c10fae> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x3109e000 - 0x31184fff  AVFoundation armv7  <320761e836883aeabf3cb5c53edb636d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x31185000 - 0x31185fff  Accelerate armv7  <b68ff92e404931f3bcb6361720f77724> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x31186000 - 0x312c4fff  vImage armv7  <30522b92940d3dd184c8e46780594048> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x312c5000 - 0x313a8fff  libBLAS.dylib armv7  <d8edada1cea133458ca779e34a3a7f88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x313a9000 - 0x3165efff  libLAPACK.dylib armv7  <9e08aead79d13043bab622402a270fba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x3165f000 - 0x316b8fff  libvDSP.dylib armv7  <09e2a5e3e9203950890ba57592523132> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x316b9000 - 0x316cafff  libvMisc.dylib armv7  <7b7d4ccc9f2b364cb0da4251e745545d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x316cb000 - 0x316cbfff  vecLib armv7  <a7751c047dcc35ba8885212e1938b93f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x316cc000 - 0x316ddfff  Accounts armv7  <ea2de358b6cc3baab27d6ab809c31e39> /System/Library/Frameworks/Accounts.framework/Accounts
    0x316df000 - 0x31743fff  AddressBook armv7  <8cfae84dc66d3c1f9d17335c53c3d7b7> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x31949000 - 0x31bd1fff  AudioToolbox armv7  <394ee11cf826367db9ff4968dbc71d6d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x31bd2000 - 0x31c97fff  CFNetwork armv7  <4771a5e4f9b83bceb252f0f3d166aaca> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x31c98000 - 0x31ceefff  CoreAudio armv7  <5d534dbf76ff30f4a628f25f56c5f26a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x31d02000 - 0x31ebafff  CoreData armv7  <3930f672c76535a2abb768ee59958fa7> /System/Library/Frameworks/CoreData.framework/CoreData
    0x31ebb000 - 0x31fedfff  CoreFoundation armv7  <fcb8d4e838543bcb9a52c9f232b8b4eb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x31fee000 - 0x32126fff  CoreGraphics armv7  <81e213f810a034d4ba411f9b505da2a6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x32128000 - 0x32163fff  libCGFreetype.A.dylib armv7  <a5d20b80ab1532d8831027a66d2d9eb5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x32347000 - 0x32362fff  libRIP.A.dylib armv7  <ec1487f9bdb93597a3f8d434406ad9bf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x32363000 - 0x32418fff  CoreImage armv7  <6ae4ae2461313e3f84c6a8102d5b1b0e> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x32419000 - 0x32471fff  CoreLocation armv7  <4edb4b0f05e13af8b84699fe3ea4c538> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x324a6000 - 0x3250bfff  CoreMedia armv7  <8592bdc268b83b8886acfc1fdab649ed> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x3250c000 - 0x32594fff  CoreMotion armv7  <4512d901170d32e7842e7fc1c519386b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x32595000 - 0x325ebfff  CoreTelephony armv7  <bea09dbe25363c3b8e8016b5b5148055> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x325ec000 - 0x3264efff  CoreText armv7  <e135debbc8f937299f4986fc3e9459e3> /System/Library/Frameworks/CoreText.framework/CoreText
    0x3264f000 - 0x3265efff  CoreVideo armv7  <00f18bb26e663da9ae251a6ec36a19ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x327e3000 - 0x329a6fff  Foundation armv7  <0179934581d13346aa7583165108b95c> /System/Library/Frameworks/Foundation.framework/Foundation
    0x32b61000 - 0x32baafff  IOKit armv7  <a98ba9fefc7333e4a5a9169198848c62> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x32bab000 - 0x32d83fff  ImageIO armv7  <b5ce84bb074d3de4b07b55da9fd8bfd1> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x32dfd000 - 0x32f97fff  MediaPlayer armv7  <ce97a30e514d3a17ae93ba4a9d1d69d2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x32f98000 - 0x33212fff  MediaToolbox armv7  <ed439fc5c9a03f8b9fae43af33de8a57> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x3329a000 - 0x332f3fff  MobileCoreServices armv7  <77da8a9e7f813f5baf37eaa4a87fae84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x33320000 - 0x333e1fff  GLEngine armv7  <b3fd8a93778b317fab8630340a2d741b> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x333e2000 - 0x333e9fff  OpenGLES armv7  <f2ede6b206f336de82cc38619692e762> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x333eb000 - 0x333ebfff  libCVMSPluginSupport.dylib armv7  <2506af1c983f3f09ac69aca44f67e863> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x333ec000 - 0x333eefff  libCoreFSCache.dylib armv7  <761c0f0e263c3d39adbb5bf789cedde1> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x333ef000 - 0x333f1fff  libCoreVMClient.dylib armv7  <af6ff28dce6031baaa850ccc79e5699b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x333f2000 - 0x333f6fff  libGFXShared.dylib armv7  <a6ac1673a088379aa512ba5cac301f5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x333f7000 - 0x33434fff  libGLImage.dylib armv7  <b8b8f3a1bfd0345e86aa0c2952534949> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x33435000 - 0x3355afff  libGLProgrammability.dylib armv7  <0b3cb1b9a5003c4a975ec268cabca3fc> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x33b2f000 - 0x33c44fff  QuartzCore armv7  <c086b6e6cd9d341399bcc3675c82f1fe> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x33c45000 - 0x33c92fff  QuickLook armv7  <954e3a8bdaf337b085b30fd514ea5f3a> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x33c93000 - 0x33cc1fff  Security armv7  <fbc24f15bd9e37539cdd6e3576bde938> /System/Library/Frameworks/Security.framework/Security
    0x33d40000 - 0x33d7ffff  SystemConfiguration armv7  <410d69b356e533d6a1d538cf33059634> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x33d82000 - 0x342d6fff  UIKit armv7  <ad8b3ad23f413187a178179db39cfa6b> /System/Library/Frameworks/UIKit.framework/UIKit
    0x342d7000 - 0x34315fff  VideoToolbox armv7  <d2e8067306d9346ab4a448f10f336894> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x34589000 - 0x345aafff  AccessibilityUtilities armv7  <50768686234f3d089b19c0f318585cb7> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Accessibilit yUtilities
    0x345ab000 - 0x345b7fff  AccountSettings armv7  <8db45acc4d3d3017af10fa5ee82c2306> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x34603000 - 0x34606fff  AggregateDictionary armv7  <c2a6c1ff89a9318d8b74fc5dfc8847b8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x346ef000 - 0x34702fff  AirTraffic armv7  <752b64045f4d3ea88a946b53b731ce1a> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x34a32000 - 0x34a6dfff  AppSupport armv7  <921794b7d82a3558a0eb860979be199c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x34ae0000 - 0x34ae9fff  AssetsLibraryServices armv7  <de7ca29cd47433cd8eca9c04102f5508> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x34b19000 - 0x34b30fff  BackBoardServices armv7  <772912697ec23e5199a452e97f075dd9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x34b3a000 - 0x34b5efff  Bom armv7  <b5315d733e123a0781683efdc734064b> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x34bde000 - 0x34be5fff  CaptiveNetwork armv7  <a4f4b86cc84839f78ff746f013bcee6f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x34be6000 - 0x34cb0fff  Celestial armv7  <a688df527b65382da586ebc87f28c061> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x34d94000 - 0x34d99fff  CommonUtilities armv7  <f8fea9ee6ca236b0a7fa6c00eb8a0d24> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x3505f000 - 0x35060fff  CoreSurface armv7  <6065f7e040e93d6ea2837e929592cc30> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x350cd000 - 0x350d2fff  CrashReporterSupport armv7  <03ee46e3ca3f3920a7174e62096723fb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x352a4000 - 0x352b6fff  DataAccessExpress armv7  <b9423867a9ef303b87d2e1eac1712957> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x352ca000 - 0x352dffff  DataDetectorsCore armv7  <58352df07a0139de878e5e275e27ab52> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x352e1000 - 0x352f4fff  DataDetectorsUI armv7  <331c11e50793340f9ce758435c9420ac> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x352f5000 - 0x352f6fff  DataMigration armv7  <5903e08348b83f119022cbbf83ad100a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x352f9000 - 0x35312fff  DictionaryServices armv7  <84669055e3e63d6ab56b8fe7b0476aaa> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x3531a000 - 0x35332fff  EAP8021X armv7  <6d5ab53850e23fe389e64e2705bd7810> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x35385000 - 0x35798fff  FaceCoreLight armv7  <43de0b31da3b39e4acf85ec2c8d5c65c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x357e5000 - 0x357eafff  libGPUSupportMercury.dylib armv7  <4366fa0d1a0938a794bd8346e286d6f8> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dyl ib
    0x35990000 - 0x3599cfff  GenerationalStorage armv7  <d77ad2367fff37d485480aa39df7d325> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x3599d000 - 0x35a96fff  GeoServices armv7  <edbf37a31a6a31f49e392ed8ece200c7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x35a97000 - 0x35aa2fff  GraphicsServices armv7  <d4b7fd6509753bff9525fef374ddc359> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x35b11000 - 0x35b8cfff  HomeSharing armv7  <280b77b71df23f1cb5c9a2b76fc53212> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x35b8d000 - 0x35b97fff  IAP armv7  <a9554a91bbb9308f96fcd9fddf596275> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x35d8e000 - 0x35ddafff  IMFoundation armv7  <797535fc363c3f818bcd1424251393bf> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x35de1000 - 0x35de2fff  IOAccelerator armv7  <9655464326203d258d3d0fc7e94651e2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x35de3000 - 0x35de8fff  IOMobileFramebuffer armv7  <f38c374982a931d5a47458dd3c34ac59> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x35de9000 - 0x35dedfff  IOSurface armv7  <a55bf03c35de3fd9b56dce82083c3d10> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x35e37000 - 0x35fddfff  JavaScriptCore armv7  <a5780997f4b738659172f40877c9a7d9> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x360a9000 - 0x36101fff  ManagedConfiguration armv7  <44bbb2ba85c8320bb9e73c654b90f8c0> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x36118000 - 0x3618efff  MediaControlSender armv7  <9fb205b64b5333a495ac61c149e0304b> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSend er
    0x3618f000 - 0x36198fff  MediaRemote armv7  <73da55e989e73cb9ad6e9fdd4604ecc3> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x362d8000 - 0x36305fff  MobileAsset armv7  <3a9e6258ae1230f5b12f1638b09cb974> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x3634a000 - 0x3634dfff  MobileInstallation armv7  <c63e4b1ae40635cd9c6a7de851c80d10> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x3634e000 - 0x36354fff  MobileKeyBag armv7  <35882c57076334aeb0641969a9b69ff3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x363b1000 - 0x363b4fff  MobileSystemServices armv7  <10b4eee2739c353183ac2cfe4e39a443> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemSe rvices
    0x363cc000 - 0x363d5fff  MobileWiFi armv7  <bb4efbe3c7273c0fb534f12789756089> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x363ef000 - 0x36533fff  MusicLibrary armv7  <3870f4cb0c8b36778ad1a3f7556547f7> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x36534000 - 0x36545fff  MusicStoreUI armv7  <6ae5eda7a0e13c7eaeaa4f5009e61dd0> /System/Library/PrivateFrameworks/MusicStoreUI.framework/MusicStoreUI
    0x36565000 - 0x36567fff  OAuth armv7  <575df12a2f2436af92e31494c3b74465> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x36ca1000 - 0x36cc6fff  OpenCL armv7  <9baf655cae4e3f9f99a5c6a99207099d> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x37027000 - 0x37044fff  PersistentConnection armv7  <c773b3dc885832f8a916de67f24f9f92> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x372da000 - 0x37302fff  PrintKit armv7  <3f0b9c58a458358eb506858e8ff9e1fe> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x37303000 - 0x37377fff  ProofReader armv7  <9cb25467554637bcb268ba30527d3c0f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x37378000 - 0x37380fff  ProtocolBuffer armv7  <d1f2888d5e5a39cca6a6179a35c86770> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x374bc000 - 0x374cdfff  SpringBoardServices armv7  <0e48e91ad40f34aab3323c7c4157ce52> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x3752f000 - 0x3760afff  StoreServices armv7  <6d45f42eff2736d18cdd81af0473dd5a> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x37658000 - 0x3765afff  TCC armv7  <d5bef30a5bda315194173b862975f9fb> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x37679000 - 0x37686fff  TelephonyUtilities armv7  <803d7a92439238ee942086999c481eb6> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtiliti es
    0x37b09000 - 0x37ba9fff  UIFoundation armv7  <9a464526e26634bc834537e5ac3abf1f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x37ead000 - 0x37eccfff  WebBookmarks armv7  <77b65bc9c87b367ebea9a5b7984b13a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x37ecd000 - 0x387fcfff  WebCore armv7  <06c849df1ad435aeb8b6130d85cee5df> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x387fd000 - 0x388dafff  WebKit armv7  <e0768dbdbdf13c769af7959497e24024> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x38985000 - 0x3898cfff  XPCObjects armv7  <723fe314ab95381cbfa69a0000005692> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x38c31000 - 0x38c69fff  iTunesStore armv7  <e88e4626134b32f8bac8e3f79afddf24> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x38c6a000 - 0x38e1dfff  iTunesStoreUI armv7  <a43818698f0a3fa9b662386bd73f3417> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
    0x3951a000 - 0x39520fff  libAccessibility.dylib armv7  <f40705b5e9c43ce3b1f185fe690b9ac8> /usr/lib/libAccessibility.dylib
    0x39521000 - 0x39537fff  libCRFSuite.dylib armv7  <5a8a3d18a1ff3c97bd773705fef2d81c> /usr/lib/libCRFSuite.dylib
    0x3954f000 - 0x3955bfff  libMobileGestalt.dylib armv7  <d0dce72a604b37309b8714fb35d74468> /usr/lib/libMobileGestalt.dylib
    0x3956d000 - 0x3956dfff  libSystem.B.dylib armv7  <7aeeab280f7e361e9986d962d0fa5281> /usr/lib/libSystem.B.dylib
    0x3968f000 - 0x3969bfff  libbsm.0.dylib armv7  <3870b1c8b1783b788bd51da1a04eae6e> /usr/lib/libbsm.0.dylib
    0x3969c000 - 0x396a5fff  libbz2.1.0.dylib armv7  <b04d27fa0f2d31d8bd0745f8aa0d7f67> /usr/lib/libbz2.1.0.dylib
    0x396a6000 - 0x396f0fff  libc++.1.dylib armv7  <ceb9fb64fb203d3a94063a9db6590ca4> /usr/lib/libc++.1.dylib
    0x396f1000 - 0x39704fff  libc++abi.dylib armv7  <4b8520bc534231ae97ce146e076bc7bf> /usr/lib/libc++abi.dylib
    0x39735000 - 0x39822fff  libiconv.2.dylib armv7  <ac23bb84e91e35418c9a2fb4792658b2> /usr/lib/libiconv.2.dylib
    0x39823000 - 0x3996cfff  libicucore.A.dylib armv7  <da9d04cc6f6d3825aa52636342ef1e04> /usr/lib/libicucore.A.dylib
    0x39974000 - 0x39974fff  liblangid.dylib armv7  <a10d8f96815d35e0a1d2c7b998a941f3> /usr/lib/liblangid.dylib
    0x39977000 - 0x3997efff  liblockdown.dylib armv7  <224c65d491603e21a78a00af9e10f012> /usr/lib/liblockdown.dylib
    0x39c5f000 - 0x39c74fff  libmis.dylib armv7  <7502589f14733beb963c542fa40438c8> /usr/lib/libmis.dylib
    0x39c9d000 - 0x39d9bfff  libobjc.A.dylib armv7  <79e5d714945834e4b2587abfc6c7269c> /usr/lib/libobjc.A.dylib
    0x39e5f000 - 0x39e74fff  libresolv.9.dylib armv7  <3ee61a04a99b322e97e179bc03c46cf1> /husr/lib/libresolv.9.dylib
    0x39e99000 - 0x39f1efff  libsqlite3.dylib armv7  <cbefd01867b93d2a869a534825a1414c> /usr/lib/libsqlite3.dylib
    0x39f1f000 - 0x39f6afff  libstdc++.6.dylib armv7  <e3154b06ac5d360c948111abfb2bc339> /usr/lib/libstdc++.6.dylib
    0x39f6b000 - 0x39f91fff  libtidy.A.dylib armv7  <c43990ee3a5e389aacf288c3615a50dc> /usr/lib/libtidy.A.dylib
    0x39f95000 - 0x3a042fff  libxml2.2.dylib armv7  <28dcf6ee713b387ebb763d11d4b3cd37> /usr/lib/libxml2.2.dylib
    0x3a043000 - 0x3a063fff  libxslt.1.dylib armv7  <d327d9e0f43333568abda8d83558c8a9> /usr/lib/libxslt.1.dylib
    0x3a064000 - 0x3a070fff  libz.1.dylib armv7  <3ea49513bc023326be68e35324c11d0e> /usr/lib/libz.1.dylib
    0x3a071000 - 0x3a074fff  libcache.dylib armv7  <91862e82d5063531b4fb4da9a19e5365> /usr/lib/system/libcache.dylib
    0x3a075000 - 0x3a07bfff  libcommonCrypto.dylib armv7  <d9e66574881739e8b25c3ae087a9f409> /usr/lib/system/libcommonCrypto.dylib
    0x3a07c000 - 0x3a07efff  libcompiler_rt.dylib armv7  <6ac449c92d743640a23d9d1ebe0b48a9> /usr/lib/system/libcompiler_rt.dylib
    0x3a07f000 - 0x3a084fff  libcopyfile.dylib armv7  <87bcae8743ab35c8a070ac95b7d57acb> /usr/lib/system/libcopyfile.dylib
    0x3a085000 - 0x3a0bafff  libcorecrypto.dylib armv7  <04b464137fc2304b84eeed1a5418f4a8> /usr/lib/system/libcorecrypto.dylib
    0x3a0bb000 - 0x3a0d8fff  libdispatch.dylib armv7  <9323bb560d4e3a3fb41efdc78bd0cf94> /usr/lib/system/libdispatch.dylib
    0x3a0d9000 - 0x3a0dafff  libdnsinfo.dylib armv7  <c25502085c833181b2a12cf525cffde6> /usr/lib/system/libdnsinfo.dylib
    0x3a0db000 - 0x3a0dcfff  libdyld.dylib armv7  <f0b2fad1b720361297e22866c5c0fb64> /usr/lib/system/libdyld.dylib
    0x3a0dd000 - 0x3a0ddfff  libkeymgr.dylib armv7  <e19c865e73e2352bbc8022033e953f22> /usr/lib/system/libkeymgr.dylib
    0x3a0de000 - 0x3a0e3fff  liblaunch.dylib armv7  <c8bedc36bc3d3b55b91b12ebb1240968> /usr/lib/system/liblaunch.dylib
    0x3a0e4000 - 0x3a0e7fff  libmacho.dylib armv7  <965ab939e24935e7a3a65981574a7745> /usr/lib/system/libmacho.dylib
    0x3a0e8000 - 0x3a0e9fff  libremovefile.dylib armv7  <295706037a5238b4aa145df7b9354a0e> /usr/lib/system/libremovefile.dylib
    0x3a0ea000 - 0x3a0eafff  libsystem_blocks.dylib armv7  <50a01a02f573317fbd21e1070b0afc7d> /usr/lib/system/libsystem_blocks.dylib
    0x3a0eb000 - 0x3a171fff  libsystem_c.dylib armv7  <cacc68d271e53338b7780c26f651b767> /usr/lib/system/libsystem_c.dylib
    0x3a172000 - 0x3a178fff  libsystem_dnssd.dylib armv7  <6c5ac17133a1366aaeea5dc38dceaf1f> /usr/lib/system/libsystem_dnssd.dylib
    0x3a179000 - 0x3a191fff  libsystem_info.dylib armv7  <5a4a4c9da868317db7f17cb616eb32d1> /usr/lib/system/libsystem_info.dylib
    0x3a192000 - 0x3a1a8fff  libsystem_kernel.dylib armv7  <7d409890411a396a9c812f488f8ea99a> /usr/lib/system/libsystem_kernel.dylib
    0x3a1a9000 - 0x3a1c5fff  libsystem_m.dylib armv7  <036ea0321da038e8b69a0c4413da00fe> /usr/lib/system/libsystem_m.dylib
    0x3a1c6000 - 0x3a1d4fff  libsystem_network.dylib armv7  <afc167a2e9be3dd6851da8deaf42bafd> /usr/lib/system/libsystem_network.dylib
    0x3a1d5000 - 0x3a1dcfff  libsystem_notify.dylib armv7  <c1d71aa978383c51a9ba2b32782d6cc6> /usr/lib/system/libsystem_notify.dylib
    0x3a1dd000 - 0x3a1defff  libsystem_sandbox.dylib armv7  <45bb99d46408351a9c61b5326032adea> /usr/lib/system/libsystem_sandbox.dylib
    0x3a1df000 - 0x3a1dffff  libunwind.dylib armv7  <df8f1d90cbb837cc92d5901fab94e6ca> /usr/lib/system/libunwind.dylib
    0x3a1e0000 - 0x3a1f5fff  libxpc.dylib armv7  <7f983066ea4c3c119f3e2344a04fef6e> /usr/lib/system/libxpc.dylib
    Why are some still on my mobile, but not all... Also, I've noticed lots of Linux codes on some of the reports is that normal, sorry I'm a techie inept? I appreciate any insight thank you in advance. zg

    What's your web site address?

  • Why does a calendar event goes out as an Email not an event in Outlook 2010

    When I try to enter into my bosses calendar the events do not go in as an appointment, but instead they are sent via email.  Any clue?

    Hi Gaurav,
    Question 1>
    As far as I have knowledge about the Surveys need to be sent to both internal and external servers outside a company's network. In order to view the survey details/page outside network the following servers have to be setup.
    Question 2 >
    For sending out Campaign Id's to business Partners use the Campaign execeution/Automation scenario, wherein
    Mail forms with surveys/questionaires can be attached to Campaigns and executed/scheduled accordingly.
    Question 3>
    In order to debug the survey you can put a breakpoint in Function module "CRM_MKTCA_SURVEY_MKT_PBO".
    Hope the information provided answers your query.
    Regards,
    Anup

  • Why does the flash player work on some website but not others??

    I have the new flash player, and for the most part the player will work on some web sites. However I like to be on myspace and it says that I have to install the new version of the flash player. However I ALREADY have the new verison. There are other site that I go to as well and it tells me the same thing. what is going on and how can I fix it. I am at my wits ends right now and I dont know what to do. Can any one help me please

    I had the same issue when I had created Flash Paper items. I had found the a solution on my opinion.
    http://www.eolsoft.com/freeware/flash_movie_player/
    you actually need a Flash Movie Player and not Flash Player. they are different. the only issue is that Adobe does not support this anymore.
    so what I did is placed the EXE file of Flash Movie Player found on the link above on my server, made a note to my viewers that Flash Movie Player is required to view the documents.
    I found this solutlion when my boss asked why he could not view any of the Flash Paper Documents

  • Why can I access files using ubuntu live cd but not my mac?

    Hello,
    Every since I have upgraded to Lion then to Mountain Lion I have had nothing but trouble with my mac crashing and not being able to repair the harddrive. I use time machine with an external hard drive to back up everything (also using online server to back up things as well).
    My issue is that disk utility never works ( ever ) and when I have trouble the hard drive and my external hard drive always show up grayed out and disk utility says the disk is broken and cannot be repaired. Which the disk are fine because I can access them using a ubuntu live cd no problem.
    My main question is how is this not being addressed by apple? This is clearly a bug - there is nothing wrong with my external harddrive or my macs hardrive - yet when I restart my mac I fear it will never start again(in its current state) and the disk utility just doesn't work the only answers I ever get is the hard drive is bad (which is not the case being I can access it with the ubuntu - or even reinstall everything and it works fine etc...)
    There is some major bugs and I can say I never had these problems losing my data with a windows machine (though I am not a big windows fan). Apple why doesn't the disk utility work?
    Also why when I update my mac and the mac restarts itself does it not eject my external hardrive - also why if you don't eject the harddrive it ruins the data on the hard drive or at least makes it grayed out or corrupt in my mac - but I can copy the files in ubuntu and put them back then it works just fine? These are serious issues and I am really shocked that the mac community would stand for this kind of thing - I am not the only one with these issues I see thousands of others with the same issues so when are they going to be fixed?
    If what I am saying is unclear - just google mac hardrive cannot be repaired - and set the time for the last month you will see. Also to those who have these troubles simply use a ubuntu live cd - copy all your files to the home folder then place them back to where the reside and mac will reconize them again - worked every time for me so far no thanks to disk utility.

    Your booting off a Ubuntu disk which has it's own operating system on it and on another medium that is free of issues, unlike your current hard drive running OS X 10.8.
    I really don't advise you directly installing Linux on a Mac as it's much more complicated that it appears. Also I don't advise you using Linux anything to tinker with a Mac unless you really really know what your doing.
    Since your Mac's software is broken you don't know currently and shouldn't be using Linux as a band-aid solution to your problem.
    My suggestion is you FIX your primary boot drive.
    disk utility says the disk is broken and cannot be repaired
    This calls for a complete zero erase and install of the affected area, if it's just the Macintosh HD partition then fine, it's a hold command r boot into Recovery HD and use Disk Utiltiy there to Erase with the middle secure erase feature (important) and then a reinstall of OS X 10.8 from Apple's servers over a fast Ethernet connection.
    If your GUID partition table or Recovery HD is affected, then you need to command option r boot into Internet Recovery and select the entire hard drive for the same zero/middle erase proceedure, unless you have a older MacBook Pro then you need to use option key boot off the 10.6 disks and use the Secure Erase/ Zero on the entire drive, install 10.6, then update to 10.6.8, then AppStore upgrade to 10.8 again.
    You need to only restore user files into same named accounts from a Storage Drive backup, do not use Migration or Setup assistant as your TimeMachine drive data is likely corrupted. This means all new softwre installs from original sources as well.
    Read through my many User Tips, you'll be fixing your own machine in no time.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/?p er_page=50
    also why if you don't eject the harddrive it ruins the data on the hard drive or at least makes it grayed out or corrupt in my mac
    Windows and Linux also has to "safely remove hardware" or "unmount" before ejecting a drive as well or it corrupts the data.
    I guess this feature came about so one can disconnect a drive without having to physically remove it and wear out the ports doing so.

  • Why does a page work when i open it but not stream it?

    I have a web server, it downloads the following code off my hard drive and it works, but if i stream it in off a server i have written, it does not, yet the source codes look exactly the same. Help? (open and close tags have been put all as open and between " signs.
    "<"ASX VERSION="3.0""<"<p>
    "<"title>Built to Last"<"/title"<"<p>
    "<"ENTRY"<"<p>
    "<"REF HREF="http://www.conservatives.com/video/builttolast_intro.wmv" /"<"<p>
    "<"ENTRY"<"<p>
    "<"ENTRY"<"<p>
    "<"REF HREF="http://www.conservatives.com/UploadedFiles/VIDEO/OTHER/builttolast0306.wmv" /"<"<p>
    "<"ENTRY"<"<p>
    "<"ASX"<"<p>

    please not Javascript works, it's just the uploaading of files, but shouldn't the browser do this itself?

  • SWF file opens in safari / firefox but not IE

    Hi.
    I was wondering if someone could help me.  I'm working on a flash project that people can download from the internet and use or just use on the internet.  I'm have a problem with one of the links however.  Its a button that is to link to a excel file,  at the minute the following code works in safari and forefox, it opens the file pefect in a separate window, but in IE it opens on the same window.  does anyone no what the problem could be?  The code i'm using is
    on (release) {
    getURL("../docs/OIA.xls", _blank);

    I can't say if this will fix it, but you can try putting quotation marks around "_blank"... it is a String argument so it should be quoted just like the URL is.

  • Why does my itunes work in the guest account but not my administrator account?

    I have tried to reset, retry, restart, reinstall and restore itunes on my pc to figure out why it won't work on my administrator account yet it's fine if I sign into my guest account. It worked fine one day and the next, just didn't work.  I have Windows 8.1. Any ideas?
    Thank you,
    Simone

    Make sure that mouse keys aren't on. System Preferences > Universal Access > Mouse and Trackpad
    System Preferences > Language and Text > Make sure that U.S. is selected. If there are multiple languages selected there will be a flag in the menu bar and make sure that that is set to U.S..

Maybe you are looking for

  • Won't show up on itunes or on ipod updater("ipod service error")

    Every time i plug my ipod (4g w/ click wheel) it says on itunes software not installed correctly, it shows up as a drive but i can't see it on itunes, i have tried to reinstall itunes more than 5 times and nothing works. Also, when I try to restore m

  • Firefox crashes on starting

    hi when i start firefox it immediately crashes . I get crash report like this : Problem signature: Problem Event Name: APPCRASH Application Name: firefox.exe Application Version: 11.0.0.4454 Application Timestamp: 4f5ecc44 Fault Module Name: bmlsjbis

  • Time Capsule sparsebundle corruption help please

    Hi I went away for a week and when I came back I found that the Time Capsule was not backing up. Apparently, my family tells me there was a power outage during my absence and, therefore, this might be the cause of the problems. I have a Time Capsule

  • Read Mode missing buttons

    As of this morning i'm missing the page number and up and down arrows in the tranluscent hovering Read Mode when viewing PDF's in a browser i have checked/done the following I clicked on the Show Reader toolbar (icon on the very right) and then right

  • Shoul order type be part of release strategy or WF logic?

    Hi, In our release strategy for purchase order we have set up anything that is > £500 needs approving. This kicks of the standard PO wf, but the workflow should also only start if the order type = NB or 8000. Can anyone tell me if the order type shou