I'm doing a scan around a line by sampling data 360 degrees for every value of z(z is the position on the line). So, that mean I have a double for-loop where I collect the data. The problem comes when I try to plot the data. How should I do?

I'm doing a scan around a line by sampling data 360 degrees for every value of z(z is the position on the line). So, that mean I have a double for-loop where I collect the data. The problem comes when I try to plot the data. How should I do?

Jonas,
I think what you want is a 3D plot of a cylinder. I have attached an example using a parametric 3D plot.
You will probably want to duplicate the points for the first theta value to close the cylinder. I'm not sure what properties of the graph can be manipulated to make it easier to see.
Bruce
Bruce Ammons
Ammons Engineering
Attachments:
Cylinder_Plot_3D.vi ‏76 KB

Similar Messages

  • I sent a matrix,its row and column to a child window. However "Acess violation" & 'Memory cannot be reference" error occurs when I try to plot the data in the child dialogue. Why?

    My OS is Win200 professional.
    I'm running a data acquisition program. I'd got this main dialog which the user selects the input channel.
    The child dialog should show the graph.
    I'd initialise all the NI_DAQ configuration in the main dialog class. After acquiring the data, I send the matrix to the child window for it to plot. There is no compilation error.
    However when I try to plot the data, Windows complained about Acess violation and Memory cannot be accessed error.
    I'd attached my program below.
    Attachments:
    DataAcqDlg.cpp ‏10 KB
    Ch1Dlg.cpp ‏7 KB

    Wynn:
    I believe this problem is occurring because you are using the index operator (brackets "[","]") instead of the functional call operator (parentheses "(",")") in your code to access the matrix.
    SigCh1Vect[i] = SigCh1Max[1,i];
    The index operator is not defined for the matrix, because the C++ language does not allow a two-argument overload of this operator. Instead you have to use the function call operator for matrices and remember to use the index operator for vectors.
    I believe that what is happening is that the compiler is using one of the defined cast operators on the matrix (operator DataType) to convert the symbol "SigCh1Max" into a double pointer. It then interprets the bracket as it would any array index operation. So the compile
    r effectively sees:
    SigCh1Vect[i] = *(((Real64*)SigCh1Max) + (1,i));
    In this case, I believe the comma operator is defined to return the rightmost operand, or "i". Changing your code to
    SigCh1Vect[i] = SigCh1Max(1,i);
    should fix the problem. Please let me know if any issues exist after this fix.
    In the next release of Measurement Studio, I will recommend that the index operator be defined on the matrix classes, even if it simply throws an exception. The existence of this operator will prevent problems like this from showing up.
    Hope this helps,
    -- Chris W.
    Measurement Studio R&D
    National Instruments

  • I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don'

    I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don't want us to use Firefox.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; FNGP_SYS)

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • My Safari and Itunes keeps crashing after doing latest updates to my computer.  I have read on here of similar problems but when I try to do the suggestions that worked for those users, it does not work.

    I have removed all the cache and cookies files, restarted, etc.  My computer also will not let me log onto my "guest" account to see if safari works from there or not.  I am using Firefox to do this.   I also tried to download the newest version of safari after the old one was "in the trash" and it said "Upload failed".  When I try to do the updates my computer says it has ready it goes through like it is downloading them then at the end it says some of the files could not be saved to "/" files.
    Here is the crash report from Safari.
    Process:         Safari [133]
    Path:            /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.3 (5533.19.4)
    Build Info:      WebBrowser-75331904~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [67]
    Interval Since Last Report:          1131 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  8 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2011-04-24 09:10:04.054 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  EE81343A-A553-4214-94E8-D7F329269DA1
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.apple.WebCore                 0x92ab0c97 WebCore::markDOMObjectWrapper(JSC::MarkStack&, JSC::JSGlobalData&, void*) + 23
    1   com.apple.WebCore                 0x92ab1a56 WebCore::JSCSSStyleDeclaration::markChildren(JSC::MarkStack&) + 102
    2   com.apple.JavaScriptCore          0x963f473b JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 827
    3   com.apple.JavaScriptCore          0x963f60a2 JSC::JSGlobalObject::markChildren(JSC::MarkStack&) + 4274
    4   com.apple.WebCore                 0x92ab085b WebCore::JSDOMGlobalObject::markChildren(JSC::MarkStack&) + 27
    5   com.apple.WebCore                 0x92ab055b WebCore::JSDOMWindow::markChildren(JSC::MarkStack&) + 27
    6   com.apple.JavaScriptCore          0x963f46a8 JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 680
    7   com.apple.JavaScriptCore          0x963f43f0 JSC::Heap::markCurrentThreadConservativelyInternal(JSC::MarkStack&) + 48
    8   com.apple.JavaScriptCore          0x963f43b3 JSC::Heap::markCurrentThreadConservatively(JSC::MarkStack&) + 35
    9   com.apple.JavaScriptCore          0x963f431b JSC::Heap::markStackObjectsConservatively(JSC::MarkStack&) + 27
    10  com.apple.JavaScriptCore          0x963f3f18 JSC::Heap::markRoots() + 152
    11  com.apple.JavaScriptCore          0x96357961 JSC::Heap::allocate(unsigned long) + 113
    12  com.apple.JavaScriptCore          0x9640be2a __ZN3JSCL19arrayProtoFuncSliceEPNS_9ExecStateEPNS_8JSObjectENS_7JSValueERKNS_7A rgListE + 122
    13  ???                               0x00bba166 0 + 12296550
    14  com.apple.JavaScriptCore          0x96388195 JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::ScopeChainNode*, JSC::JSObject*, JSC::JSValue*) + 597
    15  com.apple.JavaScriptCore          0x9636597b JSC::evaluate(JSC::ExecState*, JSC::ScopeChain&, JSC::SourceCode const&, JSC::JSValue) + 443
    16  com.apple.WebCore                 0x932a6356 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld*, WebCore::ShouldAllowXSS) + 358
    17  com.apple.WebCore                 0x932a6b90 WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&, WebCore::ShouldAllowXSS) + 48
    18  com.apple.WebCore                 0x932a7ce5 WebCore::ScriptController::executeScript(WebCore::ScriptSourceCode const&, WebCore::ShouldAllowXSS) + 181
    19  com.apple.WebCore                 0x92a158ee WebCore::HTMLTokenizer::scriptExecution(WebCore::ScriptSourceCode const&, WebCore::HTMLTokenizer::State) + 222
    20  com.apple.WebCore                 0x92b048e4 WebCore::HTMLTokenizer::executeExternalScriptsIfReady() + 2116
    21  com.apple.WebCore                 0x92ab2d2c WebCore::CachedScript::checkNotify() + 60
    22  com.apple.WebCore                 0x92a86214 WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 324
    23  com.apple.WebCore                 0x92a8603c WebCore::SubresourceLoader::didFinishLoading() + 44
    24  com.apple.Foundation              0x94f0a497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
    25  com.apple.Foundation              0x94f0a403 _NSURLConnectionDidFinishLoading + 147
    26  com.apple.CFNetwork               0x90121ba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 212
    27  com.apple.CFNetwork               0x901228fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
    28  com.apple.CFNetwork               0x90121370 URLConnectionClient::processEvents() + 104
    29  com.apple.CFNetwork               0x900cec2b MultiplexerSource::perform() + 189
    30  com.apple.CoreFoundation          0x912db3c5 CFRunLoopRunSpecific + 3141
    31  com.apple.CoreFoundation          0x912dbaa8 CFRunLoopRunInMode + 88
    32  com.apple.HIToolbox               0x957c52ac RunCurrentEventLoopInMode + 283
    33  com.apple.HIToolbox               0x957c50c5 ReceiveNextEventCommon + 374
    34  com.apple.HIToolbox               0x957c4f39 BlockUntilNextEventMatchingListInMode + 106
    35  com.apple.AppKit                  0x93bbb6d5 _DPSNextEvent + 657
    36  com.apple.AppKit                  0x93bbaf88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    37  com.apple.Safari                  0x0001609b 0x1000 + 86171
    38  com.apple.AppKit                  0x93bb3f9f -[NSApplication run] + 795
    39  com.apple.AppKit                  0x93b811d8 NSApplicationMain + 574
    40  com.apple.Safari                  0x0000a63e 0x1000 + 38462
    Thread 1:
    0   libSystem.B.dylib                 0x948bc44e __semwait_signal + 10
    1   libSystem.B.dylib                 0x948e6dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore          0x964aa7ff ***::TCMalloc_PageHeap::scavengerThread() + 175
    3   com.apple.JavaScriptCore          0x964aab1f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    5   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                 0x948bc44e __semwait_signal + 10
    1   libSystem.B.dylib                 0x948e6dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                 0x92900ff4 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3   com.apple.WebCore                 0x928fd30c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    5   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x948b5266 mach_msg_trap + 10
    1   libSystem.B.dylib                 0x948bca5c mach_msg + 72
    2   com.apple.CoreFoundation          0x912dae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation          0x912dbaa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork               0x900a218c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    6   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x948b5266 mach_msg_trap + 10
    1   libSystem.B.dylib                 0x948bca5c mach_msg + 72
    2   com.apple.CoreFoundation          0x912dae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation          0x912dbaa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                  0x0002edb3 0x1000 + 187827
    5   com.apple.Safari                  0x0002eafc 0x1000 + 187132
    6   com.apple.Safari                  0x0002ea95 0x1000 + 187029
    7   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    8   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x948b5266 mach_msg_trap + 10
    1   libSystem.B.dylib                 0x948bca5c mach_msg + 72
    2   com.apple.CoreFoundation          0x912dae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation          0x912dbaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation              0x94f08520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation              0x94ea4dfd -[NSThread main] + 45
    6   com.apple.Foundation              0x94ea49a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    8   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x949046fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                 0x948e6155 _pthread_start + 321
    2   libSystem.B.dylib                 0x948e6012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x16f3cd00  ebx: 0x16f1cba0  ecx: 0x00a58e58  edx: 0x00000000
      edi: 0x00000000  esi: 0x16f1cb98  ebp: 0xbfffde58  esp: 0xbfffde20
       ss: 0x0000001f  efl: 0x00010206  eip: 0x92ab0c97   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -   0x5d2fec  com.apple.Safari 5.0.3 (5533.19.4) <604052a6c5ff84f5df924969ac776080> /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
      0x643000 -   0x731fef  com.apple.PubSub 1.0.5 (65.21) <627489b23eef30bec9e5b1ab89e6de6b> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
      0x7b5000 -   0x7b7ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
      0x7be000 -   0x7c9fff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x7d1000 -   0x7fbfe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x80c000 -   0x81bffc  SyndicationUI ??? (???) <3455e970195dab1ad7c6949c4e37e21a> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x82a000 -   0x860fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x121c6000 - 0x12574fe3  com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1540e000 - 0x15413ff3  libCGXCoreImage.A.dylib ??? (???) <4199fa0c7dd9592abf465b20feec52f9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9004eff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9005b000 - 0x9005cffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x9005d000 - 0x9009efe7  libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9009f000 - 0x90146fec  com.apple.CFNetwork 438.16 (438.16) <dbf00ca36a09edfae60ec44f9d7a9ef9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90147000 - 0x9014eff7  libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9014f000 - 0x9047aff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9047b000 - 0x9047bffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x906e5000 - 0x906e9fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x906ea000 - 0x90721fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90722000 - 0x909fcff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x909fd000 - 0x90e0dfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90e41000 - 0x90e65fff  libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x90e96000 - 0x90ec1fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x90ec2000 - 0x90ed8fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91086000 - 0x91100ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91101000 - 0x9110dffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9110e000 - 0x91110fff  com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91111000 - 0x9112fff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91130000 - 0x91130ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91131000 - 0x9114dff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9114e000 - 0x91255ff7  com.apple.WebKit 5533.19 (5533.19.4) <9299024ba5d2d796781e6d7312fae16a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91256000 - 0x91261fe7  libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91268000 - 0x9139bfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9139c000 - 0x9139ffff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x913a0000 - 0x913dafe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x913db000 - 0x913e0fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x913e1000 - 0x91430fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92332000 - 0x923affef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x923b0000 - 0x924fafeb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92514000 - 0x9252cfff  com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9252d000 - 0x926e9ff3  com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x926ea000 - 0x92791feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92792000 - 0x92797fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92798000 - 0x927f5ffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x927f6000 - 0x927f6ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x927f7000 - 0x92806fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x928fb000 - 0x933f5fff  com.apple.WebCore 5533.19 (5533.19.4) <9b91bb00c553ec746fdbe51abca306af> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x933f9000 - 0x93403feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93409000 - 0x9344bfef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9344c000 - 0x934d9ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x934da000 - 0x93b7afef  com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93b7b000 - 0x94379fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x943c9000 - 0x943c9fff  com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9452e000 - 0x94676ff7  com.apple.ImageIO.framework 2.0.7 (2.0.7) <acf821a3c418fdc86ef02b654366f5f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94677000 - 0x94692ff3  libPng.dylib ??? (???) <c0791798fb92acc136c250a373449359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x946c8000 - 0x94848fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94849000 - 0x94872fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x94873000 - 0x94873ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94874000 - 0x94876ff5  libRadiance.dylib ??? (???) <276f13ab6429e05b093a8dda251e3b53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94877000 - 0x9487efe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9487f000 - 0x9489cff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9489d000 - 0x9489dffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9489e000 - 0x948b3ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x948b4000 - 0x94a1bff3  libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x94a6e000 - 0x94e2aff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x94e2b000 - 0x94e2bffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94e9a000 - 0x95116fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95117000 - 0x95126ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95127000 - 0x952f8ff3  com.apple.security 5.0.6 (37592) <0b25e1e4cc34431630f01edb3fdf54d1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x953ee000 - 0x954b5ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x954b6000 - 0x95535ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95536000 - 0x95574fff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95575000 - 0x955cfff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x955d0000 - 0x95754fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95755000 - 0x95794fef  libTIFF.dylib ??? (???) <a5991d757f0c17a9bb8b1bcb14ab9ec0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95795000 - 0x95a9dfe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95a9e000 - 0x95b2bff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95b2c000 - 0x95b59feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95b5a000 - 0x95b5ffff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95b60000 - 0x95c1bfe3  com.apple.CoreServices.OSServices 228.1 (228.1) <76fdc146b4d9937f9c5cbaa1512e0023> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95c1c000 - 0x95ca3ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x95ca4000 - 0x95ddcfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95ddd000 - 0x95dfbfff  libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x95ee7000 - 0x95f64feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95f65000 - 0x95f65ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95f66000 - 0x95fb1fe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95fb2000 - 0x96024fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96025000 - 0x960b8fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x960b9000 - 0x960c2fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96100000 - 0x96132fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96133000 - 0x9617cfef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9617d000 - 0x961a5ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x961a6000 - 0x96287ff7  libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x96288000 - 0x96288ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96289000 - 0x96291fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96292000 - 0x962a0ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x962a1000 - 0x962adff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x962ae000 - 0x9630aff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9630b000 - 0x9633afe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9633b000 - 0x96534fff  com.apple.JavaScriptCore 5533.20 (5533.20.20) <55065a7f4b44e0cd1a8b2e182cefddec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x965a9000 - 0x965b9fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x965c4000 - 0x9668ffef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96690000 - 0x96690ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96691000 - 0x96695fff  libGIF.dylib ??? (???) <36f7b0255a81d97c7b360c3b11b4e462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96696000 - 0x96720ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96721000 - 0x96728ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x96729000 - 0x96809fff  libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x9680a000 - 0x9683bffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9683c000 - 0x968ecfff  edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96997000 - 0x96ad0ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x96ad1000 - 0x96c23ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96c24000 - 0x96c72fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96c73000 - 0x97031fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97032000 - 0x9708bff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9708c000 - 0x970ddff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x970de000 - 0x970deff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x970df000 - 0x97119ffe  com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9711a000 - 0x97127fe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9713a000 - 0x9760bfbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9760c000 - 0x9761cffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9761d000 - 0x97629fff  libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x9762a000 - 0x97690ffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97691000 - 0x97724ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9773d000 - 0x9775cffa  libJPEG.dylib ??? (???) <d23f3f3b9d168bf32f89449f83fa07f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9775d000 - 0x97845ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97846000 - 0x978f8ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x978f9000 - 0x978fffff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97900000 - 0x97940fef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x97941000 - 0x97cdefef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97d24000 - 0x97d48feb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi,
    /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
    Move the Safari app from the Desktop to the Applications folder.
    Restart your Mac.
    That's why you see this:
    When I try to do the updates my computer says it has ready it goes through like it is downloading them then at the end it says some of the files could not be saved to "/" files.
    After your restart your Mac, click the Apple  menu (top left in your screen) then click:  Software Update ...
    Carolyn  

  • I preordered an album , and it is not going on my phone. it only says purchased , does that mean i have to pay for it again?

    i preordered the weeknds new album , and it came out tonight. next to the songs , it just says "purchased" . it isn't downloading or anything , does this mean i have to pay for it again?

    Does it show in the Purchased tab in the iTunes store app on your phone for downloading ? Or on your computer's iTunes does it download via the Store > Check For Available Downloads menu option so that you can sync it to your phone ?

  • I have the latest version of Apple TV. I buy videos off iTunes.  I subscribe to iCloud.  Yet so many times when I try and access the stuff that I paid for via the device that I paid through the cloud that I paid for - I can't

    I only get the message that I can't access iTunes and to try again later. Every time I try later I get the sam message. What am I doing wrong? Why buy all this stuff if it doesn't work? Apple has an incredible reputation, but you stuff that doesn't work, and how do you get someone to sort it for you as per any company who sold you a series of stuff that didn't work. Who do I call? What do I do?  I just want the stuff that I paid for to work.  Is this unreasonable?  Is there a consumer regulatory group that anyone can recommend that could approach about stuff that you buy that doesn't work?

    you dont need computer. go to settings > icloud and turn off what you dont want like photostream/calendars/contacts. for itunes 11.1 you need to go to itunes.com and download it then install it.

  • I have a newer computer and I am trying to install Acrobat 9 pro. when I try to open the program it will not let me complete set up because software does not have acrobat 9 in the drop down list.

    Downloading, Installing, Setting Up

    It sounds like you might be dealing with an upgrade situation where it is asking you to select the previous 'qualifying' version that you upgraded from.  If that's the case then you will need to find the serial number for that older version as well.

  • TS1717 I have today purchased an iPod nano. I am using Widows 7. When I try to register the iPod I get the message that " iTunes has stopped working" I have reinstalled iTunes with the same result. Where do I go from here?  Brian.

    I have today purchased an iPod nano (gen 6); I use Windows 7. Am trying to register my iPod but each time I submit required info I get the message "iTunes has stopped working". I have reinstalled iTunes with same result. Where do I go from here?
    Brian

    Hello notime4,
    The article linked below details some useful troubleshooting steps that can help stabilize iTunes on your computer.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Cheers,
    Allen

  • How do I fix it when I have tried to update from Firefox 3.6.23 to Firefox 7 but when I try to run the update I keep getting a msg that I need to restart my system to update a previous version

    I downloaded Firefox 7 and when I ran the program and got to the Setup Wizard and click Standard setup I get this message "Your computer must be restarted to complete a previous upgrade of Firefox. Do you want to reboot now?" I click on yes to reboot but am still not able to install the newest version.

    Be certain you understand before attempting anything.
    There's nothing wrong with asking clarification questions... but the links are to detailed information,,.. it would be redundant to copy/paste the entire contents here.
    You may want to print out the directions.
    First try booting into safe mode to see if the kernel panic still occurs.
    If it does you have hardware issues, or disk corruption... .  Disk corruption can often be solved by Disk Repair (sometimes it cant ... then it means replacing the SSD)
    If the problem goes away in a safe boot we are possibly looking at a corrupt (or weird) 3rd party extension.
    Take it in stages.

  • How come when I try to download the latest version of Itunes, this pops up, "Service 'Apple Mobile Device' failed to start. Verify that you have sufficient priveleges to start system services. What do I do??

    Read my question above this!

    Apple Mobile Device not Starting
    ·  Windows Vista or Windows 7
    In the Start SearchServices.
    In the Programs
    Select Apple Mobile DeviceStop the service
    After the service has stopped, click Start the service.
    After the Apple Mobile Device service has started again, do your download again.

  • I've lost the ability to scroll in Firefox. I can scroll in Explorer and chrome and in any program on my laptop. When I try to scroll the little image of scrolling shows up but page won't move. I've shut down Firefox 3 times and my computer once.

    Pretty much explained the problem in the above question.

    Pretty much explained the problem in the above question.

  • How come when i try and download the new version it cant delete the old one?

    it also tells me that to contact my techincal support

    New version of what? Please ask in the forum appropriate to whatever program it is you are having trouble with.

  • I am trying to open a .xml file in FCP, when i try to import the file it says choose a translation document. Any ideas?, I am trying to open a .xml file in FCP, when i try to import the file it says choose a translation document. Any ideas?

    I am trying to import a .xml file into FCP; it asks for a translation document file. Any ideas on how to proceed? Thanks

    What kind of xml?  What kind of xml?
    Shane is right if it's an xml exported from finalcutpro but there are many other kinds/uses for xml, most of which will not import into fcp.

  • Error when I try to update the version XI Pro

    I install and have no problems but when I try to update the version I get this.

    Hi liontamer67,
    We would require the Updater logs for further analysis.
    To get the updater logs,when this error dialog pops up, copy log file present at location ~/Library/Logs/Adobe/ Adobe Acrobat Updater.Log.
    Regards,
    Rave

  • When I TRY TO OPEN THE OUTLINE I HAVE THIS ERROR:1,030,201

    I HAVE AN ASO APPLICATION BUT WHEN I TRY TO OPEN THE OUTLINE I HAVE THIS ERROR ,I HAVE ESSBASE 9.3.1,WHAT CAN I DO???

    thanks for your help,WHEN I TRY TO VIEW THE OUTLINE I DON´T HAVE PROBLEMS ,but when I try to edit the outline I have this erroR:
    OUTLINE MESSAGE
    "THERE IS A PROBLEM TRANSFERRING THE OUTLINE ,ERROR #1,030,201"
    I check the size of otl file ,IT IS 48MB.
    Edited by: user8898948 on 2/07/2010 01:13 PM

Maybe you are looking for

  • Send mail to distribution list using UTL_MAIL.SEND

    Oracle 10.2.0.4.0 Does UTL_MAIL.SEND support sending mail to a distribution list?. The doc says, the recipient mail-id should be separated by a comma. The distribution list has mail-id separated by a comma. I executed a test case sending a mail to a

  • Error Installing CS6 in Windows 8.1

    U just purchased CS6 Design and Web Premium. When istalling I received message indicating the installation failed. Created a log and a screen. I have windows 8.1

  • Directive #Import : Incorrect character in the tooltip?

    Hi, I inserted the directive #Import, and I had tooltip before compiled.  The message have unusual path to file.  More precisely, instead the character"\" the message have the character  "/" (see image). Question: its correct or Microsoft have petty

  • Media query issues

    Hi, After following all procedures of setting up the pages, the folders, etc. I want to INSERT or MODIFY the only one Media Query which is inside a CSS file. I use the one of almost default settings. I just have changed in the phone layout, 6 columns

  • IDoc Status - 30 Ready to Dispatch - What does it mean?????

    Hi Folks, I created an IDoc for a PO using ME21n Transaction. IDoc has been generated but its not been posted. It has got a status 30 Receiver Exists, No Filters, No Interface , No Version Change. Why isn't my IDoc Posted ?? It says it is ready for D