Index.HTml works fine but Inex.jsp can't access

I ve create 2 folder and 2 files both file and folders have successfuly created HTMl will redirect Prefectly to JSp file but jsp can't run when i will save it by frontpage (simple open and click on save and close then its work fine) i have flush the file also in my code why it can't execute Note Its perfectly write in file that i want ..
import java.io.*;
public class createdir
     private static File fileOptions;
     public String mydir(String DirectoryName, String userDirectoryName, String userfileName, String userData, String userData1)
          //Write a File Text
          String myStringValue = "<%String loginIdName = request.getRequestURI();int lastValue=loginIdName.lastIndexOf(\"/\");loginIdName=loginIdName.substring(11, lastValue);session.setAttribute(\"loginId\", loginIdName);%><%@ include file=\"../../templates/"+ userData1 + "\"%>";
          String mystr = new String(myStringValue);
          //Create User Directory
          fileOptions = new File("c:/tomcat/webapps/soft", DirectoryName);
          fileOptions.mkdir();
          String Path = fileOptions.getAbsolutePath();               
          //Create Client Name Directory
          fileOptions = new File(Path, userDirectoryName);
          fileOptions.mkdir();
          Path = fileOptions.getAbsolutePath();               
          //Create Client Name File
          fileOptions = new File(Path, userData);
          try
               fileOptions.createNewFile();
          catch(Exception e)
                    System.out.print(e);
          try
                    DataOutputStream myStream = new DataOutputStream(new FileOutputStream(fileOptions));
                    myStream.writeChars(mystr);
                    myStream.close();
          catch (Exception e)
                    System.out.print(e);
          return ("True");
     public void indexDir(String userDirectoryName, String userfileName, String userData)
          //Write a File Text
          String myStringValue = "<html><head><script>function redirect(){window.location=\"../user/" + userDirectoryName + "/index.jsp\";}</script></head><body onload=redirect()></body></html>";
          String mystr = new String(myStringValue);
          //Create User Directory
          fileOptions = new File("c:/tomcat/webapps/soft", userDirectoryName);
          fileOptions.mkdir();
          String Path = fileOptions.getAbsolutePath();               
          //Create Client Name File
          fileOptions = new File(Path, userfileName);
          try
               fileOptions.createNewFile();
          catch(Exception e)
                    System.out.print(e);
          try
                    DataOutputStream myStream = new DataOutputStream(new FileOutputStream(fileOptions));
                    myStream.writeChars(mystr);
                    myStream.close();
          catch (Exception e)
                    System.out.print(e);
}

Hi Thanks for reply i found the problem my self ... The tomcat is abustlly running other wise it can't run local host. in my previous the i write by char due to this when its write in a file its crate spaces between every character then i use Buffer and i solve it :)

Similar Messages

  • I have an apple 2 for about 3 months and everything was working fine but now I can't access safari what can I do

    I have an apple2 for about 3 months and everything was fine,but now when I try to access safari it doesn't open what can I do

    Have you tried a "hard reset"? If so, I would take the phone to an Apple store. If not,
    1. Make sure the phone is OFF
    2. Hold the HOME button and then press the power button and HOLD IT.
    3. Hold both buttons until the phone comes ON, goes OFF and come ON again (about 45 seconds)
    4. Re-sync with iTunes.
    Hope this helps.

  • Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" help any1?

    Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" I can't seem to send any messages either? I can use the Internet fine and everything else on the phone. Can anyone help?

    Hi chelsinator,
    You can reset the phone and it won't cause any problems or cause you to lose any data - Hold down the Home and Power buttons at the same time and continue to hold them down until the Silver Apple appears.
    The other thing you should do is to reset your network settings: Settings>General>Reset>Reset Network Settings. You will have to set up your Wifi again, but that oftentimes clears things up.
    Cheers,
    GB

  • Every time I launch a Source-based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but unfortunately I can't remember what I did in the meantime...

    Every time I launch a Source - based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but as I recall I've just installed Crossover... can anyone help me?
    The bug report from "Tactical intervention" follows:
    Process:         tacint_osx [3304]
    Path:            /Users/USER/Library/Application Support/Steam/*/tacint_osx
    Identifier:      tacint_osx
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  bash [3301]
    User ID:         501
    Date/Time:       2013-08-30 13:44:00.342 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          120536 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      A8FD5912-2699-8EB1-69E9-9CE46F77DF51
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*
    Thread 0 Crashed:: MainThrd  Dispatch queue: com.apple.main-thread
    0   engine.dylib                            0x09a3ee7f Sys_Error_Internal(bool, char const*, char*) + 383
    1   engine.dylib                            0x09a3eee3 Sys_Error(char const*, ...) + 35
    2   engine.dylib                            0x09e56a3d CEngineConsoleLoggingListener::Log(LoggingContext_t const*, char const*) + 749
    3   libtier0.dylib                          0x0003928b CLoggingSystem::LogDirect(int, LoggingSeverity_t, Color, char const*) + 235
    4   libtier0.dylib                          0x00038dfc Error + 236
    5   client.dylib                            0x1923f9d6 BaseModUI::TIMainMenuContainer::Resp_Login(fixapi2::eFixLoginResult, int, int) + 118
    6   launcher.dylib                          0x005413d9 fixapi2_impl::CFixClientAPI::CommonPacket_Login(fixapi2_impl::CFixClientSocket* , fixapi2_impl::CFixClientPacket*) + 521
    7   launcher.dylib                          0x00536a57 fixapi2_impl::CFixClientAPI::Do_ReadPacket(fixapi2::IFixPacket*) + 423
    8   launcher.dylib                          0x00539e31 fixapi2_impl::CFixClientAPI::Do_MainFrame() + 833
    9   client.dylib                            0x18d3819c IGameSystem::UpdateAllSystems(float) + 108
    10  client.dylib                            0x18e99bb2 CHLClient::HudUpdate(bool) + 130
    11  engine.dylib                            0x09bd98e6 ClientDLL_Update() + 54
    12  engine.dylib                            0x09d29e92 _Host_RunFrame(float) + 2722
    13  engine.dylib                            0x09d45819 CHostState::State_Run(float) + 281
    14  engine.dylib                            0x09d46400 CHostState::FrameUpdate(float) + 592
    15  engine.dylib                            0x09d464c5 HostState_Frame(float) + 37
    16  engine.dylib                            0x09e5c246 CEngine::Frame() + 710
    17  engine.dylib                            0x09e59556 CEngineAPI::MainLoop() + 214
    18  engine.dylib                            0x09e5973a CModAppSystemGroup::Main() + 234
    19  engine.dylib                            0x09ebf7b8 CAppSystemGroup::Run() + 88
    20  engine.dylib                            0x09e59ecd CEngineAPI::RunListenServer() + 125
    21  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    22  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    23  launcher.dylib                          0x00521a92 MainFunctionThread(void*) + 82
    24  launcher.dylib                          0x005220bc ValveCocoaMain + 140
    25  launcher.dylib                          0x0050f441 LauncherMain + 897
    26  tacint_osx                              0x00001d26 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   libdispatch.dylib                       0x96f13c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x96f137a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 4:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   steamclient.dylib                       0x060889c5 OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x060888bb OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x00709314 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x0070928c SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 17:: AQClient
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9472af79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9473095f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9473001a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9472fe8b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox          0x90096a81 GenericRunLoopThread::Entry(void*) + 209
    7   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   engine.dylib                            0x09db1029 CQueuedPacketSender::Run() + 121
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox          0x900a69c1 CAGuard::Wait() + 113
    4   com.apple.audio.toolbox.AudioToolbox          0x900a5619 AQConverterManager::AQConverterThread::Run() + 271
    5   com.apple.audio.toolbox.AudioToolbox          0x900a54a2 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 20:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x96c6eeba HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x96c6952e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x96c67bcd HALC_ProxyIOContext::IOWorkLoop() + 1287
    5   com.apple.audio.CoreAudio               0x96c67617 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x96c71b61 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x96c6753d HALB_IOThread::Entry(void*) + 71
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xdeadbeef  ebx: 0x09a3ed17  ecx: 0xbfffdb84  edx: 0x00002500
      edi: 0xaca3b174  esi: 0xbfffdbfc  ebp: 0xbfffe018  esp: 0xbfffdbd0
       ss: 0x00000023  efl: 0x00210282  eip: 0x09a3ee7f   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2
    Binary Images:
        0x1000 -     0x1fff +tacint_osx (???) <61864F59-8A71-C466-4887-AC7CCB0C9B9D> /Users/USER/Library/Application Support/Steam/*/tacint_osx
        0x4000 -    0x1dff3 +gameoverlayrenderer.dylib (1) <C6AD9D84-0A5D-3598-9C2D-81FF881D168A> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x34000 -    0x34ffb +steamloader.dylib (0) <04FED4D9-EA7B-3389-8885-307D47EC1AF1> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
       0x37000 -    0x58ff3 +libtier0.dylib (1) <BD2C9B41-54BD-8C53-640F-6351B707BA58> /Users/USER/Library/Application Support/Steam/*/libtier0.dylib
       0x73000 -    0xbaff7 +libvstdlib.dylib (1) <B56FA152-7E46-2B14-7485-C8C2AAFA642D> /Users/USER/Library/Application Support/Steam/*/libvstdlib.dylib
      0x274000 -   0x279ff7 +libsteam_api.dylib (1) <0F0B01B6-ECB2-3F57-8911-197F6ED26E75> /Users/USER/Library/Application Support/Steam/*/libsteam_api.dylib
      0x2e3000 -   0x2eafff +com.googlecode.google-breakpad (1.0) <52A4C312-E82C-3FD2-AD6B-71E07E934FA9> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
      0x500000 -   0x5b1ff7 +launcher.dylib (1) <64725D45-057F-E805-DA12-7063086B5E38> /Users/USER/Library/Application Support/Steam/*/launcher.dylib
      0x700000 -   0x714ff3 +libtier0_s.dylib (1) <AC4B93C4-802E-3E63-9E48-7280B9AC66EA> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
      0x732000 -   0x751ffb +libvstdlib_s.dylib (1) <94C6E88E-0EAB-379B-B79C-A506A2F4158A> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
      0x77a000 -   0x7a5ff7  com.apple.audio.OpenAL (1.6 - 1.6) <CDE1BC7D-871D-3BE7-A6DE-96F6806BB7E1> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
      0x7b5000 -   0x7c0fff +crashhandler.dylib (1) <4C339284-0393-32BE-9D3B-CE01C33C09EE> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
      0x7d7000 -   0x7e6fff +breakpadUtilities.dylib (1) <705ACFD7-8CF0-3AB6-9F66-AF306AF3286F> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
      0x7ef000 -   0x7f4fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14e1000 -  0x14eeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x2400000 -  0x24a8fff +filesystem_stdio.dylib (1) <35589B63-D93F-A355-B940-E450EB840B19> /Users/USER/Library/Application Support/Steam/*/filesystem_stdio.dylib
    0x253f000 -  0x256efe3 +inputsystem.dylib (1) <C99B6AFC-9FB8-1DE2-1E48-ADEB2F7DB867> /Users/USER/Library/Application Support/Steam/*/inputsystem.dylib
    0x27a8000 -  0x27abffd  com.apple.ForceFeedback (1.0.6 - 1.0.6) <0DF7BE00-63E3-3A7B-8427-32EB741FE6C9> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x27b0000 -  0x27e3fef +valve_avi.dylib (1) <E10D4C35-E92A-B1F3-0CCC-57E0E3E70EA2> /Users/USER/Library/Application Support/Steam/*/valve_avi.dylib
    0x3c00000 -  0x3e8cff7 +libsteam.dylib (1) <489E1F11-B16B-31AB-A7A8-7730CAE82AD7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x3f9b000 -  0x3fe2fe7 +soundemittersystem.dylib (1) <33779D9B-6F68-B82C-DEDE-91BE3528752F> /Users/USER/Library/Application Support/Steam/*/soundemittersystem.dylib
    0x5a25000 -  0x64caf8f +steamclient.dylib (1) <DCD12DE2-488E-3C76-B78C-FD1198871B17> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x6fbd000 -  0x6fc1fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x6fc8000 -  0x6fd2fff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x6fda000 -  0x6fe2ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x99f2000 -  0xa213ff7 +engine.dylib (1) <EEB845B5-80D0-9E9B-9851-9A28E28250A7> /Users/USER/Library/Application Support/Steam/*/engine.dylib
    0xad57000 -  0xaf36fef +vphysics.dylib (1) <2143AF98-C929-355A-DBDD-E09A49EFDA61> /Users/USER/Library/Application Support/Steam/*/vphysics.dylib
    0xafd8000 -  0xb134fef +materialsystem.dylib (1) <B2C7E2F4-335A-619A-2A6A-A09FF4D8A0E1> /Users/USER/Library/Application Support/Steam/*/materialsystem.dylib
    0xc1f7000 -  0xc27ffef +datacache.dylib (1) <FCA0D47C-5663-126D-5BC8-49B13A2F4353> /Users/USER/Library/Application Support/Steam/*/datacache.dylib
    0xc2b7000 -  0xc399fe7 +studiorender.dylib (1) <C41117CD-3778-7AE8-D233-E04340BD74AE> /Users/USER/Library/Application Support/Steam/*/studiorender.dylib
    0xc78f000 -  0xc870fff +vscript.dylib (1) <F4CEE888-6C8B-FF33-381A-8093DE544E34> /Users/USER/Library/Application Support/Steam/*/vscript.dylib
    0xc8ae000 -  0xcab5fe3 +vguimatsurface.dylib (1) <61705565-6993-CB41-2457-AFAAFB1A0047> /Users/USER/Library/Application Support/Steam/*/vguimatsurface.dylib
    0xcc1a000 -  0xcc79fff +vgui2.dylib (1) <BEC9DF22-3873-3559-5CDE-A217016CF834> /Users/USER/Library/Application Support/Steam/*/vgui2.dylib
    0xdc97000 -  0xddeafe7 +shaderapidx9.dylib (1) <CF7CC900-F51D-A8F5-CA15-9783302D2E58> /Users/USER/Library/Application Support/Steam/*/shaderapidx9.dylib
    0xde81000 -  0xdec1ff3 +localize.dylib (1) <50D65CFA-AB29-CD38-89C5-76CA025AED68> /Users/USER/Library/Application Support/Steam/*/localize.dylib
    0xded7000 -  0xe06bffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xe0a2000 -  0xe223fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xe255000 -  0xe6a2ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0xf3ff000 -  0xf42aff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10e00000 - 0x10e41ff7 +stdshader_dbg.dylib (1) <887F679E-D82F-3EDE-187E-B32B7612D91F> /Users/USER/Library/Application Support/Steam/*/stdshader_dbg.dylib
    0x11900000 - 0x119f8feb +stdshader_dx9.dylib (1) <FE0463BF-5F1E-DF57-3068-77DFDBCB9A5B> /Users/USER/Library/Application Support/Steam/*/stdshader_dx9.dylib
    0x17aa0000 - 0x17abfff7 +scenefilecache.dylib (1) <718E9E85-2938-9B68-06A4-2B02E12B121C> /Users/USER/Library/Application Support/Steam/*/scenefilecache.dylib
    0x18c22000 - 0x19a73ffb +client.dylib (1) <88EA4F01-3151-6E37-5D79-FDFFD84DEADF> /Users/USER/Library/Application Support/Steam/*/client.dylib
    0x1a5f5000 - 0x1b296fe7 +server.dylib (1) <B08CF5F2-E3DD-7638-BAEE-9376A50823F6> /Users/USER/Library/Application Support/Steam/*/server.dylib
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe18000 - 0x8fe4ae57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x9005eff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9005f000 - 0x90090fff  com.apple.DictionaryServices (1.2 - 184.4) <CCB46C81-57C6-3F45-B77C-4D29E4CD6BA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90091000 - 0x901eaffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901eb000 - 0x901f5fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x901f6000 - 0x90200fff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90a7f000 - 0x90a80fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x90a81000 - 0x90a85ffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a86000 - 0x90acdff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90ace000 - 0x90ad8fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90ad9000 - 0x90b55ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90b56000 - 0x90b56fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90b57000 - 0x90b57ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90b58000 - 0x90b5bfff  com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90b5c000 - 0x90b8fffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x90b90000 - 0x90bbcff7  libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
    0x90bbd000 - 0x90bdffff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x90be0000 - 0x90cdeff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90cdf000 - 0x90d04ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90d05000 - 0x90d17fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x90d18000 - 0x90d1ffff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x90d20000 - 0x90d20fff  com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90d21000 - 0x90f51fff  com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90f52000 - 0x90f54fff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90f55000 - 0x90fb9ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90fba000 - 0x90fbefff  com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90fbf000 - 0x9123bff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91294000 - 0x91368ff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91369000 - 0x91370ff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91371000 - 0x91377fff  com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x913be000 - 0x913d3fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x913d4000 - 0x914f0ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x914f3000 - 0x917b3ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x917b4000 - 0x917b4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x917b5000 - 0x917bcfff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x917bd000 - 0x917c0ff3  com.apple.AppleSystemInfo (2.0 - 2) <4DB3FD8F-655E-3F96-97BC-040B33044A34> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x917c1000 - 0x917f4fff  libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
    0x917f8000 - 0x91818ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x91819000 - 0x91c36fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x91c37000 - 0x91c4eff4  com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x91c4f000 - 0x91f54ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91f55000 - 0x921aeff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x921af000 - 0x921b7fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x921b8000 - 0x921ffff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x92200000 - 0x9222dffe  libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
    0x9222e000 - 0x922ceff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x922cf000 - 0x92367fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92368000 - 0x923d0ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x923d1000 - 0x923e1ff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x923e2000 - 0x923ebfff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x923f8000 - 0x92448ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92489000 - 0x92596ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x92597000 - 0x92598fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x925a0000 - 0x926d3ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x926d4000 - 0x926f3ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x926f4000 - 0x92721ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92722000 - 0x92724ffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x92725000 - 0x92882ffb  com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92883000 - 0x928f8ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92900000 - 0x92925ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92926000 - 0x92966fff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x92c54000 - 0x93050feb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9308e000 - 0x930a8ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x93de2000 - 0x94102ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94103000 - 0x94127fff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x941c2000 - 0x941cbff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94441000 - 0x944d3ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x944d4000 - 0x945c5ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x945c6000 - 0x945c7fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x945c8000 - 0x94663fff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94664000 - 0x94664fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94665000 - 0x94671ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94672000 - 0x946d8fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x946d9000 - 0x946e9ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x946ea000 - 0x946f8fff  libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
    0x946f9000 - 0x948e1ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x948e2000 - 0x94a1dff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94a1e000 - 0x94b16ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x94b17000 - 0x94b70fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94b9d000 - 0x94f55ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94f58000 - 0x94fafff7  com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94fb0000 - 0x95097ff7  libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
    0x95098000 - 0x95099fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x950a2000 - 0x950abfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95164000 - 0x9517bfff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9517c000 - 0x95230fff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95231000 - 0x95233ffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95239000 - 0x95450fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95451000 - 0x9546afff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x954c2000 - 0x95598fff  com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95599000 - 0x95648ff7  com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95649000 - 0x9565efff  com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9565f000 - 0x95694fff  libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95695000 - 0x95698ff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9569b000 - 0x9569bfff  com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9569d000 - 0x956c8ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x956c9000 - 0x95704fef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95705000 - 0x962c1ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x962d1000 - 0x963de057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x96501000 - 0x96501fff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96502000 - 0x9655cffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9655d000 - 0x9657bff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9657c000 - 0x9657cfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x9657d000 - 0x96695ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <D871D730-1D5C-34E7-98C7-0FF09964E618> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x96696000 - 0x96696fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x96697000 - 0x966f2ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9670d000 - 0x96713fff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96714000 - 0x96720ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x96721000 - 0x96730fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96731000 - 0x96735ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x96736000 - 0x96841ff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x96842000 - 0x9685ffff  libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
    0x96860000 - 0x968a5ff7  com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x968a6000 - 0x968b4ff3  libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
    0x96953000 - 0x969b5fff  libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
    0x969b6000 - 0x969c1fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x969c2000 - 0x969cbffd  com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x969cc000 - 0x969d8ff7  com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x969d9000 - 0x96a0fffb  com.apple.DebugSymbols (98 - 98) <D0293694-C381-30DF-8DD9-D1B04CD0E5F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96a10000 - 0x96abafff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96ac9000 - 0x96c52ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96c53000 - 0x96cb4fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb5000 - 0x96cc3fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96cc4000 - 0x96cfbffa  com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96d9e000 - 0x96e7ffff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x96e80000 - 0x96ec2ff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
    0x96f0f000 - 0x96f21ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x96f22000 - 0x96f22fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96f27000 - 0x96f81ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x96f82000 - 0x97076ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x970d2000 - 0x971cfff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x971d2000 - 0x97214fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x97215000 - 0x97216ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x97217000 - 0x97240fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9724d000 - 0x9730afeb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
    0x9730b000 - 0x97359ffb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97390000 - 0x973ffffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x97400000 - 0x9740cffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
    0x9740f000 - 0x97412ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x97413000 - 0x97417ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97479000 - 0x974bbffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x974bc000 - 0x97516fff  com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97517000 - 0x97665ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97666000 - 0x978d3ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x978d4000 - 0x978eafff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x978eb000 - 0x978f5fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x978f6000 - 0x97d38fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97d39000 - 0x97d46ff7  com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97d47000 - 0x97d47fff  libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
    0x97d48000 - 0x9812bfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98136000 - 0x98153ff7  libresolv.9.dylib (51) <B974

    Hi, never played them or had Steam, but it appears to be something about the Login as far as I can tell, but not sure of course.
    Hopefully my reply brings your query to the top again & we get more help here.

  • I changed my appleID, it worked fine but now I can not restore icloud backup in a new ipad (old appleid does not work and it is grey colored so I'm unable to change it)

    Some months ago I changed my email address and so my appleID. Everything worked fine, but last week my ipad broke and when I tried to restore my icloud backup in my new ipad it does not work: it asks me for the password of the OLD appleID (it doesnt work); and in icloud configuration page the field for appleid is colored grey so I can not change it.
    any clues? thank you in advance

    My suggestion is to change apple id back. I know it is not something you want to hear, but there are suppose to be ways around it and usually they work, but not right now. I suspect that is consequences of Apple getting their servers ready for ios7. Normally in your situation - you should be able to get all your stuff back, but apps, and then you can sync those or download from icloud. But lately (last week) it does not seem to work normal way.

  • Network works fine but Airport Utility can't see the Airport

    If someone knows of an earlier discussion on this I'd be grateful for a pointer. My Airport Extreme network has been working fine, syncing with Apple TV, accessing the Internet, etc, but The AirPort Utility can't find it! I discovered this when I had trouble printing and started up the Utility to see if there was something I could do to fix it. The utility can't find it but the network is working fine. However I do need to connect a printer to it.
    Any advise on what I can do?

    iFelix wrote:
    I know this may sound obvious and silly, but are you actually connected to your Airport wireless network and not a neighbouring network?
    I thought of that myself and there are at least four networks around my house (three unprotected!) but no, I am connected to the AirPort network!
    I'll try one other thing before I do a hard reset though. A week or two back I'd tried to connect an Airport Express manually by creating a WDS. Never got that to work and that may be a problem. I notice that if I do a soft reset the AirPort Extreme become visible in the Utility for a few minutes. I'll go th manual setup and see if I can't delete that WDS...

  • I run XP64 and itunes 8 works fine but now I can't connect to the store unless I d/load iTunes 10 which won't run on XP64. Help

    Everytime I try to access the store I'm asked if I want to download iTunes 10 which I don't because it wont run on my OS and I can't decline the offer so I can't get into the store

    iTunes has never supported XP64 bit.
    However iTunes itself is a 32 bit program that will run on XP64 if you can get it installed. however this requires some hacking. Here are some links, you may be able to find others.
    http://yukichigai.googlepages.com/iphonex64
    http://skunkwerks.wordpress.com/2008/04/13/getting-itunes-to-work-with-windows-x p-x64/
    I haven't tried any of this myself.

  • Trailers work fine but no YouTube - Help!

    Movie trailers work fine but I get can not get any YouTube video to play. I can search YouTube and see results displayed - but when I try to play I always get the following message: "An error occurred loading this content. Check the source or try again later".
    Can anybody help me with this. The only thing I can think of is perhaps opendns is messing with it -0 but I can view YouTube no problem or my computers- they just won't play on the AppleTV.
    Thanks for your help...

    Yes - I have now found the problem but do not know how to fix it. I use OPENDNS - these DNS settings are in my Time Capsule. For some reason this is blocking YouTube (but only on Apple TV). When I revert to my ISP's DNS settings I have no problem... Can you help me figure this out - there must be someway to put AppleTV's YouTube service into my white-list on OPENDNS. Thanks for your help.

  • How can I fix my text messages I can only text one person from my contacts list is was working fine and now I can only text one person and I do have a plan and like I said I was texting fine   Pls help.  Thanxs

    How can I fix my text messages on my Iphone4s it was working fine but now I can only text one person from my contact list  I do have a plan and have tryed reset the iphone4s Can someone help me pls. Thanxs

    Why post the same information instead of responding to your initial post?
    https://discussions.apple.com/message/17160874#17160874
    Gonna go out on a limb here and say it's probably user error.

  • I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

  • Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it

    Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it at all.

    Without proper system information and the application logs nobody can tell you much.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • HT4995 My iPad 2 Location Service works fine but does not work on my home Airport router. How can I fix the problem?

    My iPad 2 Location Service works fine but does not work on my home Airport router. How can I fix the problem?

    lbryan1987 wrote:
    I dont want the button problem solved i need to know how to restore the phone without using that button or going into settings
    You don't in the condition it's in. You will either have to get the phone replaced by Apple or pay a 3rd party to repair it.
    there seriously should be more than two ways to solve this other wise apple is useless and we will never buy another apple product.
    Seriously? It's physically broken!

  • How do I get the built in microphone to work on my IMac?  Camera works fine, but I can't record voice.

    How do I get the built-in microphone to work on my IMac?  Camera works fine, but I can't record sound.

    I always assummed that the mic was part of iSight (intertwined?).  The mic is situated right next to iSight.  It would seem to me the solutions would be the same some what.
    Regarding the OP, I also suspect his/her problem is hardware.  It's rather unusual for the internal mic to not work yet the iSight does.

  • How can I create a start up disk for a old intel core duo running 10.5.8.. Computer works fine, but can't find install disk.

    How can I create a start up disk for a old intel core duo running 10.5.8.. Computer works fine, but can't find install disk. Want to use internal disk drive or USD flash drive.

    Try calling 1-800-676-2775.  Give the serial number and thy *may* still burn you new install disks designed just for the hrdware in your system (for a fee, something like $160 per disk).  *May* is only because they may not burn disks for Leopard anymore.
    If they do not burn them for you, you can buy Leopard disks off Amazon or eBay for about $200.
    Have you considered Snow Leopard?.  Those disks only cost $19 (single user) or $29 (5-user license) through Apple by calling 1-800-MY-APPLE.

  • I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawa

    I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawal or what!! Lol

    Hi there,
    Firstly, try a hard reset. Hold the sleep/wake and home buttons together until the Apple logo appears.
    If this doesn't work, try restoring your device. Put it in recovery mode if iTunes doesn't recognise it, and restore it from there. I have linked to instructions below.
    Recovery Mode and Restore - Apple
    Let me know if this helps,
    Nathan

Maybe you are looking for

  • Error publishing from Muse - "error updating device redirect setting"

    After recent upgrade of Muse I am getting an error message when publishing. The pages are published correctly but there is an error which prevents the final completion of the process. message = "Error updating device redirect settings click resume to

  • Is it possible to set a Line IN val

    I've got a SB Audigy 2 card and I's like to have the REC LINE IN value default to a max level. I've got some software that does some recording (timed) and the default level is too low for a good recording. Is there a way to do this? Thanks

  • Installing Counter on Web Gallery Page(s)

    Is it possible to install a 'counter' on iPhoto 08's new Web Gallery pages -if so how does one go about doing that?

  • Stting auto pac file for all users

    What happened to all.js in Firefox 4. Need to be able to place a pac file into proxy settings for all users. Do not want to have to get the users to individually enter a pac file for their own profile. If this is no longer possible in version 4, I th

  • Web services and multiple certificates

    I originally posted this question in the SOA forum, but someone suggested this forum as well. So, here we go... Hi, I am trying to consume a secure web service on ECC 6.0 - so far without much luck. When I try to connect to the ws server, it seems th