Can someone please verify if I'm doing this right?

OBJECTIVE:
Write a program that asks a user to enter in one input, either "true" or "false". Simulate the NOT gate in this program. After the user has entered in an input, ask them if they would like to continue or not; continue the program if they reply 'y' and stop if they reply 'n'.
I think this program is pretty easy, but I am not sure if I am doing it right. My understanding of the NOT gate is that if someone enters in something, it must be the opposite. So since the user is only being asked one question, and to only answer "true" or "false", the answer would be opposite to what they input right? Below is the source code of my program for the above objective, please check to see if it is right :).
// The "Chap3Program12" class.
import java.awt.*;
import hsa.Console;
public class Chap3Program12
    static Console c;           // The output console
    public static void main (String [] args)
        c = new Console ();
        String input;
        char response;
        do
            c.println ("Please enter either 'true' or 'false'");
            input = c.readString ();
            c.println ();
            if (!(input.equals ("true")))
                c.println ("You have entered " + input + ".  The result is true.");
            else
                c.println ("You have entered " + input + ".  The result is false.");
            c.println ();
            c.println ("Do you wish to stop y/n?");
            c.println ();
            response = c.readChar ();
        while (response != 'y');
        c.println ();
        c.println ("This program has terminated.  Have a nice day!");
    } // main method
} // Chap3Program12 class

Sorry, I didnt post that properly, let me repost it.
I compiled it and it works, but Im not sure if i am using my NOT gate properly, and if my program is satisfying the Objective.
if (!(input.equals ("true")))           
c.println ("You have entered " + input + ".  The result is true.");           
else           
c.println ("You have entered " + input + ".  The result is false.");           
}If not true = false, then that means my if statement is wrong? My if statement says: If input is NOT equal to true, then the result is true. Shouldn't the result be false then? If not false = true, then that means my statement after else needs to be changed, because if not false = true, the result should be true, not false?

Similar Messages

  • I have an iphone 4 and cannot get my mute off when I am using Facetime. I can hear them, but they can't hear me. When I touch the mute button, nothing happens. Can someone please tell me how to fix this?

    I have an iphone 4 and cannot get my mute off when I am using Facetime. I can hear them, but they can't hear me. When I touch the mute button, nothing happens. Can someone please tell me how to fix this?

    the mute button is a switch you need to flip, not touch. if you look at it and see color, its on.

  • Can someone please tell me how to fix this?

    Something is wrong with my internet like everything is white and is in columns
    http://i1015.photobucket.com/albums/af272/FlipGlaze/sadf.jpg
    Can someone please tell me how to fix this?
    This is happening with almost everywebsite I didnt do anything to settings and it just appeared.

    Your phone is not charging you. I think you may want to go and change your password on your apple id as it might be comprimised. Also talk to apple about any erronious charges.

  • HT204053 I recently purchased Pages for my MAC notebook and I would like to put it on my new IPad.  Can someone please tell me how to do this?

    Can someone please tell me how to get the "Pages" Ap that I recently downloaded to my MacBook Pro downloaded on my new IPad?  I have done everything I have read about but it does not seem to work.  Do I have to buy a seperate ap for my iPad?
    Thanks!

    You would have to buy Pages for your ipad from the App store.
    The program you bought is for your Mac.  it does not work on your ipad.  They are completely different platforms.

  • HT4623 My app icon shown i have 11 items waiting for updating. But the update is blank. I try to reset, switch my ipad off and reboot it, sync my ipad the 11 items still remain. Can someone please advise me how to clean this up.?

    My ipad 2 app icon show I have 11 items need updating but there is nothing on the app update page. I tried all method to reset my ipad, sycnc my iTunes with ipad connected, reset my ipad but not successful. The 11 items still appear on my app icon. Can someone help me?

    The update server is down; try this temporary workaround
    App Store>Purchased>Select "All"
    Note: Look out for apps that have the word "Update"
    http://i1224.photobucket.com/albums/ee374/Diavonex/9c256282736869f322d4b3071bbb2 a82_zps51a6f546.jpg

  • Can someone please identify my problem by reading this crash report

    Okay hi guys. So I spend a lot of my time playing pc games and ive recently run into a problem with one. Not many of you will know this game but it is called League of Legends. After having played this game on my mac for months i suddenly started encountering a problem whereby the game would crash randomly. The number of times it will crash per game (avg game length 40 mins) varies and can crash not at all or 10 times. This game is a MOBA game which simply means i play online with other people, therefore every crash sets u back greatly and basically ensures a loss. The game has regular updates roughly every 2 weeks. My problem began after over of these updates. I have tried dropping the in game graphics to no success.
    Here is the crash report and hopefully someone can help.
    If you have any questions to help you help me then please ask. ty
    Process:         BugsplatReporter [16264]
    Path:            /Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/0.0.0.93/d eploy/LeagueOfLegends.app/Contents/Frameworks/BugSplat.framework/Versions/A/Bugs platReporter.app/Contents/MacOS/BugsplatReporter
    Identifier:      com.bugsplatsoftware.bugsplatreporter
    Version:         1.0
    Code Type:       X86 (Native)
    Parent Process:  LeagueofLegends [16185]
    Responsible:     BugsplatReporter [16264]
    User ID:         501
    Date/Time:       2014-04-11 18:45:39.313 +0200
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  2E252142-2BB6-2C5B-5301-6E523F2BA043
    Sleep/Wake UUID: 9D20E7C3-B81E-4A8A-80E6-2192C576FDE8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x91e526b1 __raiseError + 193
    1   libobjc.A.dylib                     0x9741d091 objc_exception_throw + 162
    2   CoreFoundation                      0x91cfbd44 -[__NSArrayM insertObject:atIndex:] + 836
    3   CoreFoundation                      0x91cfb9e0 -[__NSArrayM addObject:] + 64
    4   BugsplatReporter                    0x00002bf6 -[BugsplatReporter fetchParams] + 582
    5   BugsplatReporter                    0x000028a9 -[BugsplatReporter init] + 84
    6   AppKit                              0x9af9acdb -[NSCustomObject nibInstantiate] + 380
    7   AppKit                              0x9af9aafb -[NSIBObjectData instantiateObject:] + 280
    8   AppKit                              0x9af99d16 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 418
    9   AppKit                              0x9af8db75 loadNib + 369
    10  AppKit                              0x9af8d19d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 828
    11  AppKit                              0x9b236d2e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    12  AppKit                              0x9af8cc1f +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 709
    13  AppKit                              0x9af87f69 NSApplicationMain + 510
    14  BugsplatReporter                    0x000026c2 _start + 216
    15  BugsplatReporter                    0x000025e9 start + 41
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x91e53007 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   com.apple.CoreFoundation                0x91e529b0 __raiseError + 960
    2   libobjc.A.dylib                         0x9741d091 objc_exception_throw + 162
    3   com.apple.CoreFoundation                0x91cfbd44 -[__NSArrayM insertObject:atIndex:] + 836
    4   com.apple.CoreFoundation                0x91cfb9e0 -[__NSArrayM addObject:] + 64
    5   com.bugsplatsoftware.bugsplatreporter          0x00002bf6 -[BugsplatReporter fetchParams] + 582
    6   com.bugsplatsoftware.bugsplatreporter          0x000028a9 -[BugsplatReporter init] + 84
    7   com.apple.AppKit                        0x9af9acdb -[NSCustomObject nibInstantiate] + 380
    8   com.apple.AppKit                        0x9af9aafb -[NSIBObjectData instantiateObject:] + 280
    9   com.apple.AppKit                        0x9af99d16 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 418
    10  com.apple.AppKit                        0x9af8db75 loadNib + 369
    11  com.apple.AppKit                        0x9af8d19d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 828
    12  com.apple.AppKit                        0x9b236d2e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    13  com.apple.AppKit                        0x9af8cc1f +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 709
    14  com.apple.AppKit                        0x9af87f69 NSApplicationMain + 510
    15  com.bugsplatsoftware.bugsplatreporter          0x000026c2 _start + 216
    16  com.bugsplatsoftware.bugsplatreporter          0x000025e9 start + 41
    Thread 1:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9233c992 kevent64 + 10
    1   libdispatch.dylib                       0x999ef8bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x999ef556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x01b95600  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00332c00  esi: 0x91e525fe  ebp: 0xbfffef48  esp: 0xbfffef40
       ss: 0x00000023  efl: 0x00000282  eip: 0x91e53007   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x03fb8000
    Logical CPU:     2
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
        0x1000 -     0x6fff +com.bugsplatsoftware.bugsplatreporter (1.0) <12CFA75B-A0BF-E6B0-FE31-69643602C5B7> /Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/0.0.0.93/d eploy/LeagueOfLegends.app/Contents/Frameworks/BugSplat.framework/Versions/A/Bugs platReporter.app/Contents/MacOS/BugsplatReporter
    0x8fe05000 - 0x8fe37417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90012ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90013000 - 0x90169ff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9016c000 - 0x9016cfff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9016d000 - 0x90178ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90179000 - 0x90185ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9018b000 - 0x901e1ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x902a2000 - 0x902a6ffc  com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x902af000 - 0x90324ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <5C9BC698-0CC1-3F6A-9F9D-BCC3A9C3D6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x904ea000 - 0x905defff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90b29000 - 0x90b8aff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90b8b000 - 0x90baeff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x90baf000 - 0x90bbbff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90bbc000 - 0x90be6fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x90c96000 - 0x90caeff7  libsystem_malloc.dylib (23.1.10) <69F485C9-B3E7-3E36-A06C-D7DFD29D22E1> /usr/lib/system/libsystem_malloc.dylib
    0x90cd1000 - 0x90cd1fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90cd2000 - 0x90cd6ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91c7f000 - 0x91c98fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91c99000 - 0x91cb1fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91cb2000 - 0x91ce2ff7  com.apple.CoreServicesInternal (184.8 - 184.8) <88528205-9452-3EEC-BB27-DAAA7EC81E04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x91ced000 - 0x91eefff7  com.apple.CoreFoundation (6.9 - 855.11) <50F70E07-043A-3A2F-87EF-A36BA6C5C9D9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91ff9000 - 0x91ffdffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x91ffe000 - 0x91ffefff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91fff000 - 0x92035fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x92069000 - 0x922cdfff  com.apple.CoreData (107 - 481) <F699EC21-57D9-3AE6-A17B-C1D1092780BD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92324000 - 0x92341ff4  libsystem_kernel.dylib (2422.1.72) <C5641F6C-E271-380A-A656-AE4C04345602> /usr/lib/system/libsystem_kernel.dylib
    0x92c11000 - 0x92c15fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x92c1d000 - 0x92c1fffe  libCVMSPluginSupport.dylib (9.0.83) <BD30BDD1-DD5B-3F31-A09B-C274EA93CD7C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x92c38000 - 0x92c39ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x93286000 - 0x93290fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x93337000 - 0x93337fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x933c3000 - 0x933e0ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x933e1000 - 0x933e1ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <8A37963C-DF6F-3DFF-94E9-407DC5DFEDA9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x933e4000 - 0x933e5fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x933e6000 - 0x9343fffa  libTIFF.dylib (1038) <691DAAFD-D72B-3BE9-AE5C-84AF86BE66CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93440000 - 0x93442fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x93443000 - 0x9357aff3  com.apple.desktopservices (1.8 - 1.8) <4D853961-F911-3FE2-A7DF-3130EA1D8CEB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9357b000 - 0x937e8ff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x937e9000 - 0x93825ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x93826000 - 0x9384dfff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9384e000 - 0x93857fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x93858000 - 0x93a04ff1  com.apple.QuartzCore (1.8 - 332.0) <07F9B77F-35A2-3D21-99FA-CD3FCE5B9C7B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93a05000 - 0x93a14fff  libGL.dylib (9.0.83) <E76D1F2A-D98B-3464-AD0B-FC1EBBADF027> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93a24000 - 0x93a31fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x93d59000 - 0x93e57fff  libJP2.dylib (1038) <EE0B9985-625D-39E6-B425-03FB75BA2594> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93fc6000 - 0x93fc7ffa  libsystem_sandbox.dylib (278.10) <F3C9C427-AF9F-3CE0-95FF-DC9ACA0B5760> /usr/lib/system/libsystem_sandbox.dylib
    0x93fc8000 - 0x9400afff  libGLU.dylib (9.0.83) <0D9BFE5A-435E-3C66-AF96-D3567B8FC87B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9400b000 - 0x94010ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x9428e000 - 0x94296ff7  libCGCMS.A.dylib (599.7) <A7404924-9A2B-3324-A934-BD08953E7098> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x94297000 - 0x9429ffff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x942b9000 - 0x942e7ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x943d4000 - 0x943ddfff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9441d000 - 0x9441fffb  libRadiance.dylib (1038) <F0D3F13B-5628-3DF9-8B86-A4D914567B25> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x94429000 - 0x9449cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9449d000 - 0x94812ff9  com.apple.HIToolbox (2.1 - 695) <74E2DE33-E48E-3206-BD78-AFB988235A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94813000 - 0x948e3fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x948e4000 - 0x948f8ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x948f9000 - 0x94cbeff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94cbf000 - 0x94d57ff7  com.apple.Metadata (10.7.0 - 800.12) <0AE4CD6B-FDFC-31ED-9F2C-FE870155CAF9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94fbe000 - 0x95006fff  com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x95007000 - 0x9543bff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9543c000 - 0x954a5fff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x954a6000 - 0x9566cffb  libicucore.A.dylib (511.25) <44DDE9A4-578E-3D23-A41A-D8795D000A18> /usr/lib/libicucore.A.dylib
    0x9566d000 - 0x956e2ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x956e3000 - 0x959e4ff7  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <C514A490-8689-3665-AD82-863B5FF8D6AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x959e5000 - 0x95b57ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <E5FFD35D-18CF-333C-BECE-39F8E47BE707> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b58000 - 0x95b66fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x95b67000 - 0x95bc5ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95bc6000 - 0x95bf7ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x95c38000 - 0x95c3cffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x95c43000 - 0x95c51ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x95c52000 - 0x95d15ff1  com.apple.CoreText (352.0 - 367.15) <746AD442-F7B4-3273-A36D-C7103D26F727> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95d41000 - 0x95ea3ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95ea5000 - 0x95ea8ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x95ea9000 - 0x95f95ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x95f96000 - 0x95fa3ff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x95fa4000 - 0x95fc8fff  libJPEG.dylib (1038) <212B0986-9227-397C-9493-BCB190EC020E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95fc9000 - 0x95fd0ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95fd5000 - 0x96014ff7  com.apple.bom (12.0 - 192) <50F9D23C-9C9A-38BF-B4E2-66D93BE2A174> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96015000 - 0x96017fff  libsystem_configuration.dylib (596.12) <1C31C3F6-568D-3854-AE03-A5DA2F39297E> /usr/lib/system/libsystem_configuration.dylib
    0x96040000 - 0x9614cfff  com.apple.ImageIO.framework (3.3.0 - 1038) <0B4A6607-9FBC-3A6C-984A-0542DE8385FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9614d000 - 0x96153ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x96154000 - 0x9617fff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x96180000 - 0x96184ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x9621a000 - 0x96283fff  com.apple.datadetectorscore (5.0 - 354.0) <0C6C812D-3E7A-31A4-BFDE-CD3316AA35B6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96287000 - 0x96287fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x965e5000 - 0x965f0fff  com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965f1000 - 0x966d7ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x966d8000 - 0x96743ff9  com.apple.Heimdal (4.0 - 2.0) <E3091095-A893-3089-8DA1-8705B3BE5BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96748000 - 0x967f4ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96825000 - 0x96b0ffd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b3f000 - 0x96bc8fff  com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x96c30000 - 0x96ca6ff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96ca7000 - 0x96cc3ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x96cc4000 - 0x96cdfff6  libPng.dylib (1038) <F39168D4-ABEB-3C2D-A763-B9D3E1EF43BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96ce0000 - 0x9700bff6  com.apple.Foundation (6.9 - 1056) <C8AE9C03-3460-354A-A8B6-EF4955BE600D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9700c000 - 0x97404ff3  com.apple.CoreGraphics (1.600.0 - 599.7) <DB004990-F06F-3768-AE4C-191B3C748EFC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x97405000 - 0x9740efff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9740f000 - 0x975b74af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x975b8000 - 0x975cafff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x975cb000 - 0x97608ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x9768e000 - 0x976a8ff7  com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x976a9000 - 0x976aafff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x976ae000 - 0x976b6fff  libsystem_dnssd.dylib (522.1.11) <1C015806-B971-34F9-B162-3DF7897351D0> /usr/lib/system/libsystem_dnssd.dylib
    0x976b7000 - 0x97707ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9771c000 - 0x9779cff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97c35000 - 0x97c3dfff  liblaunch.dylib (842.1.4) <3798500D-4436-3AEB-B273-7F2428C33A4A> /usr/lib/system/liblaunch.dylib
    0x97ca1000 - 0x97cafff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x97cb0000 - 0x97cfcff7  libcups.2.dylib (372) <9A2BE8DC-37E4-3019-B665-1036FE7868EA> /usr/lib/libcups.2.dylib
    0x97cfd000 - 0x97dcaff7  com.apple.backup.framework (1.5 - 1.5) <E33257DD-A751-3230-89B7-B4B79F70A8FB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97dce000 - 0x97dd6ffe  libGFXShared.dylib (9.0.83) <35644AAA-B1E7-367C-90C0-378024F8A46A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x97dd7000 - 0x97e2cfff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x9878a000 - 0x9881cffe  libsystem_c.dylib (997.1.1) <D06FD754-8CE3-3EB7-BE05-2EF939BBE05F> /usr/lib/system/libsystem_c.dylib
    0x98873000 - 0x98904fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98911000 - 0x98a01ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x99388000 - 0x993b4ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x993b5000 - 0x99403ff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99404000 - 0x99665fff  com.apple.RawCamera.bundle (4.08 - 709) <941EB1CC-D625-3678-80B0-7D7299C7F261> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x99666000 - 0x99666ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9966d000 - 0x99678ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x996f9000 - 0x999ebff8  com.apple.CoreImage (9.0.54) <D7BC3E53-EF5B-3A14-8808-8D45EE505B48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x999ec000 - 0x99a04ffd  libdispatch.dylib (339.1.9) <6249BAE5-044F-3A7A-9CCC-03FF7E6B405B> /usr/lib/system/libdispatch.dylib
    0x99bcd000 - 0x99c64ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x99cba000 - 0x99cc3fff  com.apple.DiskArbitration (2.6 - 2.6) <6379523D-3196-370C-AE4A-8EA586E36909> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99cf6000 - 0x99d04ff3  com.apple.opengl (9.0.83 - 9.0.83) <16CFFD50-217E-3E18-88AF-7F2AD980628B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x99da5000 - 0x99eb7ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x99f0a000 - 0x99f0bfff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x99f3f000 - 0x99f51fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x99f52000 - 0x99fa1fff  com.apple.opencl (2.3.57 - 2.3.57) <93385E1C-00D9-31BE-9652-7F3C09484B3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9a0bf000 - 0x9a0e7fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x9a0e8000 - 0x9a113ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x9a137000 - 0x9a17dff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9a205000 - 0x9a229fff  libxpc.dylib (300.1.17) <252BC88F-A5CA-3E67-AEDB-3D7B9F4537E2> /usr/lib/system/libxpc.dylib
    0x9a2fa000 - 0x9a2fbfff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x9a2fc000 - 0x9a301ff3  libsystem_platform.dylib (24.1.4) <875321B9-34EF-3FCC-880C-633FA05223F5> /usr/lib/system/libsystem_platform.dylib
    0x9a302000 - 0x9a33fffb  libGLImage.dylib (9.0.83) <FA15FEB5-54E4-313B-8E78-A2D2E6C88FE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9a340000 - 0x9a344ffa  libGIF.dylib (1038) <5CEB4EDF-B0B6-33A6-BDDE-8C0D3226FA72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9a345000 - 0x9a34cffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9a34d000 - 0x9a359ffe  libkxld.dylib (2422.1.72) <F9B35FA5-C936-3286-A055-2B0780A674AC> /usr/lib/system/libkxld.dylib
    0x9a35a000 - 0x9a3f6fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a3fa000 - 0x9a3fdfff  libdyld.dylib (239.3) <729B32AC-EEE2-3739-8CE3-F90838D51906> /usr/lib/system/libdyld.dylib
    0x9a68f000 - 0x9a76aff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9af30000 - 0x9af85ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9af86000 - 0x9bba1ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9be5b000 - 0x9be64ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9be65000 - 0x9be66ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9bea0000 - 0x9bea1fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9bf93000 - 0x9bfefffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9bff0000 - 0x9c00cfff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x9c080000 - 0x9c090ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9c13d000 - 0x9c13dfff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9c2fb000 - 0x9c32cffd  com.apple.GSS (4.0 - 2.0) <6BA01155-4DAD-30EE-B480-D224650EA010> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 34119
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=131.2M resident=30.6M(23%) swapped_out_or_unallocated=100.6M(77%)
    Writable regions: Total=50.5M written=1332K(3%) resident=1900K(4%) swapped_out=0K(0%) unallocated=48.6M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG image                              4K
    CG shared images                    140K
    Kernel Alloc Once                     4K
    MALLOC                             40.7M
    MALLOC (admin)                       48K
    Stack                              65.6M
    VM_ALLOCATE                         364K
    __DATA                             13.5M
    __IMAGE                             528K
    __IMPORT                              4K
    __LINKEDIT                         43.0M
    __OBJC                             1780K
    __PAGEZERO                            4K
    __TEXT                             88.3M
    __UNICODE                           544K
    mapped file                       152.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             407.0M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f41
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE HDD TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB OPTICAL MOUSE
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

    DrivenSky,
    the “uncaught exception/object cannot be nil” error strongly suggests that it’s due to a programming error in the game. You might have better luck reporting this to the publisher of the game, to see if this is a known problem that will be addressed in their next update.

  • I have a very strange home screen app glitch; can someone please take some time to read this because I am stuck!

    I truly thank anyone who reads this and offers any suggestions.
    I went to the App Store on my iPod touch 4th generation (6.0.1) and downloaded an app.  Then I went back to the home screen to move the app inside a folder.  I did this while the app was downloading.  I held down the icons and they began to wiggle.  As I dragged the app icon over the folder, the screen froze, then went through a bunch of random whatever.  Now, suddenly, I have two copies of the same app, one of which is ready to use, and one that has the "Installing" bar full.  I can't delete either of them.  Is there ANY way to fix this without restoring?  Thanks so much for your help.

    Yes.a reset does not erase any data. I always do that when my ipad has a problem. Even apple says it before you go to the genius bar.
    You never know how a reset and just fix one simple thing.

  • Can someone please give me a solution for this.

    2 Problems...
    Its getting to the point where i just want to go to Apple Genius and start rageing.
    Its a brand new iPod Touch 5g. My old iPod Touch had been replaced just yesterday.
    I had a bad day yesterday and by this new problem im not in the best of mood.
    I come home all happy because i didnt use my iPod Touch 5g for 2 whole weeks, Plug it into my Computer to found USB not recognized.
    I tried everything from knowledge to the Internet but found nothing. Not one them gived me a answer to fix this. Its really annoying because my iPod Touch isnt charging as well.
    The weird thing is... when i plugged it into my PS3, at that time my iPod Touch had 20%. My playstation didnt also recognize it. I left there for hours as i played. When i finally finish playing i found my iPod was full charge... It didnt state that it was charging. I would have noticed.
    My second problem is the WIFI isnt working probably. All the wifi's i tried it either works for a few minutes than it loses connection or doesnt connect at all.
    What is the bloody problem. Is the iPod faulty or is it me.

    lllaass wrote:
    lizdance40, did you read the original post? The poster's problem is that when he connects the iPod to his computer the iPod does not appear in iTunes. He does not say he has a wifi problem with his iPod.
    lizdance40 wrote:
    You need to do an update on your router's firmware, or get a higher speed router..
    Or replace the router and or modem.  High demand can burn out a router in 2 years.  Typical life is about 4-5 at most.
    The new iPod is more advanced and if your router is slow or inconsistant signal your iPod will stop trying to connect to save your battery.
    of course he dose have a wifi problwm. read the last line of the original post

  • I have windows XP and last night i updated my ipod touch and this morning its not being recognized by itunes OR the computer... Can someone PLEASE help me... This is my life!

    i updated my ipod touch last night and woke up to the default screen from when you FIRST buy one and they tell you to sync it with itunes. It was recognized last night and now it isnt at ALL. I Really need some help... This has been frustrating me all morning. I would really appreciate it

    - Try manually placing the iPod in recovery mode. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore
    - Next, try placing the iPod in DFU mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • After the new update to 16 my add on's ect are not work ing. I want to go back to what I had b4. Can someone PLEASE tell me how to do this?

    all i want is to go back to the old version

    Are those extensions compatible with your current Firefox version?
    Do you see them in Tools > Add-ons > Extensions (about:addons)?
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.
    If this hasn't helped then also try to delete the addons.sqlite file.

  • My ipod touch 2nd generation wont work now ever since I took the screen apart trying to tighten up the headphone jack, can someone please tell me how to fix this problem!!!

    Ever Since I took it apart trying to to fix the headphone jack which need tightened because only one side was working

    Everything seems to be working fine when I double click the home button the music play thing shows up, but when I try to press play to touch it it want play, ever since I took it apart a piece of thescreen  that was connected to a black part  got broken off (not the screen but the black part),and now it closes in all corners except the one where it was broken, but I put it back in place it's just not connected to the screen.

  • Macbook pro 2010...cursor is acting crazy jumping everywhere and responding very slow...thought it was the track pad but I plugged in a mouse and it still does the same thing...is this a virus?..and can someone please help?...

    My Macbook pro is acting Crazy....the Cursor just keeps on jumping everywhere and not responding when I use the trackpad....Even when it does respond it is very slow...I thought it was the trackpad acting up but realized it wasnt when i plugged in a mouse and it still did the same thing...this happened one other time and shortly after my computer froze...I had to restart for it to work but restarting dosent help this time...can someone please help?...Is this a Virus?

    It is not a virus.  See my Mac Virus Guide*.
    As to what it might be, that's hard to say.  You should try some basic troubleshooting...  Repair the hard drive with disk utility.  Boot in safe mode and see if it happens then, log in to a different user account and see if it happens there, reboot from another system and see if it happens.
    Apparently some people have had this kind of problem caused by swelling batteries that push on the underside of the trackpad and cause all kinds of strange problems.  Is your machine's underside deformed at all?
    * Disclaimer: links to my pages may give me compensation, and should not be taken as endorsement of my services by Apple.

  • Time Capsule keeps disconnecting while trying to backup or copy files, can someone please help me?

    I have a MacBook Pro, a Desktop PC running Windows 7 and a wifi router connected to the Broadband Internet. All devices share the same local network.
    My Time Capsule (early 4th Generation) is connected via ethernet directly to the modem, I'm also able to connect wirelessly.
    I also have an external seagate 3t drive connected to the time capsule.
    For some strange reason, my Time Capsule keeps disconnecting form the Network after I try to access the data either in the tc or the hd, however the light is always green.
    The problem mainly happens when copying data either from my Windows PC or my MacBook Pro: eventually, the connection between it and the Time Capsule is lost, interrupting the copy. It keeps happening every time, after a while, and only gets fixed rebooting Windows and the Time Capsule. I can't copy my PC data.
    I've tried soft and hard reset, the time capsule it's discoverable again and able to connect either via ethernet or wirelessly, however if I try to copy something to it or do a backup, it immedialty disconnects itself.
    Can someone please try to help me solve this issue?
    Thanks

    Wow! Thanks so much for such a prompt reply and for trying to help me, I really do appreciate it.
    Your reply is so detailed because, unlike me, you are an expert, so I’ll try to answer the questions you are asking, however I’m not that good at computers so please be patient and excuse me.
    1. Network layout.
    What is the wifi router you have??
    Answer: I’m connected to the internet through my ISP (centurylink formely Qwest) modem, ZyXel Q1000Z, I went to my modem page and copied this for you, it hope it helpsModem Status
    Modem Parameter
    Status
    Firmware Version:
    QZZ001-4.4.015.1-Q1000Z
    Model Number:
    Q1000Z
    Serial Number:
    S110Y12050750
    WAN MAC Address:
    40:4a:03:f4: I deleted some #s to post it
    Downstream Rate:
    20127 Kbps
    Upstream Rate:
    892 Kbps
    ISP Protocol
    PPPoE
    Encapsulation:
    ATM - LLC Bridged
    I presume this is modem as well.. please give all the details of the modem router .. make and model and what role it has in the network.. ie main router or bridged. If wireless is running what you do with it. Are devices connected to the modem router and so some devices are connected only indirectly to the TC?
    Answer:
    Make and model listed above, not sure about the bridge thing but in the image above it says something about encapsulation, does that help? If the wireless is running, (I assume you are talking about TC) I usually backup my MBP and my Windows PC, I also have a Seagate 3T Connected to the TC and I save music, photos and files on it to share within my network. Yes there are tons of devices connected to the modem, eg. Mac, MBP, MAir, Ipads, AppleTVs, iphones, printers, etc. Although when I first set-up time capsule (about 1 ½ years ago) I created a wireless network connection, Nobody ever connects to that network to access the internet, the only person that connects to the TC is me and that will be either through my MBP or my pc.
    I think I should mention that my ISP modem is connected to my PC through and Ethernet cable, although I connect wirelessly to it and my TC is also using an Ethernet cable to connect to the modem, however I sometimes connect to TC wirelessly. Not sure if you needed to know that be just in case.
    What setup and role does the TC have.. ie is it router or in bridge. If the main modem is also router than the TC must be bridged.
    Answer: Not sure??
    What firmware is the TC running?
    Answer: 7.6.4
    Has this been stable in the past and now has failed.. or was it always bad?
    Answer: Yes!, it used to be stable before, I really never had issues, this has happened since last November I think.
    2. Initial changes to get the ball rolling.
    Let me strongly recommend you do these thing...
    Comment:
    I’m about to do your recommendations after I finish typing this, however I thought I should mention that while on Windows 7, I am only able to see the TC on Airport Utility as soon as I unplug the TC and plug it back in, other than that TC doesn't show up on it, I am only able to see the TC through Windows Explorer/Network. Also sometimes while I’m doing something else, like being on the net, I notice the HD connected to the TC seems to be reading something
    All SMB compatible names.. that is for windows to work properly.. so short.. 2-10 is plenty of characters.. but make 20 the limit, no spaces and pure alphanumeric. (This is narrow, but easy to remember).
    Comment:
    When doing the factory reset do I need to this SMB thing? I’m a bit confused here, you are talking about me doing manually, so I can type something like this right?
    Good TC name. TCGen4
    Good 2.4ghz wireless name. TC24ghz
    Good 5ghz wireless name TC5ghz
    Exactly what format is the USB drive? Is it partitioned GUID and formatted HFS+ on the Mac?? this is the only way really.
    Answer: The Hard Drive connected to the TC is a Seagate 3t, I did do a partition GUID and half of it is to be used in my mac and the other in pc, I had no issues in the past with these partitions, I was able to save files from my MBP to the HD and from my PC to the HD, and then later able to see either files on both my mac or pc.
    I use my TimeMachine to Backup on the TC and it backs up both the TC and the HD connect it to it, I then have another HD connected to my MBP and do another backup there, I have lost information in the past and that’s is why I do so many backups.
    I also wanted to mention that most of the time the TC disappears from the network is when I try to copy something to it.
    I'm also enclosing a couple of photos of my windows airport utility, I am not sure if they will help you know something, I deleted my name and Ip address.
    Thanks again LaPastenague

  • I can't open safari in my ipad 2, can someone please help me?

    I can't open safari in my ipad 2, can someone please help me how to solve this problem?

    If you have iOS6: Double click your home button. The app icons will line up on the bottom of the screen. Scroll sideways if needed to see the mail app. Hold your finger down on it until they all start to wiggle. Tap on the red circle to close the app. Single tap the home button to exit the mode.
    If you have iOS7, double click your home button. You'll see the app icons and a preview window for the app. Scroll sideways if needed to access the mail app. Flick the preview window up and off the screen. Single tap the home button or tap on the home page preview to exit the mode
    See if Safari will open after that.

  • Can someone please tell me on how to modify this code so that I dont have to enter the file name at all?

    Hello
    can someone please tell me how to modify this code so that I dont have to enter the file path at all? When i give the same file path constants to both the read and write VIs I'm getting an error message.
    Attachments:
    read and write.vi ‏11 KB

    Yup use the low level File I/O opening the reference once, and closing it once.  
    As for the path selection you have an unwired input which is the path to use.  Programatically set that and you won't be prompted to select a path.  Usually this is done with a path constant to a folder, then using the Build Path, to set the file name in that folder.
    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.

Maybe you are looking for

  • Macbook Pro & Talk Talk DSL-3680 router

    Hi, I have unlimited broadband and a DSL-3680 router. As a rule everything works very well, I have an iPhone, iPad, apple tv, LG TV and a Macbook Pro, everything works well apart from the wifi connection to the macbook pro, it works for about 5 minut

  • Problems with MySQL ODBC install on Linux

    Oracle 11gR2 Linux 6.3 I am using the Oracle ODBC Gateway and trying to configure for connectivity to MySQL. Can anyone forward me: (1) link to MySQL ODBC Driver (2) instructions on how to install I have tried installing the following and I am gettin

  • Can I use java on this machine?

    Because the machines of our schools all show the informaiton like below when I type "java": Usage: java [-options] class [args...] (to execute a class) or java -jar [-options] jarfile [args...] (to execute a jar file) where options include: -client t

  • Firefoz 35.0.1 would not update shockwave by clicking update button

    Add-on manager page for Shockwave Flash states that shockwave flash 16.0 r0 is vulnerable and blocked. Update Now button is highlighted. When update button is clicked it displays https://blocklist.addons.mozilla.org/en-US/firefox/blocked/p178 this pa

  • Latest Update does not fix unresponsive settings

    I have upgraded to the latest version of the Flash Player for Mac OS X Lion (v10.3.183.7) and I am still experiencing the unresponsive settings screen.  I have made sure to completely uninstalled the prior verson, reboot and install the latest versio