Troubleshooting
App crashes upon start up
If the app crashes with the following error:
LSOpenURLsWithRole() failed with error -10810 for the file ...
This is a very general error and can be caused by a number of things. Known root causes are:
- Missing bridge support files (for Snow Leopard users)
- Bug in the app you are launching
- Bug in HotCocoa
Sometimes debug information will be available in the Console (/Applications/Utilities/Console.app), so you should check in there first. Failing that, you will need to rely on your general debugging skills to find the reason.