Download the Tom's Hardware App from the App Store
The reference for current tech news
Yes No
Ads

IE freezes linux

Forum Linux/Free BSD : General Discussion IE freezes linux

Word :    Username :           
 

I am running PCLinuxOS. When i run IE on WINE it runs great for about 20-30 minutes and then lags the system down like its using ALL available resources for it. The mouse still moves but it is jumpy and has 2-5 second delays. I can not accomplish anything when it does this. I have to force a powerdown and restart it to fix it.

Reply to Anonymous
Register or log in to remove.

Have you checked the compatibility list on the Wine website? It may have some compatibility issues.

Why not use a faster, open-source browser such as Firefox or Opera? :)

Reply to Pyroflea

Would installing Firefox be a better idea?

------------------------------ Dying
Is an art, like everything else.
I do it exceptionally well.
-Slyvia Plath Lady Lazarus
Reply to amdfangirl
- 0 +

Firefox, Google Chrome, Konqueror and Opera are much better than IE :)

Any web browser that has a working native Linux version will work a lot better than IE under WINE.

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();
Reply to linux_0

Why do you run IE when you can run Firefox with IE tab ;)

------------------------------ Dying
Is an art, like everything else.
I do it exceptionally well.
-Slyvia Plath Lady Lazarus
Reply to amdfangirl
- 0 +

:lol: :)

It's insecure no matter what you do :)

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();
Reply to linux_0

Oh, I meant if you reaaaallly need IE.

Sorry Master...

------------------------------ Dying
Is an art, like everything else.
I do it exceptionally well.
-Slyvia Plath Lady Lazarus
Reply to amdfangirl

Is IE tab on firefox available for Linux?

Reply to timmywear

Sorry, I have no idea I don't use it myself.

It should work since it is an add-on for the Gekco Firefox engine.

Just one question, why do you need this for?

IE tab is only useful for sites that require IE to function (0.01% of sites these days)

------------------------------ Dying
Is an art, like everything else.
I do it exceptionally well.
-Slyvia Plath Lady Lazarus
Reply to amdfangirl

0.01% - Well hell I must be the unluckiest tech on the planet to have 3 to support, 5 to use on a daily basis and a bank that is IE only then.

Reply to audiovoodoo
- 0 +

If you run IE6 in wine like me just for testing websites for display issues, it is best to install IE using winetricks or with a full-fledged Windows install in VirtualBox.

http://wiki.winehq.org/winetricks

Other than that, there is absolutely no reason I can think of to run IE on Linux, or in general for that matter.

------------------------------ http://couponsdealuxe.com | http://linuxcompatibility.org
Reply to undoIT

Unless the site is Web 2 and running on .NET with custom ActiveX controls like a lot of corporate crud is nowadays. I'm an avid FF fan but am afraid that MS really have managed to screw the world yet again with their own take on 'Standards'.

Reply to audiovoodoo

audiovoodoo wrote :

Unless the site is Web 2 and running on .NET with custom ActiveX controls like a lot of corporate crud is nowadays. I'm an avid FF fan but am afraid that MS really have managed to screw the world yet again with their own take on 'Standards'.



Pardon my ignorance beforehand. Firefox isn't compatible with these things simply due to patents I assume? Or is there an alternative reason?

Reply to Pyroflea

Firefox does have a .net add-on right?

------------------------------ Dying
Is an art, like everything else.
I do it exceptionally well.
-Slyvia Plath Lady Lazarus
Reply to amdfangirl

Pyroflea wrote :

Pardon my ignorance beforehand. Firefox isn't compatible with these things simply due to patents I assume? Or is there an alternative reason?



One that a lot of people miss is the support overhead. Better to have one known platform that you train support staff on than two. Some sites work hard to achieve incompatibility.

Reply to audiovoodoo

Yes, and for a lot of things it will work. Unfortunately our developers don't seem to like it. For some web based applications you need more config work than installing a client application. Personally I just don't get the obsession of making EVERYTHING web based.

Reply to audiovoodoo

There, we've devied quite a lot from the OP's question... If he went to the trouble of installing IE 6 on Wine, it's probably because he needs access to a few IE-only websites.

 

Now, Wine will keep a monitoring process running along with Win32 apps it runs; it's called wineserver.

 

Instead of killing your whole system when it starts to lag, simply run the command (you can use Alt+F2 to open a quick command prompt in Gnome and KDE):

 
Code :
  1. wineserver -k
 

which will shut down Wine and all Win32 apps currently running, normally recovering CPU time.


Message edited by mitch074 on 10-22-2009 at 10:58:06 AM
Reply to mitch074

+1 Top tip. Thank's for concluding things mitch.

Reply to audiovoodoo

Switch to Firefox. Microsoft Apps work okay(ish) on Windows Environments, but outside of them, they're like a bloated beached whale....

------------------------------ When it's obsolete, it's time to recycle. The same goes for old computers. Recycle old computers
Reply to richard tj

How does that help? He needs to use IE.

Reply to audiovoodoo
- 0 +

Firefox works on many IE sites if you change the user agent :)

Better yet change your web development team! :lol:

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();
Reply to linux_0

@linux_o: while it is true that you can access websites that declare themselves "IE only" with a UA spoofing, it doesn't always work in practice as soon as the website relies upon:
- Jscript, making use of extensions to ECMAscript that are not part of Javascript (workaround: Opera and Webkit implements a great deal of those)
- IE's proprietary DOM 0 (workaround: Opera and Webkit implement some of those)
- ActiveX (workaround: ... none)

If the website doesn't belong to him, he can't change the team (at best, he can petition the website's owner for a more compatible web access - with banks, you know how successful this is)

Thus, IE 6 on Wine. IE 6 leaks like a sieve, consuming more and more resources. Workaround for CPU hogging: stop Wine and restart IE regularly.

...at least on Linux, you don't have to fear IE's buffer overflows...

Reply to mitch074

Get Mozilla Firefox would be my recommendation too. Impressive that Internet Explorer works at all, in my opinion.

Reply to khelben1979

So far as I understand it, you can't actually run Internet Explorer under Wine, because Microsoft brilliantly build their browser into the core of their operating system.

The "Internet Explorer" that you run under Wine is actually using the Gecko rendering engine, so I don't think you'd actually be viewing your site with IE anyhow. So don't bother using "IE" under Wine if you're only doing so to test your site in the Microsoft browser. You'll have to actually boot into Windows and test your site there.

It's for this reason that I don't bother to test my site in Internet Explorer. If Microsoft won't make their "free" software cross-platform, then I'm not going to bother testing with it.

Reply to TegGhola

TegGhola wrote :

So far as I understand it, you can't actually run Internet Explorer under Wine, because Microsoft brilliantly build their browser into the core of their operating system.

The "Internet Explorer" that you run under Wine is actually using the Gecko rendering engine, so I don't think you'd actually be viewing your site with IE anyhow. So don't bother using "IE" under Wine if you're only doing so to test your site in the Microsoft browser. You'll have to actually boot into Windows and test your site there.

It's for this reason that I don't bother to test my site in Internet Explorer. If Microsoft won't make their "free" software cross-platform, then I'm not going to bother testing with it.



With VirtualBox you wouldn't need to boot into Windows to use Internet Explorer.

Reply to khelben1979

True, but you'd still need a licence for Windows to legally install an image using virtualisation software. And, knowing Microsoft, I'm guessing that they'd consider a virtual machine a separate licensable entity to your physical machine, so just using the licence you use for your dual-boot probably wouldn't satisfy their lust for cash.

Reply to TegGhola

IE Tab requires IE.

I Just uses VirtualBox.

------------------------------ CPU: PhenomII X4 955 BE ; RAM: 8GiB
OS: BSD, Linux, Solaris & Windows (use VirtualBox)
Reply to Devastator_uk
Register or log in to remove.
Tom's Hardware > Forum > Linux/Free BSD > General Discussion > IE freezes linux
Go to:

There are 2077 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
  • Ask the community now
  • Publish
Ad
Ads
Latest best answer
Dual Boot Windows 7 and Ubuntu 12.04
By ijack, 4 days ago:

To get the best performance and lifetime from your SSD you should plan a little more...

Best offers
They won a badge
Join us in greeting them
Top experts