wine vs virtualbox
wine vs virtualbox
hi!
what is the difference between wine and a virtualisation like virtualbox?
what are advantages and disadvantages compared to each other?
peter
what is the difference between wine and a virtualisation like virtualbox?
what are advantages and disadvantages compared to each other?
peter
Re: wine vs virtualbox
http://forum.winehq.org/viewtopic.php?t=7097peter4444 wrote: what is the difference between wine and a virtualisation like virtualbox?
what are advantages and disadvantages compared to each other?
wine vs virtualbox
On Wed, Jun 30, 2010 at 15:08, peter4444 <[email protected]> wrote:
OSes... Virtualbox runs operating systems...
If the application runs, Wine is usually much quicker. Wine might also
support 3D acceleration in cases where virtualization won't. (This is
getting less of a problem...)
(Wine emulates a Windows environment, Virtualbox emulates a computer)
(since they are running on actual Windows). It also uses more memory
(unless you hit a memory leak in Wine....) eand tend to run somewhat
slower (since you are running an entire operating system...)
VMs also tend to have timing issues...
http://www.vmware.com/pdf/vmware_timekeeping.pdf
Gert
Wine runs (some) Windows applications under Linux / other Unix-likewhat is the difference between wine and a virtualisation like virtualbox?
OSes... Virtualbox runs operating systems...
If the application runs, Wine is usually much quicker. Wine might also
support 3D acceleration in cases where virtualization won't. (This is
getting less of a problem...)
(Wine emulates a Windows environment, Virtualbox emulates a computer)
Virtualbox requires a Windows license, but more applications workwhat are advantages and disadvantages compared to each other?
(since they are running on actual Windows). It also uses more memory
(unless you hit a memory leak in Wine....) eand tend to run somewhat
slower (since you are running an entire operating system...)
VMs also tend to have timing issues...
http://www.vmware.com/pdf/vmware_timekeeping.pdf
Gert
wine vs virtualbox
peter4444 <[email protected]> wrote:
Virtualbox is a virtual machine process. You will need to purchase/own a copy of Windows in order to run it on your system.
Virtualbox, itself is also FREE, but requires you to purchase a license and have a copy of each operating system you want to use. The advantage is that it appears as real Windows, so any Windows program that is properly written to work in a virtual environment will run, even those with software security. Once Windows is installed in a virtual environment, you only have to get updates from Microsoft to be current.
BOTH present the 'danger' in that malware designed for Windows will run. The amount of damage is mitigated in a virtual environment as no actual contact with physical media should be allowed.
What you use is up to you. If you are willing to contribute to Microsoft's bottom line, virtual machines are the way to go. If you are not, or are willing to work with a in-progress system, then use Wine.
Great strides have been made in the last year to get major games and office productivity software to work in Wine.
James McKenzie
Hello back.hi!
Wine is an attempt to build the Windows32/64 APIs to allow running of Windows programs in a sort of Native way on UNIX/Linux.what is the difference between wine and a virtualisation like virtualbox?
Virtualbox is a virtual machine process. You will need to purchase/own a copy of Windows in order to run it on your system.
Well, Wine is FREE (basically) and does not require purchase of Windows. However, not all of the API is complete and some programs, which use software security, will never run on it. Also, Wine is a work in progress and is subject to sudden changes as it is updated. Some programs that run in a specific version may not in others.what are advantages and disadvantages compared to each other?
Virtualbox, itself is also FREE, but requires you to purchase a license and have a copy of each operating system you want to use. The advantage is that it appears as real Windows, so any Windows program that is properly written to work in a virtual environment will run, even those with software security. Once Windows is installed in a virtual environment, you only have to get updates from Microsoft to be current.
BOTH present the 'danger' in that malware designed for Windows will run. The amount of damage is mitigated in a virtual environment as no actual contact with physical media should be allowed.
What you use is up to you. If you are willing to contribute to Microsoft's bottom line, virtual machines are the way to go. If you are not, or are willing to work with a in-progress system, then use Wine.
Great strides have been made in the last year to get major games and office productivity software to work in Wine.
James McKenzie
what windows apps do you need to keep?
WINE emulates a windows directory structure that allows you to install some windows apps to that location. I only use this for pokerstars
VMWare emulates the windows operating system environment. I have not used this in linux but you should be able to install an windows app in the vmware instance of window
virtualbox - i have not used this
WINE emulates a windows directory structure that allows you to install some windows apps to that location. I only use this for pokerstars
VMWare emulates the windows operating system environment. I have not used this in linux but you should be able to install an windows app in the vmware instance of window
virtualbox - i have not used this
Re: wine vs virtualbox
If you would please point me to a source on this one? Even better, could you point me to an application that's reported to not work and "will never work" due to software security?James Mckenzie wrote:However, not all of the API is complete and some programs, which use software security, will never run on it.
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
wine vs virtualbox
On Tue, Aug 23, 2011 at 8:53 AM, M1kkko <[email protected]> wrote:
James
Please read the Copy Protection page at http://wiki.winehq.org/CopyProtection.James Mckenzie wrote:If you would please point me to a source on this one? Even better, could you point me to an application that's reported toHowever, not all of the API is complete and some programs, which use software security, will never run on it.
not work and "will never work" due to software security?
James
It doesn't matter how hard you try, some things will never work on Wine. Few examples of such things are:M1kkko wrote:For what I understand, although it may not be an easy job to do, Wine developers are planning to fully support copy protection at some point. They're not saying "it's never going to happen", it's just a matter of work.
- Software that explicitly checks for virtual machine/Wine and refuses to start
- Root kits & co that intercept lots of kernel calls. And do other nasty stuff
- Copy protection schemas that depend on exact timing of some operations (both software and hardware)