Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Runs on 9, not at all on X



On 25 Nov 2003 10:31:42, "Batten, Mark W." <email@hidden> wrote:

Any suggestions as to why the app might be working on 9 but not at all on X?

I don't have any suggestions as to why not, but the way I'd debug this would be to run the app under gdb on X. The steps would be something like this:

- open a Terminal window and cd to your app's location in the filesystem. If your app is bundled, cd into YourApp.app/Contents/MacOS
- run gdb on /System/Library/Frameworks/Carbon.framework/Versions/A/Support/ LaunchCFMApp, like this:

[iBook:/Path/To/Your/App] mark% gdb /System/Library/Frameworks/Carbon.framework/Versions/A/Support/ LaunchCFMApp

- in gdb, run your app:

(gdb) r YourApp

- hopefully, your app will then crash or otherwise produce some useful info about why it's not launching, which will be shown in Terminal.

-eric
_______________________________________________
carbon-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/carbon-development
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Runs on 9, not at all on X (From: Mike Kluev <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.