Difference between revisions of "Wine"

From Emulation General Wiki
Jump to navigation Jump to search
m
(16 intermediate revisions by 11 users not shown)
Line 2: Line 2:
 
|title = Wine
 
|title = Wine
 
|logo = Wine.png
 
|logo = Wine.png
|version = 3.0.3 (Dev: 3.16)
+
|version = {{WineVer}} (Dev: 4.12.1)
 
|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]
 +
|license = GNU LGPL v2.1+
 
|source = [https://wiki.winehq.org/SourceCode WineHQ.org]
 
|source = [https://wiki.winehq.org/SourceCode WineHQ.org]
 
}}
 
}}
Line 18: Line 20:
 
* [https://www.playonlinux.com/en PlayOnLinux]
 
* [https://www.playonlinux.com/en PlayOnLinux]
 
* [https://winebottler.kronenberg.org/ WineBottler] or [https://www.playonmac.com/en/ PlayOnMac] for macOS
 
* [https://winebottler.kronenberg.org/ WineBottler] or [https://www.playonmac.com/en/ PlayOnMac] for macOS
 +
* [https://fdossena.com/?p=wined3d/index.frag WineD3D for Windows]
  
 
==Issues==
 
==Issues==
Line 24: Line 27:
 
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.
 
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. 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).
+
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==
 
==See also==
 
* [[Proton]]
 
* [[Proton]]
 +
* [[WineVDM]]
 +
* [[Wineskin]]
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
Line 33: Line 38:
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:macOS emulation software]]
 
[[Category:macOS emulation software]]
 +
[[Category:Android emulation software]]

Revision as of 20:36, 7 July 2019

Wine
Wine.png
Developer(s) Alexandre Julliard and the Wine team
Latest version 9.0 (Dev: 4.12.1)
Active Yes
Platform(s) Unix and POSIX-compliant
Emulates Windows
Website WineHQ.org
Support ($) Paypal
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

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