Gnome3 quits on login

Gnome manager starts up after login and gives a message about something gone terribly wrong! Logout. 
dmesg:
gnome-shell[1704]: segfault at 5 ip 00007fe6c897cf59 sp 00007fff0939aef0 error 4 in libcairo.so.2.11000.2[7fe6c8944000+a9000]
composite sync not supported
gnome-shell[1740]: segfault at 5 ip 00007fdfd89d3f59 sp 00007fff3e79ff10 error 4 in libcairo.so.2.11000.2[7fdfd899b000+a9000]
gnome-settings-[1667]: segfault at 7f6a119cf210 ip 00007f6a119cf210 sp 00007fff710dff58 error 14 in libdbus-1.so.3.5.3[7f6a11c11000+43000]

Updated it just yesterday and it started behaving.  The radeon card is all yucky on the screen, but using the other card is perfectly ok.  At least gnome is working.  I cannot figure out why it won't do XRANDR extension.

Similar Messages

  • IPhone 4s Safari quits, re-login session

    Since the iOS 7.1 update, if I open more than one app besides Safari, when I come back to Safari, it apparently has quit (normally due to RAM or ???), and any sites requiring a login have to be re-logged into.
    This is a royal pain. It never did this before 7.1, and no 7.1.1 did not fix it.
    7.1 was done "over the air", 7.1.1 was done through iTunes.
    Why won't Safari stay open?
    Why does it not save session cookies?

    Oh dear, wrong community!  I can't find a community for iPhone problems?

  • [Gnome3.6] GDM Login Problems

    I just upgraded to gnome3.6 and now gdm is broken in the following way.
    If I select my user, the screen freezes for a couple of seconds and then displays:
    "Authentication Failure"
    If I type my username manually in gdm, everything works fine.
    The following is written to gdm's log file:
        JS ERROR: !!!   Failed to start verification for user
        JS ERROR: !!!     message = '"Timeout was reached"'
        JS ERROR: !!!     fileName = '"/usr/share/gnome-shell/js/gdm/util.js"'
        JS ERROR: !!!     lineNumber = '208'
        JS ERROR: !!!     stack = '"0 anonymous("result" = [object _private_Gio_SimpleAsyncResult], "obj" = [object _private_Gdm_UserVerifierProxy])@/usr/share/gnome-shell/js/gdm/util.js:208
    According to the commit message of the code that throws the exception, this error was thrown because of a DBus error.
    https://mail.gnome.org/archives/commits … 09038.html
    I'm using systemd.
    Any ideas what is going wrong?

    Please try to reduce the number of users in /etc/passwd, /etc/shadow. In Fedora 18 running on an old, slow desktop PC with Gnome 3.6.2, the username was finally accepted after removing approx. 1100 accounts, leaving only 60 accounts.

  • Quite Tough Login Problem...Help..

    Hi, i think this is quite challenging...
    I got a long string that looks like this,
    "|Cathy01|AND|Landed|OR|Cathy02|AND|Landed";
    and i have a text file that contain a paragraph and the task now is to compare the sentences to match the above string.
    Looking at the string above, i need to create a logic that will search the sentences for Cathy01 landed OR Cathy02 landed....if either 1 is found in the sentences then it is successful..
    A Sample ParaGraph looks like this:
    Flight Alert: Cathy01 has just <i>landed</i> in the airport.Please get ready to board as the flight will take off in 10 mins.Thank You.
    Pls Helpp........Thanks in advance

    This will give you a lead:
    import java.util.*;
    public class Cathy
         String par = "Cathy1 and Cathy2 are about to land";
         String lk1 = "Cathy1";
         String lk2 = "Cathy2";
         String ls1 = "land";
    public Cathy() 
         if (search(lk1,ls1,lk2)) System.out.println(""+1) ;
         if (search(lk2,ls1,lk1)) System.out.println(""+2) ;
    // look for s1 + s2 but bot s3
    public boolean search(String s1, String s2, String s3)
         StringTokenizer st = new StringTokenizer(par," ");
         while (st.countTokens() > 0)
              if (st.nextToken().compareToIgnoreCase(s1) == 0)
                   while(st.countTokens() > 0)
                         String s = st.nextToken();
                        if (s.compareToIgnoreCase(s2) == 0) return(true);
                        if (s.compareToIgnoreCase(s3) == 0) return(false);
         return(false);
    public static void main (String[] args) throws InterruptedException
         Cathy ct = new Cathy();
    }     

  • Finder Quit on start up.

    Every time I start up the finder quits after login items have loaded.
    Did have kernal panics over the last few months too.
    Any suggestions appreciated.
    Macbook pro 6,2
    OS 10.8.4
    Here's the last report:
    Process:         Finder [212]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.8.3 (10.8.3)
    Build Info:      Finder_FE-808003001000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [196]
    User ID:         501
    Date/Time:       2013-08-11 08:46:05.136 -0600
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  4
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0:
    -->
        __TEXT                 0000000103f13000-00000001043ce000 [ 4844K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib             0x0000000109a94686 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x0000000109a93c42 mach_msg + 70
    2   com.apple.CoreFoundation           0x000000010692a233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation           0x000000010692f916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation           0x000000010692f0e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                0x000000010550beb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                0x000000010550bc52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                0x000000010550bae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                   0x00000001074a0533 _DPSNextEvent + 685
    9   com.apple.AppKit                   0x000000010749fdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                   0x00000001074971a3 -[NSApplication run] + 517
    11  com.apple.AppKit                   0x000000010743bbd6 NSApplicationMain + 869
    12  com.apple.finder                   0x0000000103f18b56 0x103f13000 + 23382
    13  libdyld.dylib                      0x00000001098ba7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x0000000109a96d16 kevent + 10
    1   libdispatch.dylib                  0x0000000109888dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                  0x00000001098889ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib             0x0000000109a966d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x0000000109926f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                  0x0000000109926d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                  0x00000001099111d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib             0x0000000109a966d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x0000000109926f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                  0x0000000109926d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                  0x00000001099111d1 start_wqthread + 13
    Thread 4 Crashed:
    0   com.apple.finder                   0x0000000103f1b808 0x103f13000 + 34824
    1   com.apple.finder                   0x00000001041071bc 0x103f13000 + 2048444
    2   ???                                0x00000deadbea7dad 0 + 15302363086253
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x00000001054a6000  rdx: 0x00000001054aa000
      rdi: 0x0000000000000000  rsi: 0x00000001054aa000  rbp: 0x00000001054a7f4c  rsp: 0x00000001054a7f4c
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x0000000103f1b808  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU: 2
    Binary Images:
           0x103f13000 -        0x1043cdff7  com.apple.finder (10.8.3 - 10.8.3) <5AF2416D-6AF0-386F-86D5-A276C74780E6> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x1044dc000 -        0x1045fcfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10466f000 -        0x1046c0ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x1046f3000 -        0x1049c4ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x104aff000 -        0x104b42ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x104b5b000 -        0x104b61fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x104b6d000 -        0x104bdbff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x104c0a000 -        0x104ccfff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x104d4b000 -        0x104ef9fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x104fb5000 -        0x104fb5fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x104fbe000 -        0x104fcdfff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x104fd6000 -        0x1050b0fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x105134000 -        0x105190fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x1051d0000 -        0x1051defff  com.apple.Collaboration (68 - 68) <164D07CA-B00B-36C1-B488-D33329FB8314> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x1051f3000 -        0x1053f3fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
           0x105497000 -        0x10549efff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1054ac000 -        0x1057dcfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x105933000 -        0x105be2fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x105e1c000 -        0x105f1afff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x105fd3000 -        0x10602dfff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x106071000 -        0x106074fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x106080000 -        0x1061d2fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10625c000 -        0x10634dff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x1063b4000 -        0x1063b5fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1063bd000 -        0x10644cfff  libCoreStorage.dylib (296.16.1) <35FE3D47-089C-351A-AC9E-4D2C82AE5D87> /usr/lib/libCoreStorage.dylib
           0x106475000 -        0x1064befff  com.apple.DiskManagement (5.2.1 - 665.1) <8F2C8673-B1DE-33CE-A024-5E179EA8D378> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
           0x1064e6000 -        0x1064f0fff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
           0x106502000 -        0x106529ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10654a000 -        0x10657efff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1065af000 -        0x106617ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x106673000 -        0x106674ff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
           0x106682000 -        0x10679a92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
           0x1067bc000 -        0x10688eff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x1068ef000 -        0x1068effff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x1068fa000 -        0x106ae4ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x106c47000 -        0x106c47fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x106c4f000 -        0x106faefff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x1071d3000 -        0x1072ecfff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10734b000 -        0x107f78fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x108674000 -        0x1087e9ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x1088a9000 -        0x1088bcff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x1088cc000 -        0x1088edfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x108902000 -        0x10890fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10891b000 -        0x1092ab4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x1093ba000 -        0x10943aff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10946a000 -        0x109527ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x109573000 -        0x1095c9fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x109601000 -        0x109614ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x109627000 -        0x109681fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x1096b4000 -        0x1096f3ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x109711000 -        0x109725fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x10973f000 -        0x109751ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x109758000 -        0x10975cfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x109768000 -        0x1097d1fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x109839000 -        0x10983efff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x109844000 -        0x109852fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
           0x10985f000 -        0x109864fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x109873000 -        0x10987afff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x109884000 -        0x109899ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x1098ae000 -        0x1098afff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
           0x1098b8000 -        0x1098bbff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x1098c7000 -        0x1098c7fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x1098cf000 -        0x1098d7fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
           0x1098e2000 -        0x1098e8fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x1098f2000 -        0x1098f4fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
           0x109900000 -        0x109901ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
           0x109909000 -        0x10990afff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x109910000 -        0x1099dcff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
           0x109a26000 -        0x109a2eff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
           0x109a36000 -        0x109a6cfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x109a84000 -        0x109a9fff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x109ab3000 -        0x109ae1ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x109af2000 -        0x109b00ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x109b11000 -        0x109b1cfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x109b29000 -        0x109b2aff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
           0x109b35000 -        0x109b37ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x109b43000 -        0x109b49ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x109b57000 -        0x109b79ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
           0x109b97000 -        0x109be6ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
           0x109bfb000 -        0x109c47ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
           0x109c5f000 -        0x109c84ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
           0x109cbc000 -        0x109ccaff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
           0x109cd4000 -        0x109febff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10a065000 -        0x10a0e6fff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10a13c000 -        0x10a1e2ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10a248000 -        0x10a2d5ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10a31c000 -        0x10a37bfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10a3a7000 -        0x10a458fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10a4b0000 -        0x10a4e1ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10a507000 -        0x10a604fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
           0x10a620000 -        0x10a71dff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x10a756000 -        0x10a765ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x10a76f000 -        0x10a773fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x10a77d000 -        0x10a77dfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
           0x10a784000 -        0x10a791fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x10a799000 -        0x10a806ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10a841000 -        0x10a845ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10a84b000 -        0x10a84cfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x10a854000 -        0x10a875ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x10a885000 -        0x10a89cfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x10a8a8000 -        0x10a8bffff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10a8da000 -        0x10a905fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x10a912000 -        0x10a912fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10a91c000 -        0x10aa27fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10aa90000 -        0x10aadfff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x10ab0b000 -        0x10aca6fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x10acce000 -        0x10accefff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x10acd3000 -        0x10ad3bfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x10ad46000 -        0x10ade0fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10aded000 -        0x10b1e4fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10b24a000 -        0x10b3d0fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x10b3fe000 -        0x10b426fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10b42e000 -        0x10b483ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10b495000 -        0x10b4b5fff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10b4be000 -        0x10b4c2fff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10b4cd000 -        0x10b5cffff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10b5fa000 -        0x10b5fdfff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x10b602000 -        0x10b646fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
           0x10b65e000 -        0x10b680ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x10b69e000 -        0x10b6d8ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10b6fc000 -        0x10b71bff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x10b729000 -        0x10b81efff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x10b82e000 -        0x10b8b0ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10b8db000 -        0x10b8ddfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x10b8e3000 -        0x10b8e8fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10b8fa000 -        0x10b905fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10b911000 -        0x10b91cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10b928000 -        0x10b947ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10b959000 -        0x10b966fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x10b973000 -        0x10b99dff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10b9bb000 -        0x10bc5fff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10bd41000 -        0x10bd98ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10bdc4000 -        0x10be0eff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10be20000 -        0x10be27fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10be30000 -        0x10be47fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10be5e000 -        0x10be9bfef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10bea9000 -        0x10beabfff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x10beb2000 -        0x10beb6fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x10bec2000 -        0x10becefff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10bee0000 -        0x10bf3aff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x10bf53000 -        0x10c370fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x10c586000 -        0x10c7bbff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10c8bc000 -        0x10c8ffff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x10c939000 -        0x10c939ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10c946000 -        0x10c950fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x10c95e000 -        0x10c9c1ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10c9ed000 -        0x10ca03fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x10ca12000 -        0x10ca39fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x10ca58000 -        0x10caf6ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10cb2a000 -        0x10cb2afff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x10cb34000 -        0x10cbb2ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10cbf7000 -        0x10cc00ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x10cc0e000 -        0x10cca9fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x10ccc9000 -        0x10cd25ff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x10cd68000 -        0x10cd9efff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x10cdc2000 -        0x10d086fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x10d2d7000 -        0x10d2e3ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10d2ef000 -        0x10d2f6fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x10d2fe000 -        0x10d2fefff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x10d306000 -        0x10d340fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x10d37b000 -        0x10d3b6fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10d3c8000 -        0x10d623ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x10d787000 -        0x10d83aff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x10d8b1000 -        0x10d8ddfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x10d912000 -        0x10dbadff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x10dc5c000 -        0x10ddcdff7  com.apple.QTKit (7.7.1 - 2599.31) <1CBAB8B9-E335-33E3-B442-60105D265CB7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x10dedb000 -        0x10df26fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x10df4e000 -        0x10e205ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x10e299000 -        0x10e6d5fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x10e768000 -        0x10e768fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10e76c000 -        0x10e786fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x10e7a3000 -        0x10e7f0fff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x10e815000 -        0x10e973fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
           0x10e9bb000 -        0x10ead5fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x10eafe000 -        0x10f2a5fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x10f2c3000 -        0x10f2effff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x10f307000 -        0x10f352fff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x10f37d000 -        0x10f3ccfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x10f409000 -        0x10f460ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x10f472000 -        0x10f476ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x10f47d000 -        0x10f480fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x10f48a000 -        0x10f49ffff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x10f4bf000 -        0x10f4dcff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x10f4f0000 -        0x10f4f2ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x10f4fe000 -        0x10f500fff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x10f508000 -        0x10f59cff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x10f5ee000 -        0x10f5f9ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x10f609000 -        0x10f662ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x10f6a6000 -        0x10f6c1ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x10f6de000 -        0x10f7e0fff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
           0x10f84c000 -        0x10facdfff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
           0x10fafc000 -        0x10fafcfff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x10fb03000 -        0x10fb73fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x10fbcb000 -        0x10fbd6ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x10fbe5000 -        0x10fbf6ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
           0x10fc03000 -        0x10fc3aff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
           0x10fc51000 -        0x10fd24ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x10fd8c000 -        0x10fdd4fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
           0x10fdeb000 -        0x10fe2bff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x10fe3e000 -        0x10fe40ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x10fe4b000 -        0x10fe4efff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
           0x110149000 -        0x11016dff7  com.apple.security.csparser (3.0 - 55179.13) <B85553DE-708C-3C20-93D5-70DC80068CE3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
           0x11039d000 -        0x1103cbfff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x11046a000 -        0x110496ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x1104a5000 -        0x1104a9fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x1104b1000 -        0x1104c6fff  com.apple.frameworks.preferencepanessupport (12.0 - 12.0) <B2DDBD97-CE08-3632-BFED-43325BCDDD7A> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x1104ed000 -        0x1104fbfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x110512000 -        0x11051efff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x110529000 -        0x110534fff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
           0x111974000 -        0x111be1ff7  com.apple.RawCamera.bundle (4.07 - 696) <CCB97D78-309C-3CD9-B499-81192069A333> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x112d00000 -        0x112dcefff  com.apple.Bluetooth (4.1.4 - 4.1.4f2) <B08B37AD-88BB-3048-A4AF-8A7B3F9A598C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
           0x112e43000 -        0x112f6dff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff63b13000 -     0x7fff63b4793f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 7
        thread_create: 1
        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: 336
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=177.7M resident=175.3M(99%) swapped_out_or_unallocated=2492K(1%)
    Writable regions: Total=81.3M written=9.9M(12%) resident=15.6M(19%) swapped_out=0K(0%) unallocated=65.6M(81%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   172K
    CG shared images                   1184K
    CoreAnimation                       796K
    CoreServices                       2036K
    MALLOC                             46.2M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    Memory tag=250                        8K
    STACK GUARD                        56.0M
    Stack                              9752K
    VM_ALLOCATE                        16.2M
    __DATA                             17.4M
    __IMAGE                             528K
    __LINKEDIT                         34.9M
    __TEXT                            142.9M
    __UNICODE                           544K
    mapped file                        38.1M
    shared memory                      2788K
    ===========                      =======
    TOTAL                             369.2M

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Skype on Original iPad Crashes on Login

    I have an original iPad (64GB RAM, running iOS 5.1.1) that I've been using for years as a VOIP phone that sets next to my desptop.  Two days ago (12/09/2014), Skype started crashign on login.  No updates were applied that I'm aware of.  I've deleted Skype and re-installed (as expected, the App Store asks if I want to use an older version) it.  I've even reset the iPad twice (once in recovery mode), reistalled Skype from the App Store both times, and it still quits on login.
    Any ideas/suggestions?
    Ray
    Solved!
    Go to Solution.

    I hate replying to my own posts, but I had an epiphinay a few mins ago.  I changed my password using the web interface and then tried connecting to Skype on the iPad and all went well.
    Ray

  • Transfer logins with AlwaysON

    Hi,
     I'm looking at setting up SQL server availability groups, my understanding is that logins, server roles, permissions are not transferred when a database fails over to a secondary replica either syncrhonous or asynchronous.
     Am I right in thinking the best way to ensure updated logins (i.e. user X given elevated permissions 2 weeks after a SQL instance is in production) is to use a scheduled script to transfer logins and jobs? Also, if all the logins are stored in
    the master DB, could I put the master DB as part of my availability group?
    With Windows authentication, I guess I should be OK, but even then user permissions may get updated.
    Thanks
    IT Support/Everything

    Hello,
    Not quite.
    Logins are at the server level where users are at the database level. Anything you do to a login must be done on all possible owning replicas. Anything done to a user will automatically be transferred through the log blocks.
    Example:
    I create a new login called "Mydomain\NewLogin" for database XYZ. I create a user in database XYZ called "MyDomain\NewUser" and link it to "MyDomain\NewLogin". I then grant the Login view server state and I grant the user db_datareader.
    In this example the login is created in the master database and will not be transferred, this will need to be re-created manually.
    The user, since it's a database principal, will be transferred to all other database replicas.
    The view server state permission will not be transferred because this is at the server level (server principals such as logins).
    The db_datareader permission will be transferred as it's a database level permission and is held wholly inside that database.
    In this case, the connection between the user and the login will also be transferred as the "link" (which is actually the login SID) will be transferred since it lives in the database the user was created in. The connection will work because domain level
    SIDs don't change (in most cases) and thus the SIDs will be the same and the link will work. Be careful when using SQL Authentication as internal SIDs are randomly generates and can/will be unique on each instance. If you want to use SQL Authentication you'll
    want to create it with a specific SID so that you won't have orphaned user nightmares.
    Hopefully this helps.
    Sean Gallardy | Blog |
    Twitter

  • Stuck in Restart Loop after Software Update

    I recently ran the update to 10.5.3 a few days ago, and thankfully, it's been working great... until today, when I installed two seemingly innocuous updates via Software Update: one for the latest version of Quicktime and another for Apple Brother Print Drivers 1.1. After restarting, everything fell apart. Several of my start-up apps unexpectedly quit after login, and other apps either failed to launch when I tried opening them, or they simply got stuck in an endless loop of bouncing in the dock. I couldn't even force-quit them because they weren't responding at all. Thinking this strange behavior to be symptoms of some permissions issue, I popped in the Leopard installation CD and ran a permissions repair. It fixed several cryptic problems, one for something to do with Java and another for the cups folder, which I assume has some relation to the printer driver update. I then tried selecting my start-up disk and restarting, but the problem only got worse. Now my iMac is stuck in a restart loop. I tried booting in safe mode, but that hasn't worked. If worse comes to worst, I'll have to revert to a Time Machine backup, or else run an Archive & Install, but I'm trying to avoid that. Any suggestions? I'm also curious to know if these two updates had any relevance to these problems, and if so, what the cause may be. I'm thinking the printer driver is to blame, but then again that's only a stab in the dark. Any help would be appreciated. Thanks!

    Thanks for the suggestions. I tried a Safe Boot again but unfortunately that didn't work, so I had to go ahead and do an Archive & Install. Now everything is up and running; however, I'm going to stay away from that print driver until I figure out exactly what went wrong. I did a little research and saw it listed on MacUpdate.com, where it was posted along with an interesting note: apparently, the update can only be applied if there is already a Brother print driver installed (in this case there was), and in addition to that, the printer must either be connected (and I assume on for the computer to know it's connected in the first place) or have an active print queue for the update to even be listed in Software Update. Strangely enough, neither of these conditions held true when I saw it in Software Update... so I think that might have been the cause, but I can't be sure. I was wondering if anyone else has installed this update successfully, and if so, what they did?
    Thanks again for the suggestions.

  • Null Pointer Exception, don't know why...

    Hi everyone,
    This may well be really simple, but it's driving me crazy...
    The program puts lots of panels into other panels and when a combo box is set to a certain value the number of panels alters.
    Here is some of the code:
                 *  Fourth User
                // First user main panel
                pn_u4 = new JPanel();
                pn_u4.setLayout( new BorderLayout(5,5) );
                pn_u4.setPreferredSize( new Dimension(800,80) );
                pn_u4.setBackground(Color.WHITE);
                // First user top panel that goes into the
                // main panel North
                pn_u4T = new JPanel();
                pn_u4T.setLayout( new BorderLayout(5,5) );
                pn_u4T.setPreferredSize( new Dimension(800,40) );
                pn_u4T.setBackground(Color.WHITE);
                // First user bottom panel that goes into the
                // main panel South
                pn_u4B = new JPanel();
                pn_u4B.setLayout( new BorderLayout(5,5) );
                pn_u4B.setPreferredSize( new Dimension(800,40) );
                pn_u4B.setBackground(Color.WHITE);
                // First user top panel left, goes into the
                // top panel West
                pn_u4TL = new JPanel();
                pn_u4TL.setLayout( new FlowLayout() );
                pn_u4TL.setPreferredSize( new Dimension(400,40) );
                pn_u4TL.setBackground(Color.WHITE);
                    lbl_u4Name = new JLabel("Name");
                    lbl_u4Name.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4Name = new JTextField(28);
                pn_u4TL.add(lbl_u4Name);
                pn_u4TL.add(tf_u4Name);
                // First user top panel right, goes into the
                // top panel East
                pn_u4TR = new JPanel();
                pn_u4TR.setLayout( new FlowLayout() );
                pn_u4TR.setPreferredSize( new Dimension(400,40) );
                pn_u4TR.setBackground(Color.WHITE);
                    lbl_u4ID = new JLabel("GNAS ID");
                    lbl_u4ID.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4ID = new JTextField(28);
                pn_u4TR.add(lbl_u4ID);
                pn_u4TR.add(tf_u4ID);
                pn_u4T.add(pn_u4TL, BorderLayout.WEST);
                pn_u4T.add(pn_u4TR, BorderLayout.EAST);
                // First user bottom panel left, goes into the
                // bottom panel West
                pn_u4BL = new JPanel();
                pn_u4BL.setLayout( new FlowLayout() );
                pn_u4BL.setPreferredSize( new Dimension(400,40) );
                pn_u4BL.setBackground(Color.WHITE);
                    lbl_u4Round = new JLabel("Round Name");
                    lbl_u4Round.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4Round = new JTextField(24);
                pn_u4BL.add(lbl_u4Round);
                pn_u4BL.add(tf_u4Round);
                // First user bottom panel right, goes into the
                // bottom panel East
                pn_u4BR = new JPanel();
                pn_u4BR.setLayout( new FlowLayout() );
                pn_u4BR.setPreferredSize( new Dimension(400,40) );
                pn_u4BR.setBackground(Color.WHITE);
                    lbl_u4Bow = new JLabel("Bow Type                                                ");
                    lbl_u4Bow.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_u4Bow = new JComboBox();
                    cb_u4Bow.addActionListener(this);
                        cb_u4Bow.addItem("    Compound    ");
                        cb_u4Bow.addItem("    Long Bow    ");
                        cb_u4Bow.addItem("    Recurve     ");
                pn_u4BR.add(lbl_u4Bow);
                pn_u4BR.add(cb_u4Bow);
                pn_u4B.add(pn_u4BL, BorderLayout.WEST);
                pn_u4B.add(pn_u4BR, BorderLayout.EAST);
                pn_u4.add(pn_u4T, BorderLayout.NORTH);
                pn_u4.add(pn_u4B, BorderLayout.SOUTH);
                //pn_u3u4.add(pn_u4, BorderLayout.NORTH);
                pn_2.add(pn_u1u2, BorderLayout.NORTH);
                pn_2.add(pn_u3u4, BorderLayout.SOUTH);           
                //initialWindow.add(pn_topAll);//BorderLayout.NORTH);
                initialWindow.add(pn_topAll, BorderLayout.NORTH);
                initialWindow.add(pn_2, BorderLayout.CENTER);
               pack();    There are a total of four users, but too much code to paste here,
    Now there's the event listener:
    public void actionPerformed(ActionEvent e)
                if (e.getSource() == cb_noOfPeople)
                    if(cb_noOfPeople.getSelectedItem() == "  1  ")
    ***                if(pn_u3u4.getComponentCount() > 0)
                            pn_u3u4.remove(pn_u3);
                            pn_u3u4.remove(pn_u4);
                        else
                        if(pn_u1u2.getComponentCount() == 2)
                            pn_u1u2.remove(pn_u2);
                        else
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  2  ")
                        if(pn_u3u4.getComponentCount() > 0)
                            pn_u3u4.remove(pn_u3);
                            pn_u3u4.remove(pn_u4);
                        else
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  3  ")
                        if(pn_u3u4.getComponentCount() == 2)
                            pn_u3u4.remove(pn_u4);
                        else
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  4  ")
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                        pn_u3u4.add(pn_u4, BorderLayout.SOUTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else
                }Everything works until it reaches:
    ***     if(pn_u3u4.getComponentCount() > 0)
                            pn_u3u4.remove(pn_u3);
                            pn_u3u4.remove(pn_u4);
                        else
                        if(pn_u1u2.getComponentCount() == 2)
                            pn_u1u2.remove(pn_u2);
                        else
                        }(please ignore the three stars, just to indicate where that code was)
    Wihout the above bit of code inplace everything works fine, I can change the value of the combo box and things are removed and added, but when I add the above if statements to the value "1" area, i get the null pointer, which doesn't make sence to me.
    Exception in thread "main" java.lang.NullPointerException
    at InitialScreen.actionPerformed(InitialScreen.java:601)
    Thanks for help in advance (I can provide all 600 lines of code if needed)
    Victoria

    Your actionListener for your cb_noOfPeople is being fired before the rest of the components are being initialized. I just moved the addition of the actionListener to right before the pack() statement to ensure that all of your variables get initialized and it works like a charm. Here you go:
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.*;
    import java.util.*;
    *  @author Victoria
    *  @version v1.01
    *  Start date 29th Nov 06
    class InitialScreen extends JFrame implements ActionListener
         Container initialWindow;
         JLabel titleBar, lbl_noOfUsers, lbl_u1Name, lbl_u1ID, lbl_u1Bow, lbl_u1Round, lbl_u2Name, lbl_u2ID, lbl_u2Bow, lbl_u2Round, lbl_u3Name, lbl_u3ID, lbl_u3Round, lbl_u3Bow, lbl_u4Name, lbl_u4ID, lbl_u4Round, lbl_u4Bow;
            JComboBox cb_noOfPeople, cb_u1Bow, cb_u2Bow, cb_u3Bow, cb_u4Bow;
            JTextField tf_u1Name, tf_u1ID, tf_u1Round, tf_u2Name, tf_u2ID, tf_u2Round, tf_u3Name, tf_u3ID, tf_u3Round, tf_u4Name, tf_u4ID, tf_u4Round, tf_compDate, tf_compTime, tf_compID;
            JPanel pn_1, pn_2, pn_3, pn_u1u2, pn_u3u4, pn_top, pn_top2, pn_top3, pn_topAll, pn_u1, pn_u1T, pn_u1TL, pn_u1TR, pn_u1B, pn_u1BL, pn_u1BR, pn_u2, pn_u2T, pn_u2TL, pn_u2TR, pn_u2B, pn_u2BL, pn_u2BR, pn_u3, pn_u3T, pn_u3TL, pn_u3TR, pn_u3B, pn_u3BL, pn_u3BR, pn_u4, pn_u4T, pn_u4TL, pn_u4TR, pn_u4B, pn_u4BL, pn_u4BR, pn_shootInfo, pn_button;
         JButton but_go, but_reset, but_exit;
             *  Constructor for the initial screen
         public InitialScreen()
                //  Create a window pane called initial Window
                //  and set it to a preferred size of 800x600
                initialWindow = getContentPane();
                initialWindow.setLayout( new BorderLayout(5,5) );
                setPreferredSize( new Dimension(800,600) );
                initialWindow.setBackground(Color.WHITE);
                //pn_1 = new JPanel();
                //pn_1.setLayout( new BorderLayout(5,5) );
                //pn_1.setPreferredSize( new Dimension(800,40) );
                //pn_1.setBackground(Color.WHITE);
                pn_2 = new JPanel();
                pn_2.setLayout( new BorderLayout(5,5) );
                pn_2.setPreferredSize( new Dimension(800,40) );
                pn_2.setBackground(Color.WHITE);
                //pn_3 = new JPanel();
                //pn_3.setLayout( new BorderLayout(5,5) );
                //pn_3.setPreferredSize( new Dimension(800,40) );
                //pn_3.setBackground(Color.WHITE);
                // First top panel just houese the label that
                // says what the program is and fill in info
                pn_top = new JPanel();
                pn_top.setLayout( new BorderLayout(5,5) );
                pn_top.setPreferredSize( new Dimension(800,40) );
                pn_top.setBackground(Color.WHITE);
                    titleBar = new JLabel("Archery Scoring Program - Please fill in the following information \n ", JLabel.CENTER);
                    titleBar.setFont( new Font("Times New Roman",Font.PLAIN,20) );
                //pn_top.add(titleBar, BorderLayout.NORTH);
                //pn_top.add(lbl_noOfUsers, BorderLayout.WEST);
                //pn_top.add(cb_noOfPeople, BorderLayout.EAST);
                pn_top.add(titleBar);
                // Second panel contains the how many people
                // ComboBox
                pn_top2 = new JPanel();
                pn_top2.setLayout(new FlowLayout());
                pn_top2.setPreferredSize( new Dimension(360,40) );
                pn_top2.setBackground(Color.WHITE);
                    lbl_noOfUsers = new JLabel("No of members shooting on this target");
                    lbl_noOfUsers.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_noOfPeople = new JComboBox();
                    //cb_noOfPeople.addActionListener(this);
                        cb_noOfPeople.addItem("  1  ");
                        cb_noOfPeople.addItem("  2  ");
                        cb_noOfPeople.addItem("  3  ");
                        cb_noOfPeople.addItem("  4  ");
                pn_top2.add(lbl_noOfUsers);
                pn_top2.add(cb_noOfPeople);
                // Third panel contains nothing but alligns
                // the second panel correctly
                pn_top3 = new JPanel();
                pn_top3.setLayout( new FlowLayout() );
                pn_top3.setPreferredSize( new Dimension(440,40) );
                pn_top3.setBackground(Color.WHITE);
                // Last top panel contains all the previous
                // top panels and adds the other top
                // panels to it
                pn_topAll = new JPanel();
                pn_topAll.setLayout( new BorderLayout(5,5) );
                //pn_topAll.setPreferredSize( new Dimension(450,100) );
                pn_topAll.setBackground(Color.WHITE);
                pn_topAll.add(pn_top, BorderLayout.NORTH);
                pn_topAll.add(pn_top2, BorderLayout.WEST);
                pn_topAll.add(pn_top3, BorderLayout.EAST);
                pn_u1u2 = new JPanel();
                pn_u1u2.setLayout( new BorderLayout(5,5) );
                pn_u1u2.setPreferredSize( new Dimension(800,160) );
                pn_u1u2.setBackground(Color.WHITE);
                 *  First User
                 *  As long as the if statement is correctly working
                 *  The first user panel will be added upon load
                 *  User two, three and four will be added depending on
                 *  the value of the combobox which asks how many
                 *  users are shooting on the target
                // First user main panel
                pn_u1 = new JPanel();
                pn_u1.setLayout( new BorderLayout(5,5) );
                pn_u1.setPreferredSize( new Dimension(800,80) );
                pn_u1.setBackground(Color.WHITE);
                // First user top panel that goes into the
                // main panel North
                pn_u1T = new JPanel();
                pn_u1T.setLayout( new BorderLayout(5,5) );
                pn_u1T.setPreferredSize( new Dimension(800,40) );
                pn_u1T.setBackground(Color.WHITE);
                // First user bottom panel that goes into the
                // main panel South
                pn_u1B = new JPanel();
                pn_u1B.setLayout( new BorderLayout(5,5) );
                pn_u1B.setPreferredSize( new Dimension(800,40) );
                pn_u1B.setBackground(Color.WHITE);
                // First user top panel left, goes into the
                // top panel West
                pn_u1TL = new JPanel();
                pn_u1TL.setLayout( new FlowLayout() );
                pn_u1TL.setPreferredSize( new Dimension(400,40) );
                pn_u1TL.setBackground(Color.WHITE);
                    lbl_u1Name = new JLabel("Name");
                    lbl_u1Name.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u1Name = new JTextField(28);
                pn_u1TL.add(lbl_u1Name);
                pn_u1TL.add(tf_u1Name);
                // First user top panel right, goes into the
                // top panel East
                pn_u1TR = new JPanel();
                pn_u1TR.setLayout( new FlowLayout() );
                pn_u1TR.setPreferredSize( new Dimension(400,40) );
                pn_u1TR.setBackground(Color.WHITE);
                    lbl_u1ID = new JLabel("GNAS ID");
                    lbl_u1ID.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u1ID = new JTextField(28);
                pn_u1TR.add(lbl_u1ID);
                pn_u1TR.add(tf_u1ID);
                pn_u1T.add(pn_u1TL, BorderLayout.WEST);
                pn_u1T.add(pn_u1TR, BorderLayout.EAST);
                // First user bottom panel left, goes into the
                // bottom panel West
                pn_u1BL = new JPanel();
                pn_u1BL.setLayout( new FlowLayout() );
                pn_u1BL.setPreferredSize( new Dimension(400,40) );
                pn_u1BL.setBackground(Color.WHITE);
                    lbl_u1Round = new JLabel("Round Name");
                    lbl_u1Round.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u1Round = new JTextField(24);
                pn_u1BL.add(lbl_u1Round);
                pn_u1BL.add(tf_u1Round);
                // First user bottom panel right, goes into the
                // bottom panel East
                pn_u1BR = new JPanel();
                pn_u1BR.setLayout( new FlowLayout() );
                pn_u1BR.setPreferredSize( new Dimension(400,40) );
                pn_u1BR.setBackground(Color.WHITE);
                    lbl_u1Bow = new JLabel("Bow Type                                                ");
                    lbl_u1Bow.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_u1Bow = new JComboBox();
                    cb_u1Bow.addActionListener(this);
                        cb_u1Bow.addItem("    Compound    ");
                        cb_u1Bow.addItem("    Long Bow    ");
                        cb_u1Bow.addItem("    Recurve     ");
                pn_u1BR.add(lbl_u1Bow);
                pn_u1BR.add(cb_u1Bow);
                pn_u1B.add(pn_u1BL, BorderLayout.WEST);
                pn_u1B.add(pn_u1BR, BorderLayout.EAST);
                pn_u1.add(pn_u1T, BorderLayout.NORTH);
                pn_u1.add(pn_u1B, BorderLayout.SOUTH);
                pn_u1u2.add(pn_u1, BorderLayout.NORTH);
                 *  Second User
                // First user main panel
                pn_u2 = new JPanel();
                pn_u2.setLayout( new BorderLayout(5,5) );
                pn_u2.setPreferredSize( new Dimension(800,80) );
                pn_u2.setBackground(Color.WHITE);
                // First user top panel that goes into the
                // main panel North
                pn_u2T = new JPanel();
                pn_u2T.setLayout( new BorderLayout(5,5) );
                pn_u2T.setPreferredSize( new Dimension(800,40) );
                pn_u2T.setBackground(Color.WHITE);
                // First user bottom panel that goes into the
                // main panel South
                pn_u2B = new JPanel();
                pn_u2B.setLayout( new BorderLayout(5,5) );
                pn_u2B.setPreferredSize( new Dimension(800,40) );
                pn_u2B.setBackground(Color.WHITE);
                // First user top panel left, goes into the
                // top panel West
                pn_u2TL = new JPanel();
                pn_u2TL.setLayout( new FlowLayout() );
                pn_u2TL.setPreferredSize( new Dimension(400,40) );
                pn_u2TL.setBackground(Color.WHITE);
                    lbl_u2Name = new JLabel("Name");
                    lbl_u2Name.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u2Name = new JTextField(28);
                pn_u2TL.add(lbl_u2Name);
                pn_u2TL.add(tf_u2Name);
                // First user top panel right, goes into the
                // top panel East
                pn_u2TR = new JPanel();
                pn_u2TR.setLayout( new FlowLayout() );
                pn_u2TR.setPreferredSize( new Dimension(400,40) );
                pn_u2TR.setBackground(Color.WHITE);
                    lbl_u2ID = new JLabel("GNAS ID");
                    lbl_u2ID.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u2ID = new JTextField(28);
                pn_u2TR.add(lbl_u2ID);
                pn_u2TR.add(tf_u2ID);
                pn_u2T.add(pn_u2TL, BorderLayout.WEST);
                pn_u2T.add(pn_u2TR, BorderLayout.EAST);
                // First user bottom panel left, goes into the
                // bottom panel West
                pn_u2BL = new JPanel();
                pn_u2BL.setLayout( new FlowLayout() );
                pn_u2BL.setPreferredSize( new Dimension(400,40) );
                pn_u2BL.setBackground(Color.WHITE);
                    lbl_u2Round = new JLabel("Round Name");
                    lbl_u2Round.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u2Round = new JTextField(24);
                pn_u2BL.add(lbl_u2Round);
                pn_u2BL.add(tf_u2Round);
                // First user bottom panel right, goes into the
                // bottom panel East
                pn_u2BR = new JPanel();
                pn_u2BR.setLayout( new FlowLayout() );
                pn_u2BR.setPreferredSize( new Dimension(400,40) );
                pn_u2BR.setBackground(Color.WHITE);
                    lbl_u2Bow = new JLabel("Bow Type                                                ");
                    lbl_u2Bow.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_u2Bow = new JComboBox();
                    cb_u2Bow.addActionListener(this);
                        cb_u2Bow.addItem("    Compound    ");
                        cb_u2Bow.addItem("    Long Bow    ");
                        cb_u2Bow.addItem("    Recurve     ");
                pn_u2BR.add(lbl_u2Bow);
                pn_u2BR.add(cb_u2Bow);
                pn_u2B.add(pn_u2BL, BorderLayout.WEST);
                pn_u2B.add(pn_u2BR, BorderLayout.EAST);
                pn_u2.add(pn_u2T, BorderLayout.NORTH);
                pn_u2.add(pn_u2B, BorderLayout.SOUTH);
                //pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                pn_u3u4 = new JPanel();
                pn_u3u4.setLayout( new BorderLayout(5,5) );
                pn_u3u4.setPreferredSize( new Dimension(800,160) );
                pn_u3u4.setBackground(Color.WHITE);
                 *  Third User
                // First user main panel
                pn_u3 = new JPanel();
                pn_u3.setLayout( new BorderLayout(5,5) );
                pn_u3.setPreferredSize( new Dimension(800,80) );
                pn_u3.setBackground(Color.WHITE);
                // First user top panel that goes into the
                // main panel North
                pn_u3T = new JPanel();
                pn_u3T.setLayout( new BorderLayout(5,5) );
                pn_u3T.setPreferredSize( new Dimension(800,40) );
                pn_u3T.setBackground(Color.WHITE);
                // First user bottom panel that goes into the
                // main panel South
                pn_u3B = new JPanel();
                pn_u3B.setLayout( new BorderLayout(5,5) );
                pn_u3B.setPreferredSize( new Dimension(800,40) );
                pn_u3B.setBackground(Color.WHITE);
                // First user top panel left, goes into the
                // top panel West
                pn_u3TL = new JPanel();
                pn_u3TL.setLayout( new FlowLayout() );
                pn_u3TL.setPreferredSize( new Dimension(400,40) );
                pn_u3TL.setBackground(Color.WHITE);
                    lbl_u3Name = new JLabel("Name");
                    lbl_u3Name.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u3Name = new JTextField(28);
                pn_u3TL.add(lbl_u3Name);
                pn_u3TL.add(tf_u3Name);
                // First user top panel right, goes into the
                // top panel East
                pn_u3TR = new JPanel();
                pn_u3TR.setLayout( new FlowLayout() );
                pn_u3TR.setPreferredSize( new Dimension(400,40) );
                pn_u3TR.setBackground(Color.WHITE);
                    lbl_u3ID = new JLabel("GNAS ID");
                    lbl_u3ID.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u3ID = new JTextField(28);
                pn_u3TR.add(lbl_u3ID);
                pn_u3TR.add(tf_u3ID);
                pn_u3T.add(pn_u3TL, BorderLayout.WEST);
                pn_u3T.add(pn_u3TR, BorderLayout.EAST);
                // First user bottom panel left, goes into the
                // bottom panel West
                pn_u3BL = new JPanel();
                pn_u3BL.setLayout( new FlowLayout() );
                pn_u3BL.setPreferredSize( new Dimension(400,40) );
                pn_u3BL.setBackground(Color.WHITE);
                    lbl_u3Round = new JLabel("Round Name");
                    lbl_u3Round.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u3Round = new JTextField(24);
                pn_u3BL.add(lbl_u3Round);
                pn_u3BL.add(tf_u3Round);
                // First user bottom panel right, goes into the
                // bottom panel East
                pn_u3BR = new JPanel();
                pn_u3BR.setLayout( new FlowLayout() );
                pn_u3BR.setPreferredSize( new Dimension(400,40) );
                pn_u3BR.setBackground(Color.WHITE);
                    lbl_u3Bow = new JLabel("Bow Type                                                ");
                    lbl_u3Bow.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_u3Bow = new JComboBox();
                    cb_u3Bow.addActionListener(this);
                        cb_u3Bow.addItem("    Compound    ");
                        cb_u3Bow.addItem("    Long Bow    ");
                        cb_u3Bow.addItem("    Recurve     ");
                pn_u3BR.add(lbl_u3Bow);
                pn_u3BR.add(cb_u3Bow);
                pn_u3B.add(pn_u3BL, BorderLayout.WEST);
                pn_u3B.add(pn_u3BR, BorderLayout.EAST);
                pn_u3.add(pn_u3T, BorderLayout.NORTH);
                pn_u3.add(pn_u3B, BorderLayout.SOUTH);
                //pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                 *  Fourth User
                // First user main panel
                pn_u4 = new JPanel();
                pn_u4.setLayout( new BorderLayout(5,5) );
                pn_u4.setPreferredSize( new Dimension(800,80) );
                pn_u4.setBackground(Color.WHITE);
                // First user top panel that goes into the
                // main panel North
                pn_u4T = new JPanel();
                pn_u4T.setLayout( new BorderLayout(5,5) );
                pn_u4T.setPreferredSize( new Dimension(800,40) );
                pn_u4T.setBackground(Color.WHITE);
                // First user bottom panel that goes into the
                // main panel South
                pn_u4B = new JPanel();
                pn_u4B.setLayout( new BorderLayout(5,5) );
                pn_u4B.setPreferredSize( new Dimension(800,40) );
                pn_u4B.setBackground(Color.WHITE);
                // First user top panel left, goes into the
                // top panel West
                pn_u4TL = new JPanel();
                pn_u4TL.setLayout( new FlowLayout() );
                pn_u4TL.setPreferredSize( new Dimension(400,40) );
                pn_u4TL.setBackground(Color.WHITE);
                    lbl_u4Name = new JLabel("Name");
                    lbl_u4Name.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4Name = new JTextField(28);
                pn_u4TL.add(lbl_u4Name);
                pn_u4TL.add(tf_u4Name);
                // First user top panel right, goes into the
                // top panel East
                pn_u4TR = new JPanel();
                pn_u4TR.setLayout( new FlowLayout() );
                pn_u4TR.setPreferredSize( new Dimension(400,40) );
                pn_u4TR.setBackground(Color.WHITE);
                    lbl_u4ID = new JLabel("GNAS ID");
                    lbl_u4ID.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4ID = new JTextField(28);
                pn_u4TR.add(lbl_u4ID);
                pn_u4TR.add(tf_u4ID);
                pn_u4T.add(pn_u4TL, BorderLayout.WEST);
                pn_u4T.add(pn_u4TR, BorderLayout.EAST);
                // First user bottom panel left, goes into the
                // bottom panel West
                pn_u4BL = new JPanel();
                pn_u4BL.setLayout( new FlowLayout() );
                pn_u4BL.setPreferredSize( new Dimension(400,40) );
                pn_u4BL.setBackground(Color.WHITE);
                    lbl_u4Round = new JLabel("Round Name");
                    lbl_u4Round.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    tf_u4Round = new JTextField(24);
                pn_u4BL.add(lbl_u4Round);
                pn_u4BL.add(tf_u4Round);
                // First user bottom panel right, goes into the
                // bottom panel East
                pn_u4BR = new JPanel();
                pn_u4BR.setLayout( new FlowLayout() );
                pn_u4BR.setPreferredSize( new Dimension(400,40) );
                pn_u4BR.setBackground(Color.WHITE);
                    lbl_u4Bow = new JLabel("Bow Type                                                ");
                    lbl_u4Bow.setFont( new Font("Times New Roman",Font.PLAIN,17) );
                    cb_u4Bow = new JComboBox();
                    cb_u4Bow.addActionListener(this);
                        cb_u4Bow.addItem("    Compound    ");
                        cb_u4Bow.addItem("    Long Bow    ");
                        cb_u4Bow.addItem("    Recurve     ");
                pn_u4BR.add(lbl_u4Bow);
                pn_u4BR.add(cb_u4Bow);
                pn_u4B.add(pn_u4BL, BorderLayout.WEST);
                pn_u4B.add(pn_u4BR, BorderLayout.EAST);
                pn_u4.add(pn_u4T, BorderLayout.NORTH);
                pn_u4.add(pn_u4B, BorderLayout.SOUTH);
                //pn_u3u4.add(pn_u4, BorderLayout.NORTH);
                pn_2.add(pn_u1u2, BorderLayout.NORTH);
                pn_2.add(pn_u3u4, BorderLayout.SOUTH);           
                //initialWindow.add(pn_topAll);//BorderLayout.NORTH);
                initialWindow.add(pn_topAll, BorderLayout.NORTH);
                initialWindow.add(pn_2, BorderLayout.CENTER);
                // Boolean tests, to see if the combobox
                // has been set, and if so how many panels to
                // add to the initialWindow panel
                if(u1 == true)
                    //initialWindow.add(pn_u1);
                if(u2 == true)
                    pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                    //initialWindow.add(pn_u2);
                    initialWindow.repaint();
                    initialWindow.validate();
                if(u3 == true)
                    pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                    //initialWindow.add(pn_u3);
                if(u4 == true)
                    pn_u3u4.add(pn_u4, BorderLayout.SOUTH);
                    //initialWindow.add(pn_u4);
             cb_noOfPeople.addActionListener(this);
                pack();   
          *  Event listener for the initial screen
             *  Items it's listening to are:
             *  Combo Box - cb_noOfPoeple
          *  quit button
          *  login button
          *  reset button
         public void actionPerformed(ActionEvent e)
                if (e.getSource() == cb_noOfPeople)
                    if(cb_noOfPeople.getSelectedItem() == "  1  ")
                        if(pn_u3u4.getComponentCount() > 0)
                            pn_u3u4.remove(pn_u3);
                            pn_u3u4.remove(pn_u4);
                        else
                        if(pn_u1u2.getComponentCount() == 2)
                            pn_u1u2.remove(pn_u2);
                        else
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  2  ")
                        if(pn_u3u4.getComponentCount() > 0)
                            pn_u3u4.remove(pn_u3);
                            pn_u3u4.remove(pn_u4);
                        else
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  3  ")
                        if(pn_u3u4.getComponentCount() == 2)
                            pn_u3u4.remove(pn_u4);
                        else
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else if(cb_noOfPeople.getSelectedItem() == "  4  ")
                        pn_u1u2.add(pn_u2, BorderLayout.SOUTH);
                        pn_u3u4.add(pn_u3, BorderLayout.NORTH);
                        pn_u3u4.add(pn_u4, BorderLayout.SOUTH);
                        initialWindow.repaint();
                        initialWindow.validate();
                    else
         public static void main(String[] argv) { new InitialScreen().setVisible(true); }
    }

  • ISight recording will not be added to iMovie

    I'm having great trouble with iSight recording. When I'm done with the recording, and press "stop", it will not upload the sequence to iMovie. In addition, the picture often freeze or is just black so I have to try many times.
    Any clue why this is so?

    Welcome to Discussions, idalexa
    idalexa wrote:
    I'm having great trouble with iSight recording. When I'm done with the recording, and press "stop", it will not upload the sequence to iMovie. In addition, the picture often freeze or is just black so I have to try many times.
    Any clue why this is so?
    Not enough information to diagnose "why." However, until you get better suggestions, here are some things you can try in any order that seems reasonable for your system.
    (1) Sometimes merely restarting the Mac gets things going. Also, if too many apps are running, you may have problems with the significant processing demands of capturing and writing video to disk.  It might even be helpful to turn off your airport card to be sure your MBA is not trying to use other apps like checking for Mail or making a Time Machine backup while you are trying to capture video.
    Also, be sure you are not trying to simultaneously use more than iSight application.
    Restart your MBA and quit any login items that may be running before launching iMovie. Then make a short test video to see if it works properly. If so, make several other short test clips to see if the improved results are repeatable.
    (2) Be sure you have lots (I like 40GB or more) of available disk space. If your disk has too little space, disk writing will place additional demands on your Mac. If necessary, backup important info you can do without and move or delete some of your user data to create more free space. Then restart and test iMovie/iSight again.
    (3) If you are concerned that the problem may be related to your iSight, use Apple's troubleshooting suggestions http://support.apple.com/kb/HT2090 to see if the problem is the same in other apps or user accounts.
    EZ Jim
    G5 DP 1.8GHz w/Mac OS X (10.5.7) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • My system boots normally only half the time

    Hello,
    I've been trying to properly boot all day and nothing has worked.
    Symptom:
    Boots to a blue screen no pinwheel or anything.
    It froze while working, the pinwheel and everything froze. So I turned it of and on. Now it won't boot normally. The only thing that was open at the time was Firefox and Entourage.
    It was actually booting normal randomly. For example out of 6 different start ups only the 1st and 3rd startup actually arrived at the login
    What I have tried:
    1 Repairing permissions (using Tiger install disc)
    2 Repairing disk (it had a minor error)
    3 Trashing the following files in single user mode as described in http://support.apple.com/kb/TS1411?viewlocale=en_US
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/com.apple.loginwindow.plist
    /Library/Preferences/com.apple.windowserver.plist
    The result was that everytime I booted I arrived at the blue screen. So, I no longer had a random successful boot. I replaced the files and the random success returned.
    4 Basically I tried every step in the above knowledge base, except the OS 9 options (I don't ahve OS9), updating the firmware (I believe it is up to date), with no success.
    5 I restarted without the network cable connected. I thought this helped at first because it did start up but it continued to have random success while the cable wasn still not connected.
    6 I even renamed the entire preferences folder as described in the above link without success.
    It appears I'm running out of things to try but I haven't yet reinstalled the system, but I'm trying to avoid it.
    Any suggestions?
    Message was edited by: reydnad

    Is it possible that it could be taking an extremely long time to boot?
    This is where I'm at.
    I did ANOTHER archive and install. Boot to blue screen, but I just let it sit in the blue screen while I did other stuff for about 15-20 minutes.
    I shut it down and it booted properly! But gave me an error saying OSX unexpectedly quit upon login.
    I shutdown properly and it boots to blue again.
    An interesting note is that if I leave it a while in the blue the funs really start going. This didn't happen the time before it booted correctly...
    I'm not sure what to make of all this. Any suggestions?
    Thanks for all your help so far.

  • MIGHTY MOUSE BUG! can you reproduce secondary button failure?

    The bug is extremely simple: If a user decides to move his home folder to a different partition from the system partition & correcting the path in netinfo manager to point to the external partition, the secondary button function on any mighty mouse (wireless or wired) will not function, regardless of where this "function" assigned
    BTW in case you ask, my system is set up that way for backup purposes.
    steps to reproduce:
    You need MacOs X 10.4.8 or later installed on a system with at least 2 partitions, the system being installed on one of them.
    1 create user "test"
    2 login to "test" user
    3 check system prefs for mouse & activate secondary button if it is not activated. Test that it works!
    4 copy "test" home folder to external partition (+ authenticate if appropriate)
    5 open netinfo manager
    6 find user "test" & correct path to home folder from "/Users/test" to "Volumes/whateveryourothervolumeiscalled/test" (or something to that effect, depending on your configuration: my config has an external volume called Users. I therefore point the new home folder to Volumes/Users/test)
    7 save config & quit
    8 logout & login twice (yes I don't know why but it doesn't seem to register the path to the new home folder after the first logout; go figure?)
    9 test your secondary button function & it does NOT work. All other buttons/functions work normally
    10 RETURN TO initial setup by correcting path in netinfo manager back to "Users/test" (save, quit, logout & login twice making sure the home folder selected is on the system partition): check mighty mouse secondary button & it works again!
    This has been reproduced with 3 separate test users on 2 different systems.
    Just to be on the safe side, could anyone else plse reproduce the bug & send feedback? I guess any system with 2 partitions on internal drive or a separate HD drive will do.
    Thanks for anyone's feedback & suggestions

    Please do not post bug reports on the forums. There is a specific feedback page for reporting bugs, feature requests, etc.: http://www.apple.com/feedback/. Reporting them here will not result in any notification to Apple and will be removed by the moderators for not conforming to the Terms of Use.

  • Lightroom unavailable for download

    Lightroom shows up in my Creative Cloud, but it is not showing up in the download application manager. I have read other threads and it seems the consensus is that I need to update my application manager. Well I did and Lightroom is still not showing up. What gives?

    This might solve the issue:
    Open AAM and in UI click on the dropdown next to your ID and Sign Out of AAM.
    Quit AAM
    Login to Creative Cloud
    Click on Lightroom Download
    When AAM opens sign back in and you should see Lightroom downloading.
    Hope that helps,
    Steve
    P.S. I only tried this on Mac so can't  be 100% certain it will be the same for Windows.

  • I am not able to upload my iMovie video to youtube?

    I am not able to upload my video created in iMovie11 to you tube. I have tried different extentsions, quickplayer, avi, mpeg, all to no avail. Are there any suggestionsn
    I have generated similar video in Camtasia in Windows computer and it works fine. In imovie, you tube disconnects after a few minutes. Any help greatly appreciated?

    If you go to the Share Menu > Export Movie... (choose Large Size) and save it to the Desktop. Quit iMovie
    Login to the YouTube website, and try to upload it through your YouTube account it fails? Is the movie longer than 15 minutes long by any chance?

  • "Clean install" on PowerMac G5?

    How do you execute a "Clean Install" on a PowerMac G5. I am currently running Mac OS 10.5.8. And I have Mac OS X Leopard Install CD (not Snow Leopard).
    The reason I need to do this is that my OS is acting very quirky. For instance, I need to force quit the login window from the Activity Monitor in order to shutdown/restart, my CD burner and sound controls are "inactive" for several minutes and when I am running and application (e.g. Safari, InDesign), it acts like it is trying to switch windows by itself.

    Boot from your Leopard DVD.  After the installer loads select your language and click on the Continue button.  At the point where you select a destination select your drive then click on the Options button.  Select the Erase and Install option then click on the OK button.  Complete the installation.

Maybe you are looking for

  • IOS 7.1 update problem. Wifi disabled, no longer works. Disappointed with apple response

    I have several IOS devices and updated each of them to Apple's release of IOS 7.1. Unfortunately my iPhone 4s did not update successfully. It was affected by the widely reported issue regarding WiFi being disabled permanently. After the update to IOS

  • Conditions for PO approvals in R/3 system

    Hi We are on SRM 4.0 classic scenario and backend as ECC5.0 We have a requirement where PO approval is to be done in backend R/3 system, only for POs which are created from SRM sourcing cockpit and R/3 manual POs. POs that are created from catalog ba

  • MDT 2012 U1 LTI Format incorrect partition

    Hi, everyone: I recently  update for xp to Win7 use MDT 2012 Update 1. Everything looks can be, but except for some individual strange question.  Details are follows:  The original xp partition C: is Primary partition, also system disk; other is exte

  • How do i repair a hard drive?

    I bought my ipod at best buy and paid with cash i put the receit in my wallet but i got stolen at the movie theatre the point is that i don't have a recit anymore and don't know how to replace my ipod now. it apears the apple icon with the back light

  • IDVD - Wrong photos selected

    Has anyone else ran into an issue with the new iDVD that displays the incorrect photo inside of a sideshow? The picture is correct in iPhoto and the media preview screen but when I drag it into the iDVD slideshow, it displays the wrong photo. The new