Turbine uses Internet Explorer to load everything. Seriously? Could you just make it load the DEFAULT browser? Some of us don't use IE. Some of us despise IE (the popular click and crash browser). IE lovers make me shiver.
Please, Turbine, Please! Be a normal company and allow default browsers like almost everyone else already does. I think you guys are close to be the only ones now. Other people have actually discovered other browsers exist!
EDIT: @Ornaith that's not funny
Last edited by Graycient; Apr 21 2012 at 12:31 PM.
NO MORE LEGENDARIES - This isn't a job, it's a game.
Any time you click on a link from the launcher, it brings up IE, not default browser.
Main: Tirnolwe of The Lost Companions, Laurelin (75LM)
Alts: Silithil (75CHP) Campion (75GRD) Alunadail (75MIN) Geirdis (75CP) Turbine no plans to fix MyLotro.
This has been suggested and discussed before. They can't without updating which version of .NET they are using, which is not simple, and, very likely, currently not deemed worth the cost.
A spaceship from another star / They ask me where all the people are
I tell them I'm the only one / There was a war, but I must have won
When logging into the game, there are links on the announcement panel. They automatically try to take you to IE to view any of the content linked...
Ahhhh.. I see. I guess I've (chosen to?) click on anything from an e-mail or launcher browser so few times I've either never noticed or forgotten.. Yeah, I see what you mean about that annoyance (and I'm trying to remember where I've noticed it before unrelated to LotRO, 'cause I know I have..).
This has been suggested and discussed before. They can't without updating which version of .NET they are using, which is not simple, and, very likely, currently not deemed worth the cost.
This is not exactly true. It's not because of the version of .NET Turbine uses, it's because the launcher news is displayed using the MSHTML control (which predates .NET).
The version of .NET the launcher uses is perfectly capable of reading and rendering the RSS feed (or any XML) without that control, and can format hyperlinks too.
All they have to do is add a .Click event to the label and launch the URL using System.Diagnostlics.Process.St art("http://www.lotro.com/someurlhere"). This always opens the URL in the user's default browser.
"I am always serious; I am never serious." -Me
"I make the most outrageous and exaggerated statements of any man to ever live, has ever lived, or that will ever live." -Me
Most anything is possible, but it would become truly trivial if they'd only move to a modern version of .NET (which would avoid having to rewrite the launcher). They really should do that, if only to make it simpler to get LOTRO running on Vista/Win7/Win8. And once they do, they can just handle the WebBrowser.Navigating event (which didn't exist in .NET 1.1) and use the Process.Start() call as you suggested. It would literally be a 15 minute change.
In any event, the OP is describing something that irritates him, but is really just standard behavior for browsers. The embedded control is IE, so it launches instances of IE. If my default browser is IE but I'm running Chrome or FF, clicking on a link that pops up a new window will create another instance of Chrome or FF - not IE.
In any event, the OP is describing something that irritates him, but is really just standard behavior for browsers. The embedded control is IE, so it launches instances of IE. If my default browser is IE but I'm running Chrome or FF, clicking on a link that pops up a new window will create another instance of Chrome or FF - not IE.
Khafar
Chrome is my default browser - I only use Chrome, I never ever use IE. Anytime I forget myself and click on a link in the game launcher it opens up in IE - ALWAYS - I can't change it, and I can't force it to use my default browser.
Whether Turbine wants to admit it or not, they really should make the needed changes so that any links will always open in the user's default browser. There is a reason we can decide which browser we want to use, and Turbine shouldn't be coding things in such a way as to ignore our choice.
This comes up about once a month in the suggestion forum. If you search on 'default browser', you'll see what I mean.
None of them include a sexy picture, do they? I thought they had fixed this after it was posted before. I'm posting this because it has been more than one update and this has not yet been resolved. Jeez it's easy to do this in c++, for sure... what programming language are they using? O.o
NO MORE LEGENDARIES - This isn't a job, it's a game.
This goes all the way back to the launch of Asheron's Call in 1998. It was published by Microsoft at the time (for the first several years), and M$ insisted that IE be used. Since then, nobody has been able to spare the programmer-time (which translates into MONEY) to rewrite the launcher, even for a game that came into being after Turbine separated from M$.