mx crashes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 721
Smart Crash Reports 1.2.1
Smart Crash Reports is an enhancement for the Apples CrashReporter application more>>
Smart Crash Reports is an enhancement for the Apples CrashReporter application introduced in Mac OS X 10.4.
Smart Crash Reports is a tool that allows 3rd party developers to register their products in manner so if the eligible application crashes, the crash log is sent to the developer as well as Apple. This greatly enhances the user experience of the OS, and allows developers to receive crashes and improve their software in a timely manner.
Smart Crash Reports requires no Application Enhancer or similar "patching" frameworks users have to install; they operate on the InputManager mechanism that is built-in Mac OS X.
<<lessSmart Crash Reports is a tool that allows 3rd party developers to register their products in manner so if the eligible application crashes, the crash log is sent to the developer as well as Apple. This greatly enhances the user experience of the OS, and allows developers to receive crashes and improve their software in a timely manner.
Smart Crash Reports requires no Application Enhancer or similar "patching" frameworks users have to install; they operate on the InputManager mechanism that is built-in Mac OS X.
Download (642KB)
Added: 2007-04-06 License: Freeware Price:
940 downloads
MMICrashReporter 0.1a
MMICrashReporter - Advanced crash reporter more>>
Would you like to receive Crash Reports when your application crashes?
Would you like to be able to customise the information in those Crash Reports?
Would you like to be able to receive Bug Reports from your users in a standard format?
Would you like to be able to automatically gather information from your users system (version info, log file entries, preference settings, etc), to accompany those bug reports?
Would you like to be able to send your users a file to double click to collect information from their system to return back to you, for use in further diagnosis?
If the answer to the first question is yes, you need a CrashReporter.
If the answer to any of the other questions is yes, you might want to look at MMICrashReporter.
Main features:
- Powerful information gathering capabilities: MMICrashReporter can collect contact information, user description, contact details, crash logs, log files, preferences, and the output of arbitrary commands.
- High configurability: The information to be collected, and the user interface to be presented to the user can be configured via an XML configuration file.
- XML property list output: to allow easy automatic processing of reports.
- Extensible data collection architecture: If the existing data collection components do not meet your requirements, you can write your own.
- Extensible report delivery architecture: Basic mail and web based delivery are included, but you can also write your own delivery agent plugins, if necessary.
- "BugReporter" mode: For collecting non-crashing bug reports in a standardised format.
- "Personal Reports": double clicking on a crash reporter configuration file will open a bug report using that configuration. Personalised Configuration files can be sent to users to collect information specific to their problem.
- Document-Based: Multiple bug/crash reports can be handled simultaneously.
- Delayed delivery: Reports can be saved for later delivery (e.g. when the user is offline).
- Fully localizable: Ask users for bug reports in their native language.*
- * These features are currently incomplete or un-implemented.
Enhancements:
- First public release.
<<lessWould you like to be able to customise the information in those Crash Reports?
Would you like to be able to receive Bug Reports from your users in a standard format?
Would you like to be able to automatically gather information from your users system (version info, log file entries, preference settings, etc), to accompany those bug reports?
Would you like to be able to send your users a file to double click to collect information from their system to return back to you, for use in further diagnosis?
If the answer to the first question is yes, you need a CrashReporter.
If the answer to any of the other questions is yes, you might want to look at MMICrashReporter.
Main features:
- Powerful information gathering capabilities: MMICrashReporter can collect contact information, user description, contact details, crash logs, log files, preferences, and the output of arbitrary commands.
- High configurability: The information to be collected, and the user interface to be presented to the user can be configured via an XML configuration file.
- XML property list output: to allow easy automatic processing of reports.
- Extensible data collection architecture: If the existing data collection components do not meet your requirements, you can write your own.
- Extensible report delivery architecture: Basic mail and web based delivery are included, but you can also write your own delivery agent plugins, if necessary.
- "BugReporter" mode: For collecting non-crashing bug reports in a standardised format.
- "Personal Reports": double clicking on a crash reporter configuration file will open a bug report using that configuration. Personalised Configuration files can be sent to users to collect information specific to their problem.
- Document-Based: Multiple bug/crash reports can be handled simultaneously.
- Delayed delivery: Reports can be saved for later delivery (e.g. when the user is offline).
- Fully localizable: Ask users for bug reports in their native language.*
- * These features are currently incomplete or un-implemented.
Enhancements:
- First public release.
Download (1MB)
Added: 2006-06-28 License: Freeware Price:
1253 downloads
Crash Reporter 1.1
Crash Reporter - Disable or customize Crash Reporters behavior more>>
Whether you want to disable it or customize its behavior, the Crash Reporter can be controlled with this free Preference Pane plug-in.
If you are using Mac OS X 10.3 or above, you can specify whether you want to be prompted (the default behavior), to be taken straight to the crash submission form, or simply to not be informed when an application crashes.
Enhancements:
- This update gives more detailed feedback regarding the Crash Reporters current settings.
<<lessIf you are using Mac OS X 10.3 or above, you can specify whether you want to be prompted (the default behavior), to be taken straight to the crash submission form, or simply to not be informed when an application crashes.
Enhancements:
- This update gives more detailed feedback regarding the Crash Reporters current settings.
Download (105KB)
Added: 2006-03-30 License: Freeware Price:
1307 downloads
HDCrashReporter 1.1
HDCrashReporter - Catch program crashes different more>>
While creating ProfCast, we wanted to have a way to get the crash reports back to us and not just to Apple. To solve this problem we found Smart Crash Reporter from Unsanity Software, but it did not solve our problem as well as we wanted it to. So we rolled up our sleeves and implemented a solution that provided what we needed.
The result a crash reporter that lives within your application. It does not catch the crash in the same way as other solutions. HDCrashReporter, when invoked, looks at the logs to see if the application crashed last time it was run. If a crash was detected, HDCrashReporter asks the user if he/she wants to submit in the crash report. In addition to the basic crash report, HDCrashReporter also sends in a filtered console log so that you can see exactly what occurred before the crash.
You can download the framework here along with its source. It has been build as a Universal binary, and thus requires 10.4, but if it is rebuilt, it could run on 10.3 as it uses bindings.
Enhancements:
- This new version of HDCrashReporter builds on top of the previous version.
- By re-factoring the code, we gave access to the code that retrieve the crash report and the console log, so that you can get those information independently of the rest.
- Also the console log and crash report are now sent as attachments.
- We also integrated the following submission contributed by Marc Liyanage
- 1.) Localizations. I used HDCrashReporter in an application which is localized in four languages so I translated the .nib file. It is now available in English, German, French and Italian. While the English versions text is unchanged, the width of the label boxes was expanded a bit because the text expands in most languages. Since Xcode uses the English version as a template when you use the "Add Localization" function, this means that future localizations wont have to fiddle with layout changes/geometry in Interface Builder (in most cases). It should be possible to add new localizations just by using the "nibtool -L" / "nibtool -d -w" commands and translating the string table.
<<lessThe result a crash reporter that lives within your application. It does not catch the crash in the same way as other solutions. HDCrashReporter, when invoked, looks at the logs to see if the application crashed last time it was run. If a crash was detected, HDCrashReporter asks the user if he/she wants to submit in the crash report. In addition to the basic crash report, HDCrashReporter also sends in a filtered console log so that you can see exactly what occurred before the crash.
You can download the framework here along with its source. It has been build as a Universal binary, and thus requires 10.4, but if it is rebuilt, it could run on 10.3 as it uses bindings.
Enhancements:
- This new version of HDCrashReporter builds on top of the previous version.
- By re-factoring the code, we gave access to the code that retrieve the crash report and the console log, so that you can get those information independently of the rest.
- Also the console log and crash report are now sent as attachments.
- We also integrated the following submission contributed by Marc Liyanage
- 1.) Localizations. I used HDCrashReporter in an application which is localized in four languages so I translated the .nib file. It is now available in English, German, French and Italian. While the English versions text is unchanged, the width of the label boxes was expanded a bit because the text expands in most languages. Since Xcode uses the English version as a template when you use the "Add Localization" function, this means that future localizations wont have to fiddle with layout changes/geometry in Interface Builder (in most cases). It should be possible to add new localizations just by using the "nibtool -L" / "nibtool -d -w" commands and translating the string table.
Download (48KB)
Added: 2006-08-08 License: Freeware Price:
1172 downloads

CaminoSession 1.0
CaminoSession serves as a plugin to monitor sessions for the Camino web browser. more>> CaminoSession 1.0 serves as a plugin to monitor sessions for the Camino web browser. It allows you to automatically or manually restore the windows and tabs you had open last time you used Camino. And if Camino crashes, CaminoSession will let you restart where you left off.
Enhancements:
- Note: It is the beginning of the end for CaminoSession. The next release of Camino will have session management built it. Hopefully, it will be as good as CaminoSession is, and so CaminoSession can be allowed to die quietly. To make sure this transition happens smoothly, please upgrade to CaminoSession 1.0. This will work properly in your current version of Camino, and will switch itself off in future releases.
Requirements:
- Mac OS X 10.3 or later, Camino 1.0 or later
Download (569K)
Added: 2007-02-15 License: Free Price:
downloads
Other version of CaminoSession
License:Freeware

FCP Rescue 6
FCP Rescue is an application for backing up, recovering and eradicate Apple Final Cut Pros preference files more>>
FCP Rescue 6 is an application for backing up, recovering and eradicate Apple Final Cut Pros preference files. It helps you if Final Cut Pro crashes and corrupts its preference files. Also very useful if other editors use your login, and you want to be able to go back to YOUR settings afterwards. Very simple interface. One backup per user login. Trashing and restore, affects ONLY the current logged in user.
The backup includes ALL FCP settings, including:
- User preferences
- Audio/Video settings
- System settings
- Windowsettings
- Keyboard setup
- Easy setups
Requirements:
- Mac OS X 10.4.9 or later
- Final Cut Pro 6 or later.
Download (190K)
Added: 2007-06-03 License: Free Price:
downloads
MacSaber 1.1
MacSaber - Uses MacBook sudden motion sensor, makes lightsaber sounds more>>
Now that youve spent entirely too much money on your fancy sudden motion sensor equipped Mac laptop, I predict youll soon be swinging it around like a loon.
MacSaber uses your Macs sudden motion sensor to detect movements, fast and slow. As you move your laptop, MacSaber plays varying levels of Light Saber sound effects, from a waving sound to exciting saber crashes.
MacSaber includes support for backlit keyboards. Various amounts of force create brighter flashes of the backlight.
<<lessMacSaber uses your Macs sudden motion sensor to detect movements, fast and slow. As you move your laptop, MacSaber plays varying levels of Light Saber sound effects, from a waving sound to exciting saber crashes.
MacSaber includes support for backlit keyboards. Various amounts of force create brighter flashes of the backlight.
Download (1MB)
Added: 2006-07-10 License: Freeware Price:
1210 downloads

CrossWire 1.0
CrossWire offers a simple and effective LimeWire/Gnutella client for Mac OS X. more>> CrossWire 1.0 offers a simple and effective LimeWire/Gnutella client for Mac OS X. It aims to be a perfect combination between performance, stability, compatibility, usability and price when it comes to a File Sharing client. As a result, CrossWire shares some killer features like the rest, and some that the others dont have.
Enhancements:
- Interface Tweaks
- Improved Filter
- Performance Improvements
- Minor Code Cleanup
- A fix for the intermittent crashes is now available for 1.0 and all beta versions, included in the 1.0 package
Requirements:
- Mac OS X 10.3.9 or later
- PowerPC or Intel Processor (Universal Binary)
Download (6.9MB)
Added: 2007-09-17 License: Free Price:
downloads
KillClassic 1.0
KillClassic is a rather praiseworthy Applescript to address an annoying problem where sometimes, when Classic freezes or crashes in Mac OS X, restarting it from the Classic Menu in Panther simply does not work. more>> KillClassic 1.0 is a rather praiseworthy Applescript to address an annoying problem where sometimes, when Classic freezes or crashes in Mac OS X, restarting it from the Classic Menu in Panther simply does not work. Often necessitating a long trip to the System Preferences.
Requirements: Mac OS X 10.2 or later.
Download (79K)
Added: 2004-05-19 License: Free Price:
downloads
iCabSessionSaver 1.0b1
iCabSessionSaver - Records currently open windows in iCab and allows you to restore that session more>>
iCabSessionSaver is a small Applescript that records currently open windows in iCab and allows you to restore that session in case iCab crashes.
To use iCabSessionSaver add it to Log In items (System Preferences->Accounts->Startup Items)and click iCabSessionSavers Dock icon to restore.
Use Cmd-Tab to bring iCabSessionSaver to the foreground without making it restore a session, so as to be able to quit it.
<<lessTo use iCabSessionSaver add it to Log In items (System Preferences->Accounts->Startup Items)and click iCabSessionSavers Dock icon to restore.
Use Cmd-Tab to bring iCabSessionSaver to the foreground without making it restore a session, so as to be able to quit it.
Download (21KB)
Added: 2006-01-09 License: Freeware Price:
1384 downloads
Find MX from Domain 1.0
Find MX from Domain - Simply get the mail servers name of a domain more>>
Find MX from Domain is a little AppleScript that will return the mail-server dns-name that corresponds to a domain name using the shell commands "dig" and "grep".
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (2KB)
Added: 2006-05-10 License: Freeware Price:
1264 downloads
Xi-MX7 1.1
Xi-MX7 - ShapeShifter theme inspired by MX-700 Logitech mouse more>>
Xi-MX7 is for black theme lovers. It was inspired simply and mainly by my favorite logitech device..The MX-700.
Xi-MX7 is a dark and silver theme inspired mainly by the MX-700 logitech mouse design.
You will find enclosed in the kit, a guikit file including a safari and an iChat skin and four matching desktops (pretty basic ones..).
<<lessXi-MX7 is a dark and silver theme inspired mainly by the MX-700 logitech mouse design.
You will find enclosed in the kit, a guikit file including a safari and an iChat skin and four matching desktops (pretty basic ones..).
Download (3.3MB)
Added: 2006-02-21 License: Freeware Price:
1340 downloads
Tomb Raider: Chronicles Updater 1.0.2
Tomb Raider: Chronicles 1.0.2 Updater fixes several gameplayer problems and a few crashes in version 1.0.1 more>> Tomb Raider: Chronicles 1.0.2 Updater fixes several gameplayer problems and a few crashes in version 1.0.1.
Requirements:
Tomb Raider: Chronicles 1.0.
<<lessTomb Raider: Chronicles 1.0.
Download (1.4MB)
Added: 2002-09-10 License: Updater Price:
downloads
Macromedia Flash MX 2004 Updater 7.0.1
Macromedia Flash MX is the fastest way to create rich Internet content and applications with a better return on investment. more>>
Macromedia Flash MX is the fastest way to create rich Internet content and applications with a better return on investment. Powerful video, multimedia and application development features allow the creation of rich user interfaces, online advertising, eLearning courses and enterprise application front-ends.
<<less Download (26.9MB)
Added: 2004-09-29 License: Freeware Price:
1033 downloads
CoD AWS 1.1
CoD AWS - Select all weapons with all teams in Call of Duty more>>
The COD-AWS (All Weapon Support) Modification allows you to select all weapons with all teams including FG42 and Panzerfaust.
Put the .pk3 file in the call of duty/main folder and start the game.
CoD AWS is a weapons patch for Call of Duty.
Completly freeware.
Enhancements:
- Doesnt crashes anymore with other Gametypes than Deathmatch.
<<lessPut the .pk3 file in the call of duty/main folder and start the game.
CoD AWS is a weapons patch for Call of Duty.
Completly freeware.
Enhancements:
- Doesnt crashes anymore with other Gametypes than Deathmatch.
Download (23KB)
Added: 2006-02-04 License: Freeware Price:
775 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mx crashes search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed