File path applescript broken after snow leopard

I was using this script in illustrator cs4 on a mac running 10.5 and all was good
tell application "Adobe Illustrator"
activate
set theName to name of current document
set theNamecount to count of theName
set thePath to the file path of current document as string
set pathCount to count of thePath
set pathCount to (pathCount - theNamecount)
set newPath to (text 1 thru pathCount of thePath)
set newName to "Die for " & theName
set finalPath to newPath & newName
save current document in file finalPath as eps ¬
with options ¬
{class:EPS save options, compatibility:Illustrator 8, preview:color Macintosh, embed linked files:true, include document thumbnails:true, CMYK PostScript:true, PostScript:level 2, embed all fonts:true}
beep 2
activate
end tell
Then I upgraded to Snow Leopard now when i run the script I get this message
error "Can’t make «data fss 9CFF84A2B8001F4F75747369646520436F7665722046696E616C2031234238413241332E61690000000064E76 706D8298F1EE9D902207CE1FFBF28E1FFBF88578F1EE9D90220» into type string." number -1700 from «data fss 9CFF84A2B8001F4F75747369646520436F7665722046696E616C2031234238413241332E61690000000064E76 706D8298F1EE9D902207CE1FFBF28E1FFBF88578F1EE9D90220» to string
Thanks in advance.
Rod

G'day Rod
Your script returns...
error "Can’t make POSIX path of «data fss 9CFF6D0609001B33303234302D3930343537205B436F6E7665727465645D2E657073CDCC00000001616946532 3ECF0381D9748CC1D5E0A34BFFFCE70636F72650000000A033B» into type string." number -1700 from POSIX path of «data fss 9CFF6D0609001B33303234302D3930343537205B436F6E7665727465645D2E657073CDCC00000001616946532 3ECF0381D9748CC1D5E0A34BFFFCE70636F72650000000A033B» to string
I'm running an intel iMac, so perhaps it's something to do with that.
I'm now using this very cumbersome approach...
on FetchFileContainer()
tell application "Adobe Illustrator"
set fp to do javascript "activeDocument.path"
end tell
set fp to my convertString(fp, "%20", " ") as text
set newerPath to (POSIX file fp) as text
set newerPath to newerPath as text
if "Desktop" is in newerPath then
set newerPath to newerPath & ":"
repeat 3 times
set o to offset of ":" in newerPath
try
set newerPath to items (o + 1) thru end of newerPath as text
on error
if newerPath = "Desktop:" then set newerPath to ""
end try
end repeat
set ptd to path to desktop as text
set newerPath to ptd & newerPath
end if
set C to newerPath
if "desktop" is not in newerPath then
set o to offset of ":" in newerPath
set newerPath to items (o + 1) thru end of newerPath as text as alias
tell application "Finder"
try
set C to container of (newerPath)
end try
end tell
end if
return C as text
end FetchFileContainer
on convertString(tString, ToFind, Tochange)
set {oAStid, AppleScript's text item delimiters} to {AppleScript's text item delimiters, ToFind}
set tString to text items of tString
set AppleScript's text item delimiters to Tochange
set tString to tString as string
set AppleScript's text item delimiters to oAStid
return tString
end convertString

Similar Messages

  • Issue with Applications, file paths, mobile accounts in snow Leopard OD

    Hello Everyone,
    The Facts:
    2 x Xserves running Snow Leopard 10.6.2 Server
    (1 is a Open Directory Master, the other a backup/slave)
    About 20 end-users running 10.5.8 Leopard and 10 end-users running 10.6.2 Snow Leopard on MacBook Pro laptops.
    All laptops are Managed Mobile clients with full administrative privileges/rights for the local drive.
    The Issue(s):
    Having an odd issue with many applications like Microsoft Word, Adobe Photoshop etc. not remembering the last used file path and the default network home path showing up instead of the local one.
    This issue ONLY appears with the Snow Leopard clients and the Snow Leopard Server. No matter what, the default path will be the enduser's network home path. This leads to endusers constantly having to sync their home folders to get the copy or losing files altogether.
    The Leopard clients are unaffected, can save to the local hard drive by default and have no issue "remembering" the last accessed file's path (whether local or on the network).
    What gives? What changed? Any thoughts, workarounds, fixes most appreciated.

    Okay, I'll rephrase the issue
    When the Snow Leopard clients are connected to the network and can connect to the OD Master etc, the default path for saving files to the desktop changes to their network accounts e.g. afp://Server/Users/Enduser/Desktop. If they save a file, it will copy here and then the enduser has to synch to get a copy of the file on their local desktop.
    If the client is not connected to the network, no issue. Enduser can save files to the local desktop like normal.
    How do we change this such that the enduser can save to the local harddrive first regardless of being connected?
    All Snow Leopard Clients are mobile accounts which synch hourly the full profile.
    Any further thoughts or similar experiences gang?
    Something we could possibly change in the mcx settings perhaps or am a I missing the point?

  • ARD Viewing broken after Snow Leopard upgrade

    Hi all!
    Most of our Snow Leopard installs went fine, however, one Mac mini is still being troublesome. It's a Core Duo Mac mini connected via Ethernet. Viewing or Controlling the computer from ARD console gives a black screen. Console.app on the client computer reports that AppleVNCServer crashes (see attached log).
    I've repaired permissions multiple times and reinstalled ARD client several times. Remote controlling via a simpler VNC client works when ARD is set to accept VNC connections on the client.
    +sudo lsof -i :5900+ produces the following:
    $ sudo lsof -i :5900
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    AppleVNCS 403 wildam 10u IPv6 0x03a921f0 0t0 TCP *:vnc-server (LISTEN)
    Any ideas?
    Thanks a lot!
    Process: AppleVNCServer [499]
    Path: /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
    Identifier: AppleVNCServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: ARDAgent [488]
    Date/Time: 2009-08-30 15:17:07.915 +0200
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread: 6
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x95d818fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95d82067 mach_msg + 68
    2 com.apple.CoreFoundation 0x97755dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x97754d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9775a7a4 CFRunLoopRun + 84
    5 com.apple.AppleVNCServer 0x00005a4f 0x1000 + 19023
    6 com.apple.AppleVNCServer 0x00002675 0x1000 + 5749
    7 com.apple.AppleVNCServer 0x00025636 0x1000 + 149046
    8 com.apple.AppleVNCServer 0x00001fd9 0x1000 + 4057
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x95da810a kevent + 10
    1 libSystem.B.dylib 0x95da8824 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x95da7ce1 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x95da7a86 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x95da7511 pthreadwqthread + 390
    5 libSystem.B.dylib 0x95da7356 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x95da810a kevent + 10
    1 com.apple.AppleVNCServer 0x0000358c 0x1000 + 9612
    2 ...ple.CoreServices.CarbonCore 0x94de89fa PrivateMPEntryPoint + 68
    3 libSystem.B.dylib 0x95daefe1 pthreadstart + 345
    4 libSystem.B.dylib 0x95daee66 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95dbd2a2 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x95e56333 select + 92
    2 com.apple.AppleVNCServer 0x00004c9b 0x1000 + 15515
    3 ...ple.CoreServices.CarbonCore 0x94de89fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95daefe1 pthreadstart + 345
    5 libSystem.B.dylib 0x95daee66 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95d94a4e write + 10
    1 com.apple.AppleVNCServer 0x00007212 0x1000 + 25106
    2 com.apple.AppleVNCServer 0x00006e92 0x1000 + 24210
    3 ...ple.CoreServices.CarbonCore 0x94de89fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95daefe1 pthreadstart + 345
    5 libSystem.B.dylib 0x95daee66 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95da71a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95da7738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95da7356 start_wqthread + 30
    Thread 6 Crashed:
    0 com.apple.AppleVNCServer 0x00037a1e 0x1000 + 223774
    1 com.apple.AppleVNCServer 0x000157c8 0x1000 + 83912
    2 com.apple.AppleVNCServer 0x00014a5f 0x1000 + 80479
    3 com.apple.AppleVNCServer 0x00008fa4 0x1000 + 32676
    4 ...ple.CoreServices.CarbonCore 0x94de89fa PrivateMPEntryPoint + 68
    5 libSystem.B.dylib 0x95daefe1 pthreadstart + 345
    6 libSystem.B.dylib 0x95daee66 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95d818fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95d82067 mach_msg + 68
    2 com.apple.framework.IOKit 0x945cd4f3 ioconnectmethod + 574
    3 com.apple.framework.IOKit 0x94581816 IOConnectCallMethod + 454
    4 ...er.AppleIntelGMA950GLDriver 0x0071580e SubmitPacketsToken + 190
    5 ...er.AppleIntelGMA950GLDriver 0x0071a820 glrReadPixels + 1056
    6 GLEngine 0x11ef78ce glReadPixels_Exec + 1970
    7 libGL.dylib 0x97383980 glReadPixels + 73
    8 com.apple.AppleVNCServer 0x000155ee 0x1000 + 83438
    9 com.apple.AppleVNCServer 0x00009d87 0x1000 + 36231
    10 ...ple.CoreServices.CarbonCore 0x94de89fa PrivateMPEntryPoint + 68
    11 libSystem.B.dylib 0x95daefe1 pthreadstart + 345
    12 libSystem.B.dylib 0x95daee66 thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
    eax: 0x01012600 ebx: 0x00000000 ecx: 0x00827000 edx: 0xffffeaa8
    edi: 0x00827000 esi: 0x007c00a8 ebp: 0xb032ac38 esp: 0xb032a864
    ss: 0x0000001f efl: 0x00010202 eip: 0x00037a1e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xffe2af8c
    Binary Images:
    0x1000 - 0x4dff7 com.apple.AppleVNCServer 3.3.1 (3.3.1) <5B4A7FDB-0C13-DE88-D2D0-BD7C309047ED> /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
    0x5b000 - 0x110fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x1dc000 - 0x1f8ff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x700000 - 0x740ff7 com.apple.driver.AppleIntelGMA950GLDriver 1.6.0 (6.0.0) <68328D62-6519-EA58-6691-134F94833614> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x11eba000 - 0x1202bff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90377000 - 0x9038bfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x90422000 - 0x90466ff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90dc5000 - 0x90df9ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x91054000 - 0x9106fff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9117a000 - 0x91192ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91193000 - 0x9123bff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9123c000 - 0x91280fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91451000 - 0x91886ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91969000 - 0x91987ff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91988000 - 0x9199dfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9199e000 - 0x919a4fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x919b9000 - 0x919bdff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x919be000 - 0x91a01ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91a02000 - 0x91bbefef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91bbf000 - 0x91bc9fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91bca000 - 0x91c79ff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91c7a000 - 0x91c7bff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91c7c000 - 0x91d0dfe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x922a4000 - 0x926baff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926d3000 - 0x926dcff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92a24000 - 0x92a24ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92a2c000 - 0x92a2dff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92a2e000 - 0x92ae7fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x92b55000 - 0x92b66ff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92b67000 - 0x92ce9fe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x92d2b000 - 0x92d74fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92dfb000 - 0x92e09fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x92e0a000 - 0x92e6afe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92e6b000 - 0x92eadfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92eae000 - 0x92f89fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92ffd000 - 0x937de497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x937e4000 - 0x937e4ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x937e5000 - 0x937e7ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93a0e000 - 0x93a72ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93ab5000 - 0x93ad1fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93b41000 - 0x93b72ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93b73000 - 0x93c3dfef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93c3e000 - 0x93c8eff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93c8f000 - 0x93caffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x93d8b000 - 0x93d90ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93d91000 - 0x93dfbfe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93fbc000 - 0x93fc6ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94087000 - 0x94087ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94088000 - 0x94124fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94125000 - 0x9419eff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9457c000 - 0x945d6ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x945d7000 - 0x945e1ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94602000 - 0x94628fff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x947a0000 - 0x948a1fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x948a2000 - 0x94911ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94912000 - 0x94994ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x949cc000 - 0x94aa9ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94aaa000 - 0x94b47ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94b82000 - 0x94c78ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94c79000 - 0x94c79ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94c7a000 - 0x94da3fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94da4000 - 0x94da8ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94dc2000 - 0x950e1fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x950e2000 - 0x95191fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9532d000 - 0x953d4fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9563a000 - 0x95762fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95887000 - 0x958afff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x958b0000 - 0x958c2ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x958c3000 - 0x958c6fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9599a000 - 0x9599aff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9599b000 - 0x95a1bfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95a1c000 - 0x95d80ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95d81000 - 0x95f25feb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x96005000 - 0x960b7ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x96130000 - 0x96154ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x972e0000 - 0x97330fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97383000 - 0x9738dff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9738e000 - 0x97391ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9739a000 - 0x973aeffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97480000 - 0x976f0ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97719000 - 0x97890fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97891000 - 0x978e2ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97943000 - 0x97962fe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97b44000 - 0x97bdcfe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97bdd000 - 0x97be0ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97be1000 - 0x97cd3ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x97cdc000 - 0x97cdcff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97d8c000 - 0x97d8cff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97d8d000 - 0x97fefff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x980d4000 - 0x980d6ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x980d7000 - 0x98114ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x98117000 - 0x98139ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x98195000 - 0x98195ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98196000 - 0x981e3feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x981e4000 - 0x981f0ff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x981f9000 - 0x98200fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x98235000 - 0x98b11ff7 com.apple.AppKit 6.6 (1038) <25DDEBFC-8A2F-8434-1D97-AEC55B5205F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98b12000 - 0x98bbffe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x98bd3000 - 0x98bd7ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98be3000 - 0x98c29ff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x98d41000 - 0x99064fef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99065000 - 0x99072ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99295000 - 0x992a5ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9930b000 - 0x9933eff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x993e0000 - 0x993edff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib

    Update: After having to re-explain the entire case because the last guy didn't write anything down, and after having to re-convince the 2nd level support guy that this is in fact a bug, I've got the case escalated to engineering, and they'll come back to me on wednesday next week (I can't, of course, speak directly to the engineer).
    The problem presents itself with a fresh install of 10.6 and ARD Client 3.3.1 with a resolution of 1366x768. Symptoms are a black screen in the ARD console, with the text "Connecting…" flashing on the screen. The process AppleVNCServer crashes on the client at this time, see report over.
    I'll keep you all updated!

  • MathType integration broken after Snow Leopard Upgrade

    MathType 6.0 no longer seems to work with Keynote after I upgraded to Snow Leopard. When I try to insert an equation from MathType it inserts the equation, but only as a HUGE image file that has to be resized. Worse, I can no longer edit equations in MathType once they have been inserted into Keynote. Even if I select and copy in Keynote and paste into MathType. Everything still works correctly on my machine that I haven't installed Snow Leopard on.
    It's a big problem for me because my presentations use a lot of equations. Any ideas for a cure?

    Quit Keynote
    move the preferences file:
    <startupVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Keynote. plist
    on the desktop
    restart Keynote.
    Maybe you will be forced to re-link MathType.
    Tell us if it restores a normal behavior.
    Yvan KOENIG (VALLAURIS, France) mercredi 23 septembre 2009 13:53:54

  • Cursor focus in text fields in Safari broken after Snow Leopard upgrade

    Hi, I just upgraded from Leopard to Snow Leopard on my Macbook. Since then, whenever I am typing in a text field in Safari (e.g. Gmail's compose message contents field), the cursor freezes. I cannot move the cursor with either arrow keys or the mouse. I cannot select text. The only way to move the cursor is to click on a different text field (e.g. the email subject field in Gmail) and then click back on the location I want in the first text field. But even after that, I cannot move the cursor within that field aside from typing characters -- I still have to click back and forth between different text fields.
    I have not had this problem in Firefox.
    This seems like a minor thing but it makes Gmail unusable in Safari, which basically means Safari is useless to me now. Still, I prefer to use Safari for general web browsing since it is much quicker, so I am hoping someone can recommend a fix (preferably not going back to Leopard, although that is an option via a SuperDuper restore).

    HI,
    Other Safari users have experienced this issue but the issue resolved itself after uninstalling the Flash player plugin, then reinstalling, then repairing permissions.
    Go here and follow the instructions. Uninstall Flash
    Install the most recent version of Flash here.
    Now repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • RAW CR2 files cause Bridge / PS CS3 to quit after Snow Leopard

    OS: Snow Leopard Fresh Install
    Camera: Canon XTi
    Files: Canon RAW CR2
    Issue: Access of ANY kind to a RAW file causes the app(s) to quit.
    Detail: Everything was fine in Leopard but for various reasons I did a fresh install of Snow Leopard. Wiped the drive and installed clean. Installed iLife 09 and then did any Apple updates. I then installed CS3 and did all the Adobe updates (Almost 600 MB). Used PS for some graphic stuff with no issue and thought everything was good until today. Went to Bridge and simply tried to navigate to my RAW photos and it quit. Tried opening a RAW in PS... same thing. Checked the ACR version and is was 4.6 but I reinstalled anyway... same. So, I uninstalled the fresh copy of CS3 and reinstalled to be safe... same. OK, now it was testing time. Navigated to the RAW files in Finder and can view them fine. I can quick preview them, open them in preview etc, so the OS raw support is fine. Same thing happens just trying to open the file with PS CS3 since it open using RAW.
    I removed the RAW plugin and Bridge stayed open fine and displayed the files as generic thumbs. Put the plugin back and it dies again.
    In Leopard the RAW Prefs were set to store the settings in the RAW database instead of sidecar files and I have tried putting the database file in from the pre-snow leopard backup. No luck. I am totally stumped any any ideas are welcome. I am about to restore the Leopard image.
    Thanks in advance,
    Razz

    Thanks for the idea Carolyn.
    Unfortunately it did not fix it. I had tried it before and tried it again after your post. Thing is, it can't be the cache since the install of bridge has never been used. As soon as I load it and try to go view my files it quits. I would expect this from an upgraded SL install but an erase & install with fresh CS3 and all the OS and Adobe updates should be smooth. I really don't want to go back to Leopard but have to be able to mess with my photos. Why would removing the raw plugin stop the failure? It is 1 file, the correct version and fresh installed. Not sure what to do except maybe start over and yet that could still fail and takes a LONG time. I hate to upgrade to CS4 since I am not sure where the issues is.
    Maybe install SL again over the top as an upgrade?
    Any other ideas?
    Thanks, Razz

  • Renaming a file in Finder changed with Snow Leopard somehow?

    I've used an AppleScript for ages to:
    1. choose a file (a screenshot)
    2. prompt for a new name
    3. File is renamed by Finder with new name
    4. compose a command to copy it to another server
    It seems Finder is not updating the "alias" to the file since I upgraded to Snow Leopard; this very code has worked for the last few versions of OS X:
    set screencap to (choose file with prompt "Choose the screen shot: ")
    display dialog "Enter new file name: " default answer "foo"
    set newname to (the text returned of result as string)
    set newnamepng to (newname as string) & ".png"
    log "newname is " & newname & " newnamepng is " & newnamepng
    log "screencap is " & screencap
    tell application "Finder"
    set the name of screencap to (newnamepng as string)
    end tell
    log "the name of screencap is now: " & screencap
    set posixscreencap to the POSIX path of screencap
    set scpcmd to "scp " & posixscreencap
    log scpcmd
    Here's what happens when I run it:
    tell application "AppleScript Editor"
    choose file with prompt "Choose the screen shot: "
    --> alias "Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png"
    display dialog "Enter new file name: " default answer "foo"
    --> {text returned:"newnameforscreenshot", button returned:"OK"}
    end tell
    (*newname is newnameforscreenshot newnamepng is newnameforscreenshot.png*)
    (*screencap is Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png*)
    tell application "Finder"
    set name of alias "Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png" to "newnameforscreenshot.png"
    --> "newnameforscreenshot.png"
    end tell
    (*the name of screencap is now: Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png*)
    (*scp /Users/swain/Desktop/Screen shot 2010-09-13 at 2.06.44 PM.png*)
    For some reason the file alias "screencap" does not get a new name. Any suggestions?

    When I run your script, the file name does get changed, it is just that the Finder is not keeping up with the script. There are a few fixes:
    1) add a short delay after the rename (delay 1 seems to be enough)
    2) use *System Events* instead of the Finder
    3) add an update command after setting the name in your FInder tell statement (e.g. update screencap)
    Note that an alias will still point to the same file item (even if it does have a different name), but the POSIX path of the alias object does need to be updated before you can use that.

  • Scripts broken under Snow Leopard?

    I wrote a script using AppleScript Editor. After several tests, running it manually from within AppleScript Editor, it seems to work just fine and does what I want it to. So, I saved a copy of the script as "run only". Supposedly, I should now be able to double-click the run-only script in order to run it without opening the editor. But, when I double-click the file, I get two pop-up windows. The first says: "Unable to read the file because the script is not editable (it was saved as run-only)", the second says "The document 'myscript' could not be opened."
    Are scripts broken under Snow Leopard?

    sauljaffe wrote:
    That's absurd. What purpose does the "run-only" option have then?
    that's needed when people publish applications they created and don't want others to see source code. this is done to all commercial software to protect against software piracy. you can do it to your own home made programs too if you want using that button.
    If you can't run it, and can't open it with the editor, then you have a file on your system you can only do one thing with: move it to the trash.
    There must be a way to save scripts so they can be run without opening the editor first.
    of course there is. you save the script as an application. then to run it you double-click on it.
    If "run-only" isn't it, then what is it?

  • Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade.

    Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade.
    Is there any way to use a 10.5.7 wireless .kext files on Snow Leopard? And where can I find the files?

    Ok, I have the fix!! After several frustrating days it finally just works.
    The process:
    Upgrade your Macs to 10.6 (Snow Leopard)
    Powercycle your modem AND time capsule / airport TWICE
    Reset your time capsule with a pin or paperclip on the back
    Follow the prompts to setup your time capsule / airport access
    -- On your Macs
    Go to System Preferences > Network > Airport > Advanced > TCP/IP
    Click "Renew DHCP Lease" then click "Ok"
    Click Apply
    Turn off Airport
    Turn Airport on
    IT WORKS!!!
    One of the magical people at tech support walked me through it earlier today. The whole process took about 1.5 hrs because Show Leopard takes about an hour to install on one machine.
    Hope this helps-
    Joshua

  • HT1277 Mail has gone crazy. Header's and messages are mixed up. New Mac Book Pro. Migrated files from Time machine running snow leopard. Reinstall or new computer needed?

    Mail has gone crazy. Header's and messages are mixed up. New Mac Book Pro. Migrated files from Time machine running snow leopard. Reinstall or new computer needed?

    Ok; I'm not sure what you're doing.    36 hours is rather long.  Seems like a new migration.  Not what I intended.
    Here's what I intended: from the newly-migrated and apparently-corrupt environment, create a new user, not related to any existing user, nor any migration-created user, or any other user for that matter.  That is, use  > System Preferences > Users and Groups, authenticate yourself by clicking on the padlock, and then click the + and create a wholly new user.  Then log in under that user and establish the mail access.
    36 hours?  I'm wondering if there's an error or an exceedingly slow network here?  Or a really, really slow disk?  Or a sick backup?  (WiFi isn't the path I'd usually choose, either.)
    Failing the attempted second migration, I'd try a different tactic.  Does your existing (old) system work?   If so, I'd bypass the backup and connect an external (scratch) USB disk drive to the (old) sstem and then boot and use Disk Utility booted from the installer DVD disk or boot and use Disk Utility from the recovery partition or booted from a recovery partition created on some other external storage (details here vary by the OS X version and what hardware you have), and perform a full-disk backup of your original internal disk to (scratch) external storage.  (Make sure you get the source and target disks chosen correctly here; copying the wrong way — from the scratch disk to your existing disk — will clobber your data!)  In esssence, this will clone your existing boot disk.  Then dismount the (formerly-scratch) external disk, transfer it over to the new system, and use it as the source of the migration, by performing a fresh OS X installation on the new system.
    Target Disk Mode is also sometimes an option for accessing the disk for a migration, but that requires the right cable, and requires systems that have the same external connection; newer MacBook Pro systems use Thunderbolt for this, and older systems tend to use FireWire.  And I'm guessing you don't have compatible hardware.
    The details here can and do vary by your OS X versions and your particular Mac systems — if you'll identify the specific models and hardware, somebody might be able to better tailor the above (fairly generic) sequence to your particular configuration.

  • Safari 5.1.8 is broken in snow leopard. Application will show in menubar, but all menu choices are nonfunctional.

    Safari 5.1.8 is broken in Snow Leopard. Application will show in menubar, but all menu choices are nonfunctional.

    Run through this list of fixes
    ..Step by Step to fix your Mac
    It might have to do with the way Safari works on the Internet and the rash of attacks occuring
    http://www.guardian.co.uk/technology/2013/mar/27/cyber-attack-spamhaus-slows-dow n-internet
    I also booted up Safai today which I hardly use and it was incredibly slow as well.
    I don't know if it's Safari or me not using it for such a long time.
    If the above fixes don't work, all I can suggest is to use Firefox or whatever until this attack thing blows over and see after that.

  • Receiving email after Snow Leopard upgrade

    Everything works fine after Snow Leopard upgrade 10.6.2 except I cannot RECEIVE email. I have checked with Comcast and verified my settings for both incoming and outgoing POP mail.

    Hello and welcome to the Discussions.
    I had no problems of this sort when upgrading to Snow Leopard or 10.6.2. Were you already running Snow Leopard in an earlier version, or did you upgrade from Tiger (10.4.11) directly to SL 10.6.2?
    Quit Mail, and in the Finder open Home/Library/Mail. Locate any files named to include MessageUidsAlreadyDownloaded. At the root level of the Mail folder you should find one named MessageUidsAlreadyDownloaded3, but look in each POP account folder also. There if you find any other, including MessageUidsAlreadyDownloaded2 delete them from each POP account folder -- they are not used in versions of Mail later than 2.1.3.
    Relaunch Mail and test.
    Ernie

  • Text messages in Safari are garbled on Mac Pro after Snow Leopard install

    When reading or composing my Yahoo mail text messages in Safari on my Mac Pro after Snow Leopard, the wording is very garbled. Looks like o's, s's, c's, some caps, with lots of spaces intermixed. Messages look ok on Firefox, on same machine. New messages and reading sent messages look ok on my MacBook and MB Air. When cutting and pasting into something else (like this window), the text looks fine. I can compose and send messages that look garbled, but the right words and letters go out. HTML messages look ok. Any clues for solution?

    I have this happening in bunch of different HTML pages. Here's a screenshot of the same page in Safari (Version 4.0.3 (6531.9)) and Mac OS X 1.6.1 side by side with Camino:
    https://dl.getdropbox.com/u/362958/miscwebimages/Screen%20shot%202009-09-22%20at%2018.35.47.png
    Camino renders the page correctly. Safari is really unusable with this problem. Tried switching to and from 64-bit mode in Safari, didn't help either.
    Message was edited by: Attila Szegedi

  • Isight no longer works after snow leopard upgrade

    my isight no longer is available directly after snow leopard upgrade on my macbook black. Anyone else with the same problem? The isight does not show up in 'about this mac' under USB and I tried resetting SMC and PRAM.

    Hi,
    In Leopard there was an App called iSight Update app that was in Hard Drive/System/Library/Core Services
    This does not seem to be there in Snow Leopard.
    An issue with some computers with the camera was that in System Preferences > Displays the Colours needed to be set to Millions.
    Also check the Hard Drive/System/Library/Extensions folder and see that you have the Apple_iSight.kext (this is likely to handle the Internal iSights as well).
    One last thing.
    Some Web sites can make use of the camera using Flash.
    If that tab is still open the Browser may have use of the camera.
    It sounds like you have done computer restarts and this will not be the case unless the browser is set to go back to that page.
    7:26 PM Sunday; August 30, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • HP Photosmart C6300 printer/scanner not working after Snow Leopard install

    HP Photosmart C6300 printer/scanner not working after Snow Leopard install
    Reinstalling etc does not work - does anyone else have the same problem or a clue as to how to fix this?

    Keith,
    I got a C6280 and the scanner does not work anymore. I am for 6 days in contact with HP. The last printer driver install form the apple web site does not open the image of HewlettPackardPrinterDrivers.dmg because of an invalid checksum. The skipping of the validation gives and error in the install.

Maybe you are looking for

  • "Java Class not found in classpath" Error in DESIGNER

    Hello All, I'm trying to connect in Designer using a JDBC connection to MS SQL Server 2008.  As per the instructions, I updated my jdbc.sbo file with the path to the existing two JAR files.  However, I still get the following error when I try and con

  • Feature Request : Router to Router VPN support

    I realize this has been highlighted earlier as not being supported currently, but it would be very useful to allow additional subnets into the NM sphere (my assumption would be one Home network and additinal subnets treated as foreign networks).  Any

  • Function for looking up multiple variables

    I've been through the F&F user guide and the numbers help guide. I'm either not seeing it or something is just going over my head. I know what I'm doing when it comes to my mac and normally I'd say I'm very capable with the standard functions/operati

  • Problem with Cover-Flow display

    Hello! Whenever I play compilations Cover-Flow doesn´t display "Interpret" in the third column but "Album-Interpret" (screenshot 1). However, I set the "Album-Interpret" Tag to the whole compilation´s tite so that Itunes displays all tracks in one Bl

  • Recovery upto Certain time for Database

    Hi, For database ERSP(10.2.0.4) we usually have a hot backup everyday. It finishes off everyday @23:00. An archivelog backup everyday , every 2 hrs. For 29th June: hot backup was successful @ 23:00. This is the latest hot backup of ERSP database avai