Difference between revisions of "Wine"

From Emulation General Wiki
Jump to navigation Jump to search
(13 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
|title = Wine
 
|title = Wine
 
|logo = Wine.png
 
|logo = Wine.png
|version = {{WineVer}} (Dev: 4.1)
+
|version = {{WineVer}} (Dev: {{WineDevVer}})
 
|active = Yes
 
|active = Yes
 
|platform = Unix and POSIX-compliant
 
|platform = Unix and POSIX-compliant
Line 8: Line 8:
 
|developer = Alexandre Julliard and [https://source.winehq.org/source/AUTHORS the Wine team]
 
|developer = Alexandre Julliard and [https://source.winehq.org/source/AUTHORS the Wine team]
 
|website = [https://winehq.org/ WineHQ.org]
 
|website = [https://winehq.org/ WineHQ.org]
|support = [https://www.winehq.org/donate Paypal]
+
|support = [https://www.winehq.org/donate Donate page], [https://www.patreon.com/winestaging Patreon]
 
|license = GNU LGPL v2.1+
 
|license = GNU LGPL v2.1+
 
|source = [https://wiki.winehq.org/SourceCode WineHQ.org]
 
|source = [https://wiki.winehq.org/SourceCode WineHQ.org]
Line 17: Line 17:
  
 
==Download==
 
==Download==
* [https://wiki.winehq.org/Download '''Official release'''] (Linux and macOS)
+
{| cellpadding="4"
* [https://www.playonlinux.com/en PlayOnLinux]
+
|-
* [https://winebottler.kronenberg.org/ WineBottler] or [https://www.playonmac.com/en/ PlayOnMac] for macOS
+
|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|Win-big}}
 +
|[https://fdossena.com/?p=wined3d/index.frag WineD3D for Windows]
 +
|}
 +
 
 +
*
  
 
==Issues==
 
==Issues==

Revision as of 05:50, 17 August 2020

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

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

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

Download

Linux macOS FreeBSD Android Official releases
Stable and dev builds

Windows WineD3D for Windows

Issues

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 the AppDB.

Games which use DirectX/Direct3D APIs later than 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