Difference between revisions of "Wine"

From Emulation General Wiki
Jump to navigation Jump to search
(Created page with "A program for Linux used to run Windows programs. Very useful for running old computer programs. Also, if an emulator is Windows only, it be used to run that program in Linux.")
 
 
(67 intermediate revisions by 34 users not shown)
Line 1: Line 1:
A program for Linux used to run Windows programs.
+
{{Infobox emulator
 +
|title = Wine
 +
|logo = Wine.png
 +
|logowidth = 150
 +
|version = {{Version|Wine}} (Dev: {{Version|WineDev}})
 +
|active = Yes
 +
|platform = Unix and POSIX-compliant
 +
|target = Windows
 +
|developer = Alexandre Julliard and [https://source.winehq.org/source/AUTHORS the Wine team]
 +
|website = [https://winehq.org/ WineHQ.org]
 +
|support = [https://paypal.com/donate?hosted_button_id=G9BDG2ABR7PYA PayPal]<br/>[https://www.patreon.com/winestaging Patreon]
 +
|license = GNU LGPL v2.1+
 +
|source = [https://wiki.winehq.org/SourceCode WineHQ.org]
 +
}}
 +
'''Wine''' (an acronym for '''<u>W</u>ine <u>I</u>s <u>N</u>ot an <u>E</u>mulator''') is a free and open-source [[compatibility layers|compatibility layer]] for POSIX-compliant systems such as Unix-like operating systems (Linux, BSDs, macOS, etc.) to run programs originally written for Windows. First developed by Alexandre Julliard, it's now sponsored by the corporate entity CodeWeavers, who uses it as a base to create a proprietary version known as [https://www.codeweavers.com/products/ CrossOver]. Wine is especially useful for older Windows games, as compatibility with these is typically higher than if the same games were run on modern Windows versions.
  
Very useful for running old computer programs. Also, if an emulator is Windows only, it be used to run that program in Linux.
+
Compatibility may not be perfect, however, and there can be various glitches introduced.
 +
 
 +
==Download==
 +
{| cellpadding="4"
 +
|-
 +
|align=center|{{Icon|Lin|Mac|BSD|Android}}
 +
|'''[https://wiki.winehq.org/Download Official releases]'''<br/><small>Stable and dev builds</small>
 +
|-
 +
|colspan="3"|<hr/>
 +
|-
 +
|align=center|{{Icon|Haiku}}
 +
|[https://wiki.winehq.org/Haiku Haiku port]
 +
|-
 +
|colspan="3"|<hr/>
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[https://fdossena.com/?p=wined3d/index.frag WineD3D for Windows]
 +
|}
 +
 
 +
*
 +
 
 +
==Issues==
 +
Some programs require official Windows DLLs. Most of these are available to download via the (usually) included script, [https://wiki.winehq.org/Winetricks winetricks]. Compatibility lists for most programs can be found on [https://appdb.winehq.org/ AppDB].
 +
 
 +
Games that use DirectX/Direct3D APIs later than version 9 are mixed in terms of support, as many DirectX 10/11 programs run, but many still simply don't run at all.
 +
 
 +
Some software and games make use of kernel-mode drivers within Windows that are simply impossible to support due to restrictions on how Wine works, mostly having to do with security. These are especially abused by anti-cheat solutions such as GameGuard and certain others that will prevent you from playing games that use them (e.g., Nexon), so your only option there is to run it in a virtual machine or dual boot (and even then, there is no guarantee that will get by their detection).
 +
 
 +
==See also==
 +
* [[Proton]]
 +
* [[WineVDM]]
 +
* [[Wineskin]]
 +
 
 +
[[Category:Emulators]]
 +
[[Category:Compatibility layers]]
 +
[[Category:Linux emulation software]]
 +
[[Category:macOS emulation software]]
 +
[[Category:Android emulation software]]

Latest revision as of 12:36, 22 October 2023

Wine
Wine.png
Developer(s) Alexandre Julliard and the Wine team
Latest version 9.0 [+] (Dev: 9.7 [+] )
Active Yes
Platform(s) Unix and POSIX-compliant
Emulates Windows
Website WineHQ.org
Support ($) PayPal
Patreon
License GNU LGPL v2.1+
Source code WineHQ.org

Wine (an acronym for Wine Is Not an Emulator) is a free and open-source compatibility layer for POSIX-compliant systems such as Unix-like operating systems (Linux, BSDs, macOS, etc.) to run programs originally written for Windows. First developed by Alexandre Julliard, it's now sponsored by the corporate entity CodeWeavers, who uses it as a base to create a proprietary version known as CrossOver. Wine is especially useful for older Windows games, as compatibility with these is typically higher than if the same games were run on modern Windows versions.

Compatibility may not be perfect, however, and there can be various glitches introduced.

Download[edit]

Linux macOS FreeBSD Android Official releases
Stable and dev builds

Haiku Haiku port

Windows WineD3D for Windows

Issues[edit]

Some programs require official Windows DLLs. Most of these are available to download via the (usually) included script, winetricks. Compatibility lists for most programs can be found on AppDB.

Games that use DirectX/Direct3D APIs later than version 9 are mixed in terms of support, as many DirectX 10/11 programs run, but many still simply don't run at all.

Some software and games make use of kernel-mode drivers within Windows that are simply impossible to support due to restrictions on how Wine works, mostly having to do with security. These are especially abused by anti-cheat solutions such as GameGuard and certain others that will prevent you from playing games that use them (e.g., Nexon), so your only option there is to run it in a virtual machine or dual boot (and even then, there is no guarantee that will get by their detection).

See also[edit]