Scott Hanselman

Fix: "General Failure" while launching FireFox URLs from Outlook

April 12, 2007 Comment on this post [9] Posted in Musings
Sponsored By

There seems to be an ongoing chaotic series of bugs, or bug, around "Set as Default Browser" and FireFox. Recently I updated my FireFox to 2.0.0.3 and suddenly whenever I click on a URL in Outlook I get a message box with "General Failure." Occasionally I'll get a "Locate Link Browser" message as well.

The issue seems to be some of the old Windows DDE stuff where a DDE message is sent to an application after it started up to pass information - in this case, the URL. Today, we prefer to pass the URL on the command line. It also makes for a faster launch.

Even though this was a problem with FireFox 0.9, it's still happening today. (I'm not the only one). John Haller has a fix in the form of a Registry File.

You can also make the change yourself in the Explorer UI via Tools|Options|FileTypes. Go to the ones marked (NONE) and start with URL:HyperText...and go to Advanced, then Edit the Open action and clear out the DDE Message TextBox.

Unrelated Aside: John's even got a theme and tools and hacks to make FireFox 2 look like IE. Stunning.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
April 12, 2007 2:09
this seems to happen after every few Windows Updates. I normally avoid it by launching firefox immediately after the required reboot. Firefox will say it isn't the default browser and I will make it so, then I avoid the Outlook problem.
April 12, 2007 4:56
It's deja-vu all over again: http://weblogs.asp.net/jgalloway/archive/2004/06/28/168320.aspx

Three years ago, same problem! Will it ever go away? I wondered why that old pages started picking up a bunch of new comments.
April 16, 2007 20:55
Hi Scott,

I made this change... and while it works as advertised, it's worth noting that when opening those URLS in Firefox (using Outlook or FeedDemon is the common use case for me), the application changes focus. That is, if I click the URL in an Outlook message then Firefox opens a new tab -- but the Outlook message window changes focus.

Put the DDE Message back in and this no longer happens (but you have to deal with the lame failure messagebox).

Hopefully some future updates will resolve things so that focus doesn't change AND we don't have the error message...
May 27, 2007 7:12
What program is this found in? I looked in Windows (Vista) Explorer, IE7, Firefox, and Outlook, and don't see the menu choices you are referring to - thanks.

"You can also make the change yourself in the Explorer UI via Tools|Options|FileTypes. Go to the ones marked (NONE) and start with URL:HyperText...and go to Advanced, then Edit the Open action and clear out the DDE Message TextBox."
May 31, 2007 19:17
Question: What program is this found in?

Answer: In Vista, Control Panel > Default Programs > Associate a file type or protocol with a program. File Types are no longer listed in Folder Options applet.
June 08, 2007 0:58
Actually, the vista version of the control panel does not have the entries referred to here, nor the ability to edit the DDE information. Does anyone know how to do this in Vista?
June 08, 2007 1:14
Nevermind, went into the registry and edited it there, removing the DDE entries doesn't fix the problem.
June 08, 2007 9:13
Okay, after my failures (that I posted about in the previous two comments), I can finally report success! After a little digging with process monitor, it looks like the fix will work in Vista, but you have to edit a different registry key. I posted about it here.

http://www.figarocastle.org/blog/archives/2007/06/firefox_vista_o.html

This fixed the issue for me, hopefully it will for any of you on Vista.
June 08, 2007 9:35
Doh, looks like Mozilla already had a knowledgebase article up here: http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.