Causality

In software an action results in most cases in a reaction. You don’t get a reaction on silent failing, silent success or just not implemented stub functions. If you get an reaction often you could guess the kind action you submitted from the reaction. To be concrete – this should be the case for error messages – but it isn’t always. As you may guess the following error message has nothing to do with a buggy JavaScript function:

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.href]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://gengmf.randomice.net/wp-content/plugins/cryptx/js/cryptx.js :: DeCryptMail :: line 37" data: no]

In fact it was the mail protocol handler application setting. The automatic detection (which is the default and it was my setting) found – as expected – the kmail program. I needed to manual set the path to “/usr/bin/kmail” to make everything work.

Many thanks to charms who had the same problem.

Leave a Reply

You can opt-out from Google Analytics tracking by clicking the link below. Click here to opt-out.