Mac application "Quits Unexpectedly"

Hi everyone!
I made a  simple splash screen in Director MX 2004 (PC). It has 2 buttons to launch two other application using buddy API. I am publishing the application as EXE and APP. The EXE version works fine, BUT, the APP (Mac) doesnt... Whenever I click on any of the buttons that use buddy API, I get the following error:
The Lingo I am using in Directo to open the application is:
on mouseup me
  global gPlatform, gDelimiter
  if the platform contains "Windows" then
    mainFolder="bin"
    installName="AdobeAIRInstaller.exe"
    myTempPath=_movie.path&mainFolder&gDelimiter&gDelimiter&installName
    baOpenFile (myTempPath,"normal")
  else if the platform contains "Macintosh" then
    mainFolder="bin"
    installName="AdobeAIR.dmg"
    myTempPath=_movie.path&mainFolder&gDelimiter&gDelimiter&installName
    baOpenFile (myTempPath,"normal")
  end if
  cursor 0
end
on mouseEnter me
  cursor 280
end
on mouseLeave me
  cursor -1
end
I do have the correct text at the end of my "xtrainfo.txt"
[#namePPC:"Buddy API Xtra", #nameW32:"budapi.x32", #type:#default]
And I DO have the .rsrc and .data files in the correct location. Both files publish with NO issues.... only when I run the Mac version do I encounter the error promtp...
Any idea why this would be happening?
Thank you for your time,
Rafael.

As Sean pointed out, the gDelimiter appearing twice is a problem.
Here's how I would simplify your script
global gPlatform, gDelimiter
on mouseup me 
  if the platform contains "Windows" then
    mainFolder="bin"
    installName="AdobeAIRInstaller.exe"
  else if the platform contains "Macintosh" then
    mainFolder="bin"
    installName="AdobeAIR.dmg"
  end if
    myTempPath=_movie.path & mainFolder & gDelimiter & installName
    baOpenFile (myTempPath,"normal")
    cursor 0
end
on mouseEnter me
  cursor 280
end
on mouseLeave me
  cursor -1
end
Dean

Similar Messages

  • All mac applications quit unexpectedly, but I can use firefox

    I have been researching and working on this problem for hours now.
    I installed an automatic update today and now none of my mac applications work, not even the updater. They bounce a bit before they "quit Unexpectedly.
    I can use Firefox but the whole computer is slow.
    I am running 10.5.8 on a 233 ghz and 2 gig ram.
    I have run disk utility to repair permissions but it did not help. Every time I run it I get the following:
    Warning: SUID file "Applications/Utilities/ODBC Administrator.app/Contents/Resources/iodbcadmintool" has been modified and will not be repaired.
    Warning: SUID file "Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy" has been modified and will not be repaired.
    I tried downloading and installing the latest Safari off of the web but it still gives me the "quit unexpectedly" error.
    It effects all the accounts on my computer.
    I looked for corrupted fonts in the "font book" and it found 77 minor font problems. I am afraid to delete these fonts.
    My logic board did just get back from being repaired if that makes a difference, but it has been working fine for two days now.
    Anyone with any ideas?

    ~Bee
    I removed all of the questionable fonts and she still crashes
    Here is the Mail crash log
    Process: Mail [176]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: ??? (???)
    Build Info: Mail-9360000~1
    Code Type: X86 (Native)
    Parent Process: launchd [117]
    Interval Since Last Report: 5102 sec
    Crashes Since Last Report: 11
    Per-App Interval Since Last Report: 0 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2010-01-15 14:50:37.292 -0700
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 4038BF2D-C130-490F-86FE-FB123B4D60B1
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000000823e008
    Crashed Thread: 0
    Thread 0 Crashed:
    0 dyld 0x8fe16901 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 257
    1 dyld 0x8fe0d621 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 81
    2 dyld 0x8fe0d609 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 57
    3 dyld 0x8fe0d609 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 57
    4 dyld 0x8fe0d609 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 57
    5 dyld 0x8fe105fc ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, ImageLoader::RPathChain const&) + 188
    6 dyld 0x8fe051ae dyld::link(ImageLoader*, bool, ImageLoader::RPathChain const&) + 158
    7 dyld 0x8fe07acf dyld::main(machheader const*, unsigned long, int, char const**, char const**, char const**) + 2831
    8 dyld 0x8fe01872 dyldbootstrap::start(mach_header const*, int, char const**, long) + 818
    9 dyld 0x8fe01037 dyldstart + 39
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x07945000 ebx: 0x8fe16814 ecx: 0x008f9008 edx: 0x07945000
    edi: 0x8fe3a408 esi: 0x082edbd8 ebp: 0xbfffe458 esp: 0xbfffe410
    ss: 0x0000001f efl: 0x00010246 eip: 0x8fe16901 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0823e008
    Binary Images:
    0x1000 - 0x272ff3 com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e1000 - 0x461fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x53d000 - 0x542fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x54c000 - 0x6afff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7ac000 - 0x7acfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7b0000 - 0x7c7fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7db000 - 0x7dbffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7df000 - 0x7e6fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x7ec000 - 0x7ecffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7f4000 - 0x7f4ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0xd3f000 - 0x153dfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x1a7e000 - 0x1cfafe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x1e58000 - 0x1ecaff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x1f17000 - 0x1f33fff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x1f4c000 - 0x1fd9ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1fff000 - 0x2065ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x20ac000 - 0x2305ffb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x245c000 - 0x2513ff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x258d000 - 0x25dcfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x2613000 - 0x2939fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x29ff000 - 0x2bd0ff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x2d16000 - 0x2d61fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x2d9a000 - 0x2e76fef com.apple.WebKit 5531.21 (5531.21.8) <aac476a6fa3231d4cdce9a111143e0b7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2f1a000 - 0x3002ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x307e000 - 0x31e5ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x3274000 - 0x3354fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x33c6000 - 0x34f9fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x35f1000 - 0x398efef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x3a88000 - 0x3a88ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x3a8c000 - 0x3aaaff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <77d36e1bf2ee090f490950eba225dfb0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x3ab7000 - 0x3ae9fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x3af4000 - 0x3b2bfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x3b4a000 - 0x3b59ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x3b67000 - 0x3c19ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x3c68000 - 0x3cc5ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x3d16000 - 0x3e4fff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x3ea3000 - 0x3f84ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x3fb1000 - 0x3fbfffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x3fc5000 - 0x406cfec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x40eb000 - 0x4116fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x4124000 - 0x4128fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x412c000 - 0x41b3ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x41c0000 - 0x41defff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x41e8000 - 0x44c2ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x452c000 - 0x4575fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x4592000 - 0x464cfe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x46b1000 - 0x4730ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x4773000 - 0x47a2fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x47ba000 - 0x4847ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x488d000 - 0x48a3fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x48b5000 - 0x48bdfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x48c7000 - 0x48ceffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x48d5000 - 0x48f9fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x4903000 - 0x490dfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x4916000 - 0x491bfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x4924000 - 0x4927fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x492d000 - 0x4c35fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x4d93000 - 0x4defff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x4e1d000 - 0x4e32ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x4e4d000 - 0x4ee0fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x4eff000 - 0x4f41fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x4f6f000 - 0x4f87fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x4f99000 - 0x4f9bfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x4fa1000 - 0x4faafff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x4fb4000 - 0x5031feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x5086000 - 0x5119ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x5140000 - 0x520bfef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x524c000 - 0x58ecfeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x59bc000 - 0x5a16ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x5a56000 - 0x5aa7ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x5ad1000 - 0x5c19ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x5c71000 - 0x5c81ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x5c8e000 - 0x5d35feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x5d5e000 - 0x5d6efff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x5d7d000 - 0x5d7dffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x5d81000 - 0x5e48ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x5e58000 - 0x5e58ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x5e5c000 - 0x5ed9fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x5ee7000 - 0x5f14feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x5f20000 - 0x6330fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x6376000 - 0x6734fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x676a000 - 0x6789ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x6791000 - 0x67d0fef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x67db000 - 0x67dffff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x67e5000 - 0x6801ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x6809000 - 0x680bff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x6810000 - 0x6839fff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib
    0x6844000 - 0x687efe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x689e000 - 0x6928fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x6973000 - 0x6980fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x6988000 - 0x69c6fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x69d0000 - 0x69d1ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x69d6000 - 0x69eeff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x6a02000 - 0x6a5bff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x6a6f000 - 0x6a7bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x6a89000 - 0x6f5afbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7088000 - 0x7088ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x708c000 - 0x71deff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7253000 - 0x7253ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7258000 - 0x7258ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x725c000 - 0x726bfff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x7273000 - 0x7297feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x72a6000 - 0x7388fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7407000 - 0x7443fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x746c000 - 0x74d9ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7517000 - 0x754bfef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7559000 - 0x758bff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x75af000 - 0x75b3ffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x75ba000 - 0x75c6fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x75cb000 - 0x75d0ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x75d6000 - 0x7610ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7646000 - 0x764afff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x7653000 - 0x7664ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x766f000 - 0x76b3feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x76d1000 - 0x771fff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7750000 - 0x78f0fff com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7945000 - 0x8216fff com.apple.WebCore 5531.21 (5531.21.8) <fa100d959d8655e174d84b87fe154b31> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x877f000 - 0x88b7fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x8984000 - 0x89adfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x89c0000 - 0x8a00fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x8a29000 - 0x8be5ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x8cfc000 - 0x8d6efff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x8db5000 - 0x8de6ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x8e0e000 - 0x8e2bff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x8e3f000 - 0x8e44fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x8e4d000 - 0x8e4dffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x8e53000 - 0x8e66fff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x8e75000 - 0x8e77fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x8e7e000 - 0x8ecffeb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x8eeb000 - 0x8f0ffe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x8f24000 - 0x902aff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90ba000 - 0x90f0fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x20000000 - 0x200b0fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x4beef000 - 0x4befafff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x64b00000 - 0x64b06fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0xfa100000 - 0xfa17aff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Application quits unexpectedly

    Hey everyone,
    I have a really annoying problem that I think is connected to Snow Leopard, but I'm sure a large part of it is my own stupidity.
    Back in May, I downloaded a copy of Dinertown Tycoon (I know-shutup) and I played it until I only had 2 minutes left of free time, and then forgot about it. Recently I installed Snow Leopard.
    The other day I found it again, and finished playing the last two minutes. Then I went to BigFishGames to buy the game. I bought it, they emailed me a license key, but it didn't work. So, with my keen powers of deduction, I realized that I had probably downloaded the game from Macgamestore.com and not BigFishGames. So I removed the existing game, and downloaded it new from BigFishGames. Then, I tried to open it, and it didn't work.
    The icon will bounce a few times in the dock, then an error message comes up, saying the application quit unexpectedly. I've uninstalled and reinstalled, redownloaded etc several times. The BigFishGames people were completely unhelpful in their response. Here's the "details" part of the error message--it's long, but I have no clue which part of it might be helpful.
    Process: BigMacWrapper [1499]
    Path: /Applications/DinerTown Tycoon.app/Contents/MacOS/BigMacWrapper
    Identifier: com.apple.myCarbonApp
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [78]
    Date/Time: 2009-10-12 21:21:51.456 -0400
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 63141 sec
    Crashes Since Last Report: 2
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 79A50E22-3AFE-4EFC-8E5C-2087CE2EC725
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000300000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.myCarbonApp 0x00006701 KIniReader::getString(char*, char*, char*, long) + 209
    1 com.apple.myCarbonApp 0x00005603 main + 1267
    2 com.apple.myCarbonApp 0x000027e2 _start + 216
    3 com.apple.myCarbonApp 0x00002709 start + 41
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x00107236 ecx: 0x001f8dc0 edx: 0xbfffe001
    edi: 0x000000ff esi: 0x00107240 ebp: 0xbfffe228 esp: 0xbfffe000
    ss: 0x0000001f efl: 0x00010216 eip: 0x00006701 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00300000
    Binary Images:
    0x1000 - 0x6ff3 com.apple.myCarbonApp ??? (1.0) /Applications/DinerTown Tycoon.app/Contents/MacOS/BigMacWrapper
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90018fff 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
    0x90055000 - 0x90067ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90068000 - 0x9006ffff 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
    0x90070000 - 0x9014dff7 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
    0x9014e000 - 0x9046dfe7 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
    0x9051c000 - 0x9056cfe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9057b000 - 0x90991ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x909db000 - 0x90a35ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90a36000 - 0x90a36ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90c8d000 - 0x90ca1fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x90ca2000 - 0x90ca2ff7 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
    0x90ca3000 - 0x90ca6ffb 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
    0x90ca7000 - 0x90cc5ff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x916bd000 - 0x916f1ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x916f2000 - 0x91742ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91743000 - 0x91844fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x91845000 - 0x918beff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x918ca000 - 0x91907ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9199d000 - 0x919e0ff7 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
    0x91b0a000 - 0x91b0cff7 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
    0x91b0d000 - 0x91b0dff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91b0e000 - 0x91e72ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91e73000 - 0x91f0ffe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x921ae000 - 0x921b1ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x92226000 - 0x92318ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x923c4000 - 0x923c8ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x923c9000 - 0x923e1ff7 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
    0x9249f000 - 0x924fffe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x925cc000 - 0x9267bff3 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
    0x9267c000 - 0x926a2fff 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
    0x927e2000 - 0x927e8fff 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
    0x92862000 - 0x9286cfe7 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
    0x9286d000 - 0x928b3ff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x929bc000 - 0x92a97fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92a98000 - 0x92adcff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92b34000 - 0x92b81feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9345f000 - 0x936cfffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x936d0000 - 0x936daff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x936db000 - 0x93778ff3 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
    0x93c28000 - 0x93dccfeb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x93dd3000 - 0x93e04ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93e05000 - 0x93fc1fef 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
    0x940d9000 - 0x948ba497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x948bb000 - 0x948eeff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94910000 - 0x94911ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94912000 - 0x94913ff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x94914000 - 0x9495dfe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94b76000 - 0x94b82ff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x95d4f000 - 0x95dfcfe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x96066000 - 0x9606aff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9606b000 - 0x962cdff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x962ce000 - 0x962ceff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x962cf000 - 0x962eefe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x962ef000 - 0x96397ff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96398000 - 0x96430fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96431000 - 0x96459ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9645a000 - 0x96463ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96464000 - 0x96484fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x9677f000 - 0x96781ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96782000 - 0x96813fe3 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
    0x96814000 - 0x96894feb 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
    0x968e6000 - 0x9692afe7 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
    0x9692e000 - 0x96932ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96933000 - 0x9694ffe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96b70000 - 0x96b84ffb 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
    0x96bd2000 - 0x96bd2ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96bd3000 - 0x96bd6fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96c4b000 - 0x96cb5fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96cb6000 - 0x96cbbff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96e18000 - 0x96ee2fef 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
    0x9706b000 - 0x9708dff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9708e000 - 0x970fdff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97173000 - 0x97225ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9751a000 - 0x9751aff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9751b000 - 0x9759dffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9759e000 - 0x97657fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x97660000 - 0x977e2fe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x97825000 - 0x97c5aff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97c5b000 - 0x97c76ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97cce000 - 0x97e45fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98054000 - 0x98103fef 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
    0x98370000 - 0x9837dff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9837e000 - 0x983cfff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x983d0000 - 0x984f9fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x985f8000 - 0x9869ffe7 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
    0x986df000 - 0x986ecff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98931000 - 0x98c54fef 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
    0x98c55000 - 0x98c97fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98df5000 - 0x98e05ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x98f10000 - 0x99006ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x99047000 - 0x990abffb 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
    0x990ea000 - 0x990f8fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x990ff000 - 0x99109ffb 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
    0x9910a000 - 0x9911bff7 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
    0x9940b000 - 0x9942fff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.0f18, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: Hitachi HTS542525K9SA00, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    Thanks very much for all your help in advance. I'm not exactly a Mac noob, but I'm certainly no genius and I'm very thankful to all of you.

    felineaids wrote:
    Back in May, I downloaded a copy of Dinertown Tycoon (I know-shutup) and I played it until I only had 2 minutes left of free time, and then forgot about it. Recently I installed Snow Leopard.
    The other day I found it again, and finished playing the last two minutes. Then I went to BigFishGames to buy the game. I bought it, they emailed me a license key, but it didn't work. So, with my keen powers of deduction, I realized that I had probably downloaded the game from Macgamestore.com and not BigFishGames. So I removed the existing game, and downloaded it new from BigFishGames. Then, I tried to open it, and it didn't work.
    The icon will bounce a few times in the dock, then an error message comes up, saying the application quit unexpectedly. I've uninstalled and reinstalled, redownloaded etc several times. The BigFishGames people were completely unhelpful in their response. Here's the "details" part of the error message--it's long, but I have no clue which part of it might be helpful.
    (snip)
    I didn't see any obvious "smoking gun" in that dump. Have the BigFishGames assured you they've tested that game throughly with 10.6 and that it's compatible?

  • I have just completed a long document and the Pages application quit unexpectedly.  Is that it gone irretrievably?

    I have just completed a long document and the Pages application quit unexpectedly.  Is is lost irretrievably?

    Yes, unless you've saved manually or have autosave software for it installed, which is only preloaded when using the latest Pages version on Mac OS X 10.7.
    Save your work frequently.
    (59502)

  • The Spotlight Application Quit Unexpectedly

    I just bought a brand new Mac and now when I start it it says "the spotlight application quit unexpectedly" and then I can either press Ignore or Retry.
    I can't do anything because I can't see the top bar. :S
    Help please!!

    Go to Applications-->Utilities, you can find Disk Utility there. On the left of the window, you should see all of the connected peripherals. Select your HD and click repair permissions. As for the user accounts, create a new user account and name it "Test". Make it an administrator account. You can diagnose the problem there. You might also want to try booting up into safe mode if the first 2 don't work.

  • When I open my Excel/Word 2004, the 'Application Quit Unexpectedly' message appears.  This just happened with Viber also.  Help!  I don't know that much about computer problems.

    When I open my Excel/Word 2004, the 'Application Quit Unexpectedly' message appears and I cannot relaunch.
    This just happened for Viber also.
    I am not to knowledgeable on technical issues.
    Please help!
    Thank you.

    Thank you for your reply.  Here is the full copy:
    Process:         Microsoft Excel [119]
    Path:            /Users/susanslater/Desktop/Microsoft Office 2004/Microsoft Excel
    Identifier:      com.microsoft.Excel
    Version:         090512 (11.5.5)
    Code Type:       PPC (Translated)
    Parent Process:  launchd [63]
    Date/Time:       2009-11-01 19:46:37.528 +0900
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  DE40358D-E5BE-46DF-8382-5E64FE348B72
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   translate                               0xb80bcd58 0xb8000000 + 773464
    1   translate                               0xb80b7007 0xb8000000 + 749575
    2   translate                               0xb80d49c0 0xb8000000 + 870848
    3   translate                               0xb813ce79 spin_lock_wrapper + 1981
    4   translate                               0xb8011b64 0xb8000000 + 72548
    Thread 1:
    0   ???                                     0x800bc286 0 + 2148254342
    1   ???                                     0x800c3a7c 0 + 2148285052
    2   translate                               0xb818b6ea CallPPCFunctionAtAddressInt + 202886
    3   ???                                     0x800ed155 0 + 2148454741
    4   ???                                     0x800ed012 0 + 2148454418
    Thread 2:
    0   translate                               0xb81529ef spin_lock_wrapper + 90931
    1   translate                               0xb8183633 CallPPCFunctionAtAddressInt + 169935
    2   translate                               0xb81861e2 CallPPCFunctionAtAddressInt + 181118
    3   translate                               0xb80dfb0b 0xb8000000 + 916235
    4   ???                                     0x812d8b96 0 + 2167245718
    Thread 3:
    0   translate                               0xb8152b6b spin_lock_wrapper + 91311
    1   translate                               0xb817b608 CallPPCFunctionAtAddressInt + 137124
    2   translate                               0xb80bdb8b 0xb8000000 + 777099
    3   translate                               0xb80b7007 0xb8000000 + 749575
    4   translate                               0xb80d49c0 0xb8000000 + 870848
    5   translate                               0xb813d75f spin_lock_wrapper + 4259
    6   translate                               0xb8011b64 0xb8000000 + 72548
    Thread 4:
    0   translate                               0xb8152c24 spin_lock_wrapper + 91496
    1   translate                               0xb817b31e CallPPCFunctionAtAddressInt + 136378
    2   translate                               0xb80bdb8b 0xb8000000 + 777099
    3   translate                               0xb80b7007 0xb8000000 + 749575
    4   translate                               0xb80d49c0 0xb8000000 + 870848
    5   translate                               0xb813ce79 spin_lock_wrapper + 1981
    6   translate                               0xb8011b64 0xb8000000 + 72548
    Thread 5:
    0   translate                               0xb8152863 spin_lock_wrapper + 90535
    1   translate                               0xb816e79d CallPPCFunctionAtAddressInt + 84281
    2   translate                               0xb80bdb8b 0xb8000000 + 777099
    3   translate                               0xb80b7007 0xb8000000 + 749575
    4   translate                               0xb80d49c0 0xb8000000 + 870848
    5   translate                               0xb813ce79 spin_lock_wrapper + 1981
    6   translate                               0xb8011b64 0xb8000000 + 72548
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xb80bcd30  ecx: 0x00000000  edx: 0x0000001a
      edi: 0x00000000  esi: 0x80303820  ebp: 0xb7fffa08  esp: 0xb7fff9d0
       ss: 0x0000001f  efl: 0x00010202  eip: 0xb80bcd58   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
    0xb8000000 - 0xb81d7fe7  translate ??? (???) /usr/libexec/oah/translate
    Translated Code Information:
    Rosetta Version:  21.03
    Args:            /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMAp p /Users/susanslater/Desktop/Microsoft Office 2004/Microsoft Excel
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb011cd64, 0xb8152b6b)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    0x005e0934: /Users/susanslater/Desktop/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem : _FWaitForConnection + 48
    0x848dcbc4: No symbol
    0x8483d558: No symbol
    0x8483d73c: No symbol
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x945841d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    PPC Thread State
    srr0: 0x00000000          srr1: 0x00000000                                 vrsave: 0x00000000
    cr:  0xXXXXXXXX                    xer: 0x00000000                     lr: 0x9459b7d8                    ctr: 0x9459b7c4
    r00: 0x00000194           r01: 0xf01019d0           r02: 0x00000000           r03: 0x00000013
    r04: 0xf0101a68           r05: 0xf0101a60           r06: 0xf0101d40           r07: 0x00000004
    r08: 0x00000000           r09: 0x100b2fd0           r10: 0x00000000           r11: 0x0064e110
    r12: 0x9459b7c4           r13: 0x00000000           r14: 0x00000000           r15: 0x00000000
    r16: 0x00000000           r17: 0x00000000           r18: 0x00000000           r19: 0x00000000
    r20: 0x00000000           r21: 0x00000000           r22: 0x00000000           r23: 0x00000000
    r24: 0x00000000           r25: 0x00000000           r26: 0x00000000           r27: 0x00000000
    r28: 0x00000000           r29: 0x009f8e00           r30: 0xf0101b28           r31: 0xf0101b28
    Thread 1: (0xb009a83c, 0xb81529ef)
    0x0082c800: No symbol
    0x00644204: /Users/susanslater/Desktop/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem : _MerpUnregisterCFMFragment + 3156
    0x945841d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000          srr1: 0x00000000                                 vrsave: 0x00000000
    cr:  0xXXXXXXXX                    xer: 0x00000000                     lr: 0x944fa120                    ctr: 0x944f31f0
    r00: 0xffffffe1           r01: 0xf0080d60           r02: 0x00000001           r03: 0xf0080e4c
    r04: 0x00000102           r05: 0x00000000           r06: 0x00000054           r07: 0x00003403
    r08: 0x000003e8           r09: 0x00000000           r10: 0x000eb010           r11: 0xa076a68c
    r12: 0x944f31f0           r13: 0x00000000           r14: 0x00000000           r15: 0x00000000
    r16: 0x00000000           r17: 0x00000000           r18: 0x00000000           r19: 0x00000000
    r20: 0x00000000           r21: 0x00000000           r22: 0x00000000           r23: 0x00000000
    r24: 0xf0080e4c           r25: 0x00000054           r26: 0x00003403           r27: 0x000003e8
    r28: 0x00000000           r29: 0x00000102           r30: 0x00000102           r31: 0x0064efb0
    Thread 2: (0xb0220d64, 0xb8152863)
    0x903cf818: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x8483dca8: No symbol
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x945841d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000          srr1: 0x00000000                                 vrsave: 0x00000000
    cr:  0xXXXXXXXX                    xer: 0x00000000                     lr: 0x903cf85c                    ctr: 0x944f3260
    r00: 0xffffffda           r01: 0xf0203d60           r02: 0x0013bda0           r03: 0x00007803
    r04: 0x0000003c           r05: 0x00000000           r06: 0x00000000           r07: 0xf0203c60
    r08: 0x00000010           r09: 0x000f4240           r10: 0xffffff3f           r11: 0xa076aa78
    r12: 0x944f3260           r13: 0x00000000           r14: 0x00000000           r15: 0x00000000
    r16: 0x00000000           r17: 0x00000000           r18: 0x00000000           r19: 0x00000000
    r20: 0x00000000           r21: 0x00000000           r22: 0x00000000           r23: 0x00000000
    r24: 0x00000000           r25: 0x00000000           r26: 0x00000000           r27: 0x00000000
    r28: 0x00000000           r29: 0x0000ea60           r30: 0x00000000           r31: 0x903cf7fc
    Thread 3: Crashed (0xb7fff9d0, 0xb80bcd58)
    0x85181738: No symbol
    0x851816a0: No symbol
    0x85181490: No symbol
    0x847438d4: No symbol
    0x92fadda0: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFArrayApplyFunction + 352
    0x8475675c: No symbol
    0x84756810: No symbol
    0x9577dc4c: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1488
    0x9577cde4: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 468
    0x9577cc00: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _SendEventToEventTargetWithOptions + 56
    0x95843b48: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : DockCallback(unsigned long, unsigned int, void*, void*) + 1648
    0x9697250c: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics : _notifyDatagramHandler + 476
    0x9693410c: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics : _CGSDispatchDatagramsFromStream + 740
    0x969339a8: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics : _snarfEvents + 292
    0x96c2cbd0: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics : _CGSGetNextEventRecordInternal + 152
    0x969337e4: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics : _CGEventCreateNextEvent + 28
    0x9577f408: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : PullEventsFromWindowServerOnConnection(unsigned int, unsigned char) + 88
    0x957aa180: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _PullEventsFromWindowServer + 24
    0x957aa0d0: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _FlushSpecificEventsFromQueue + 72
    0x83f6ac5c: No symbol
    0x83f6ab90: No symbol
    0x83f7a958: No symbol
    0x83f79fe8: No symbol
    0x83f79f60: No symbol
    0x83f79d14: No symbol
    0x903f08d4: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _ReleaseClosure + 896
    0x903f052c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TerminateApplication + 88
    0x94505acc: /usr/lib/libSystem.B.dylib : ___cxa_finalize + 240
    0x945059a8: /usr/lib/libSystem.B.dylib : _exit + 36
    0x924edab8: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices : _PlotIconRef + 0
    0x84aab310: No symbol
    0x84aab2e0: No symbol
    0x8497c154: No symbol
    0x8519a674: No symbol
    PPC Thread State
    srr0: 0x00000000          srr1: 0x00000000                                 vrsave: 0x00000000
    cr:  0xXXXXXXXX                    xer: 0x20000000                     lr: 0x85181738                    ctr: 0x94696df0
    r00: 0x85181738           r01: 0xbfff9a30           r02: 0x00422000           r03: 0x0048e0e4
    r04: 0x0db48ba0           r05: 0xfffffffe           r06: 0x00000000           r07: 0x00000000
    r08: 0x00000000           r09: 0x0db48cd6           r10: 0x00000001           r11: 0x00000048
    r12: 0xa07a5b24           r13: 0x00000000           r14: 0x00000000           r15: 0x00000000
    r16: 0x00000000           r17: 0xa00523e8           r18: 0xa07659f0           r19: 0xa07659f0
    r20: 0xa07a59f0           r21: 0xbfffa56c           r22: 0xbfffa4b4           r23: 0xbfffa4ac
    r24: 0x00000000           r25: 0xbfff9d58           r26: 0x00000000           r27: 0x00000003
    r28: 0x000fd26c           r29: 0x001aad30           r30: 0x004d2634           r31: 0x0048e0ec
    Thread 4: (0xb019ed38, 0xb8152c24)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    0x848dcd3c: No symbol
    0x8483d96c: No symbol
    0x8483db04: No symbol
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x903bb42c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x945841d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    PPC Thread State
    srr0: 0x00000000          srr1: 0x00000000                                 vrsave: 0x00000000
    cr:  0xXXXXXXXX                    xer: 0x00000000                     lr: 0x005e0af0                    ctr: 0x94583588
    r00: 0x00000193           r01: 0xf0182c20           r02: 0x00000000           r03: 0x00000014
    r04: 0xf0182d18           r05: 0x00000098           r06: 0x00000000           r07: 0x00000000
    r08: 0x00000000           r09: 0x002c5340           r10: 0x000eb020           r11: 0x0064e124
    r12: 0x94583588           r13: 0x00000000           r14: 0x00000000           r15: 0x00000000
    r16: 0x00000000           r17: 0x00000000           r18: 0x00000000           r19: 0x00000000
    r20: 0x00000000           r21: 0x00000000           r22: 0x00000000           r23: 0x00000000
    r24: 0x00000000           r25: 0x00000000           r26: 0x00000000           r27: 0x00000000
    r28: 0x00000000           r29: 0xf0182d18           r30: 0xf0182d04           r31: 0xf0182d04
    Regarding your suggestion to try the free LibreOffice, at the moment I don't need this, because I have downloaded a one-month trial Japanese Microsoft Office 2011 and can open my current files with that, although I do not want to revise any of my files until either this problem is solved, or I purchase a new MS Office.
    Unfortunately there is not many MS Office software in English available here in Japan.  I spoke to Microsoft Japan and even though they sell software, they do not sell any English verions of MS Office.  Incredible, considering that the company itself is located in the US.  They suggested I buy it from Amazon Japan, however Amazon do not have any available at this time and do not know if they will in the future.
    Anyway, I have found a company which sells the downloaded English version (no disk).  The software is Microsoft Office for Mac Home and Student 2011.  I have not purchased it yet.  It would take too long and the postage charges would be too high to purchase it from the US.
    Hoping you have some good ideas.
    Best regards,
    Susan

  • When I attempt to open the app store I get an error "Application Quit Unexpectedly"  Can I delete it and reinstall?

    When I attempt to open the app store I get an error "Application Quit Unexpectedly" Can I trash it and start again?

    Try a Restart of your Mac...
    If no joy... Go Here  >  http://support.apple.com/kb/DL1399 and Download and Install the 10 6 8 Combo Update...
    Be sure to Restart your Mac after the Successful Install of the Update...

  • All applications quit unexpectedly after update

    I need help! i cant open any applications e.g. itunes, ical, safari etc a message pop up saying the application quit unexpectedly, what should I do?
    these are the code:
    Process: iTunes [904]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: ??? (???)
    Build Info: iTunes-9022501~2
    Code Type: X86 (Native)
    Parent Process: launchd [76]
    Date/Time: 2010-01-03 00:28:40.671 +0000
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 152362 sec
    Crashes Since Last Report: 160
    Per-App Crashes Since Last Report: 15
    Anonymous UUID: 3D1CDC10-F00D-4E4C-9FC1-7958BD9A83C9
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: __ZNK3JSC6JSCell17getTruncatedInt32ERi
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    in /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545016B9SA02, 149.05 GB
    Serial ATA Device: OPTIARC DVD RW AD-5960S
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1294, 0x26200000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0237, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

    Hi kenneth, it sounds as if you have an issue with a problematic Apple "Framework" file.
    Try downloading the "Combo" update of OSX 10.6.2 from http://support.apple.com/kb/DL959 (it is a big download, I'm afraid) and installing it over the top of your current installation.
    Cheers
    Rod

  • ITunes (6.05) application quits unexpectedly in OS 10.2.8

    Computer wizard and sage: It's getting monotonous. Every time I try to play 6.0.5 iTunes on my OS 10.2.8 system (with a G4), iTunes shuts itself off after a few seconds and a message pops up -- "the iTunes application has quit unexpectedly."
    I've freed up space on the hard disc and have done a repair permisssions first in aid in disc utility. Also, the computer doesn't show any plug-ins in the Library/iTunes folder.
    Any ideas on how to do a quick fix on this problem? Would sure appreciate the insight.
    Thanks.
    Paul in Chicagoland

    Hi Paul!
    In your other Topic Tunes application quits unexpectedly in OS 10.2.8, you wrote that you had only 1GB of available Hard Drive space.
    This is definitely the problem!
    Review these articles authored by Dr Smoke.
    Problems from insufficient RAM and free hard disk space
    Freeing space on your Mac OS X startup disk
    ali b

  • Application quit unexpectedly/spinning beach ball

    In recent weeks I am encountering problems never encountered before---frequent "application quit unexpectedly" and the spinning beach ball. Can anyone suggest why this might be happening now and offer some possible remedies. Thanks

    Welcome To  Discussions Pathetic!
    Is it the 15" or the 17" iMac?
    Is the RAM original or added?
    How much free space is available on the 80GB Hard Drive?
    Insufficient available space, can cause performance issues, system corruption, and possible loss of data.
    Depending on Mac system usage habits, it is a general recommendation, to keep 10% to as much as 20%, of the Total capacity, available at all times.
    Review the articles, authored by Dr Smoke, linked to below.
    Problems From Insufficient RAM And Free Hard Disk Space
    Freeing Space On Your Mac OS X Startup Disk
    Do you ever run any routine Maintenance procedures, as suggested in the articles linked to below?
    Mac OS X 10.3/10.4: System Maintenance, authored by Gulliver
    Maintaining Mac OS X, authored by Dr Smoke
    Is the Mac shutdown overnight, or does it run 24/7?
    If you turn the Mac off nightly, the Background Maintenance Tasks, are never run.
    These can also be run, using a Third-Party utility, or manually using Terminal, to run the CRON Commands.
    I use MacJanitor, when necessary.
    INSTRUCTIONS TO RUN CRON MANUAL COMMANDS
    Quit all applications/programs.
    Navigate to HD > Applications > Utilities.
    Double click on Terminal, to open.
    At the prompt, type:
    sudo periodic daily
    Press Return.
    Enter your Admin password when prompted, then press Return.
    This will execute the daily script that is sheduled to run every night.
    When completed, repeat this procedure, but change the command to:
    sudo periodic weekly
    This one rebuilds a database or two, and usually takes somewhat longer to complete. It is scheduled to run once a week.
    Repeat again, with command:
    sudo periodic monthly
    Or they can all be run in one pass, which is preferable, with this command:
    sudo periodic daily weekly monthly
    When the tasks complete, and return to the prompt, you may quit Terminal.
    Restart the Mac, and run Repair Permissions.
    TO REPAIR PERMISSIONS ON THE STARTUP DISK
    1.Open Disk Utility, located in Applications/Utilities, and select the startup disk in the left column.
    2.Click First Aid.
    3.Click Verify Disk Permissions to test permissions or Repair Disk Permissions to test and repair permissions. (I never "Verify". Just run "Repair".)
    Rerun RP, until the only messages reported, are listed here Spurious Permissions Errors Using: 10.3.x, authored by Michael Conniff.
    When "Repair Permissions" is complete. Quit "Disk Utility".
    ali b

  • The application quite unexpectedly...

    Earlier today I did a Macbook update. After restarting my computer, a few of the applications in my laptop (MacBook - Mac OS X ver 10.4.11) will not open anymore. When I try to open applications such as iTunes, System Preferences, Sype… I get a notice saying that ‘The application quite unexpectedly.’ I have tried reopening these applications again several times, and they won’t open. I have restarted my computer, and I am still having the same problems. What do I do to fix this?

    Alright, i finally received my Mac OSX installation disks through mail... it took a few weeks, but i got them now. I am still having the issue with my mac book: certain applications don't open anymore, 'fail to open' it tells me, such as iTunes and System Preferences and Quickmedia... also when i change my volume, the computer restarts again... something isn't functioning properly (read above).
    I have backed up all my files onto another hardrive. So i'm ready. Can someone please tell me simply step by step again what i need to do to fix this problem using the Installation disks. Thank you in advance.

  • I recently subscribed to acrobat pro. I downloaded it, but can't open it. I keep getting the window saying application quit unexpectedly.  I running Mavericks. Is that a separate download? Where do I get it?

    I recently subscribed to acrobat pro. I downloaded it, but can’t open it. I keep getting the window saying application quit unexpectedly. I running Mavericks. Is that a separate download? Where do I get it? I downloaded on Safari. Should I have used Firefox?

    Hi Kenglade,
    Are you still facing this issue?
    If yes please try follow below mentioned steps and let me know if that helps:
        1. Start you Mac in Safe Mode: http://support.apple.com/kb/HT1564?viewlocale=en_US
        2. Once you are in Safe mode, Disk repair using Disk utility: https://us.battle.net/support/en/article/repair-disk-permissions-and-repair-disk
        3. If the above steps didn’t help, you may try to enable root account and check the issue from there
        How to enable root account: http://support.apple.com/kb/PH14281 
    Regards,
    Ajlan Huda.

  • Mail, Safari and other Applications Quit Unexpectedly

    Hello,
    First it was Safari that would quit ever now and then. Then all of a sudden Mail and my Hammerfall DSP mixer app is quitting. I am on Tiger and I don't know why this is happening. Maybe it was one of the Mac Osx updates?
    I did a search here and I tried emptying out the cach. I also dumped some of those unnecessary fonts. Problem is still here.
    Is there anything else that could be causing this problem?
    Right now it is 3 apps that "Quit Unexpectedly". Mail, Safari and Hammerfall DSP Mixer ( for my sound card to run ).
    Help is much appreciated!
    Thanks,
    Johnny

    Check Multiple applications quit unexpectedly or fail to
    launch for troubleshooting steps.
    Many of those things like fonts don't really apply to me since I swapped out the hard drive and reinstalled Tiger.
    I did do the Apple Hardware Test and it found bad Ram in slot 2. I proceeded to take out the Ram in slot 2. The problem is still alive and kicking.
    One new thing I noticed is when in Safari it will crash as I start to type in the Google search window. It doesn't crash if I type in the top address bar. Only when I type inside the window. It's a weird thing. I kept re-launching and as soon as I would type 1 letter into the search window of Google it would crash.
    Mail won't even open for peek. Same with all the other apps.
    I spoke with a Apple Tech and he said it might be the Logic board!
    Thanks,
    Johnnny

  • Using OSX 10.5.8, just downloaded latest version of Firefox which now refuses to load with the message "Application quit unexpectedly".

    I am unable to load Firefox on my iMac using OSX 10.5.8. Having just downloaded the latest version of Firefox, every time I try to load it, I just get the message "Application quite unexpectedly." When I go to the Firefox website to re-load the software, nothing happens when I click on download.

    Hello.
    Hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+you+open+it
    In any case, it's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem does not disappear when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • Firefox application quits unexpectedly on various websites with no pattern: firefox-bin [770]

    Firefox application quits unexpectedly on various websites with no pattern. Part of the error message details reads "firefox-bin [770]"
    It started happening this AM after I visited facebook and got an invite from someone I don't know. I didn't reply. Ever since, I can only browse Safari but for a few pages until it quits.
    Please help.
    Thank you.

    Run /Utilities/Console and click 'All Messages' top left - look for the entries around the quit times and see if they give any pointers why the apps are quitting ? If you're not sure what the lines mean copy and post (just those not the whole log) here.
    There may also be some clues in /Library/Logs/Crash Reporter nameofapplication_date

Maybe you are looking for