Wine (software) explained
Wine is a free and open-source compatibility layer to allow application software and computer games developed for Microsoft Windows to run on Unix-like operating systems. Developers can compile Windows applications against WineLib to help port them to Unix-like systems. Wine is predominantly written using black-box testing reverse-engineering, to avoid copyright issues. No code emulation or virtualization occurs. Wine is primarily developed for Linux and macOS.
In a 2007 survey by desktoplinux.com of 38,500 Linux desktop users, 31.5% of respondents reported using Wine to run Windows applications.[6] This plurality was larger than all x86 virtualization programs combined, and larger than the 27.9% who reported not running Windows applications.[7]
History
Bob Amstadt, the initial project leader, and Eric Youngdale started the Wine project in 1993 as a way to run Windows applications on Linux. It was inspired by two Sun Microsystems products, Wabi for the Solaris operating system, and the Public Windows Initiative,[8] which was an attempt to get the Windows API fully reimplemented in the public domain as an ISO standard but rejected due to pressure from Microsoft in 1996.[9] Wine originally targeted 16-bit applications for Windows 3.x, but focuses on 32-bit and 64-bit versions which have become the standard on newer operating systems. The project originated in discussions on Usenet in comp.os.linux in June 1993.[10] Alexandre Julliard has led the project since 1994.
The project has proven time-consuming and difficult for the developers, mostly because of incomplete and incorrect documentation of the Windows API. While Microsoft extensively documents most Win32 functions, some areas such as file formats and protocols have no publicly or incomplete available specification from Microsoft, and Windows also includes undocumented low-level functions, undocumented behavior and obscure bugs that Wine must duplicate precisely in order to allow some applications to work properly.[11] Consequently, the Wine team has reverse-engineered many function calls and file formats in such areas as thunking.
The Wine project originally released Wine under the same MIT License as the X Window System, but owing to concern about proprietary versions of Wine not contributing their changes back to the core project,[12] work as of March 2002 has used the LGPL for its licensing.[13]
Wine officially entered beta with version 0.9 on 25 October 2005.[14] Version 1.0 was released on 17 June 2008,[15] after 15 years of development. Version 1.2 was released on 16 July 2010,[16] version 1.4 on 7 March 2012,[17] version 1.6 on 18 July 2013,[18] version 1.8 on 19 December 2015[19] and version 9.0 on 16 January 2024.[20] Development versions are released roughly every two weeks.
Wine-staging is an independently maintained set of aggressive patches not deemed ready by WineHQ developers for merging into the Wine repository, but still considered useful by the wine-compholio fork. It mainly covers experimental functions and bug fixes. Since January 2017, patches in wine-staging begins to be actively merged into the WineHQ upstream as wine-compholio transferred the project to Alistair Leslie-Hughes, a key WineHQ developer., WineHQ also provides pre-built versions of wine-staging.[21]
Corporate sponsorship
The main corporate sponsor of Wine is CodeWeavers, which employs Julliard and many other Wine developers to work on Wine and on CrossOver, CodeWeavers' supported version of Wine. CrossOver includes some application-specific tweaks not considered suitable for the upstream version, as well as some additional proprietary components.[22]
The involvement of Corel for a time assisted the project, chiefly by employing Julliard and others to work on it. Corel had an interest in porting WordPerfect Office, its office suite, to Linux (especially Corel Linux). Corel later cancelled all Linux-related projects after Microsoft made major investments in Corel, stopping their Wine effort.[23]
Other corporate sponsors include Google, which hired CodeWeavers to fix Wine so Picasa ran well enough to be ported directly to Linux using the same binary as on Windows; Google later paid for improvements to Wine's support for Adobe Photoshop CS2.[24] Wine is also a regular beneficiary of Google's Summer of Code program.[25]
Valve works with CodeWeavers to develop Proton, a Wine-based compatibility layer for Microsoft Windows games to run on Linux-based operating systems. Proton includes several patches that upstream Wine does not accept for various reasons, such as Linux-specific implementations of Win32 functions. Valve's involvement in the development of Proton (and, thus, the improvement of Linux gaming) has helped to improve Wine compatibility with Windows games.[26]
Design
The goal of Wine is to implement the Windows APIs fully or partially that are required by programs that the users of Wine wish to run on top of a Unix-like system.
Basic architecture
The programming interface of Microsoft Windows consists largely of dynamic-link libraries (DLLs). These contain a huge number of wrapper sub-routines for the system calls of the kernel, the NTOS kernel-mode program (ntoskrnl.exe). A typical Windows program calls some Windows DLLs, which in turn calls user-mode gdi/user32 libraries, which in turn uses the kernel32.dll (win32 subsystem) responsible for dealing with the kernel through system calls. The system-call layer is considered private to Microsoft programmers as documentation is not publicly available, and published interfaces all rely on subsystems running on top of the kernel. Besides these, there are a number of programming interfaces implemented as services that run as separate processes. Applications communicate with user-mode services through RPCs.[27]
Wine implements the Windows application binary interface (ABI) entirely in user space, rather than as a kernel module. Wine mostly mirrors the hierarchy, with services normally provided by the kernel in Windows[28] instead provided by a daemon known as the wineserver, whose task is to implement basic Windows functionality, as well as integration with the X Window System, and translation of signals into native Windows exceptions. Although Wineserver implements some aspects of the Windows kernel, it is not possible to use native Windows drivers with it, due to Wine's underlying architecture.[27]
Libraries and applications
Wine allows for loading both Windows DLLs and Unix shared objects for its Windows programs. Its built-in implementation of the most basic Windows DLLs, namely NTDLL, KERNEL32, GDI32, and USER32, uses the shared object method because they must use functions in the host operating system as well. Higher-level libraries, such as WineD3D, are free to use the DLL format. In many cases users can choose to load a DLL from Windows instead of the one implemented by Wine. Doing so can provide functionalities not yet implemented by Wine, but may also cause malfunctions if it relies on something else not present in Wine.[27]
Wine tracks its state of implementation through automated unit testing done at every git commit.[29]
Graphics and gaming
While most office software does not make use of complex GPU-accelerated graphics APIs, computer games do. To run these games properly, Wine would have to forward the drawing instructions to the host OS, and even translate them to something the host can understand.
DirectX is a collection of Microsoft APIs for rendering, audio and input. As of 2019, Wine 4.0 contains a DirectX 12 implementation for Vulkan API, and DirectX 11.2 for OpenGL.[30] Wine 4.0 also allows Wine to run Vulkan applications by handing draw commands to the host OS, or in the case of macOS, by translating them into the Metal API by MoltenVK.[30]
- XAudio
, Wine 4.3 uses the FAudio library (and Wine 4.13 included a fix for it) to implement the XAudio2 audio API (and more).[31] [32]
- XInput and Raw Input
Wine, since 4.0 (2019), supports game controllers through its builtin implementations of these libraries. They are built as Unix shared objects as they need to access the controller interfaces of the underlying OS, specifically through SDL.[30]
- Direct2D
Wine 4.0 supports Direct2D 1.2.[30] Direct3D
Much of Wine's DirectX effort goes into building WineD3D, a translation layer from Direct3D and DirectDraw API calls into OpenGL. As of 2019, this component supports up to DirectX 11.[30] As of 12 December 2016, Wine is good enough to run Overwatch with D3D11.[33] Besides being used in Wine, WineD3D DLLs have also been used on Windows itself, allowing for older GPUs to run games using newer DirectX versions and for old DDraw-based games to render correctly.[34]
Some work is ongoing to move the Direct3D backend to Vulkan API. Direct3D 12 support in 4.0 is provided by a "vkd3d" subproject,[30] and WineD3D has in 2019 been experimentally ported to use the Vulkan API.[35] Another implementation, DXVK, translates Direct3D 9, 10, and 11 calls using Vulkan as well and is a separate project.
Wine, when patched, can alternatively run Direct3D 9 API commands directly via a free and open-source Gallium3D State Tracker (aka Gallium3D GPU driver) without translation into OpenGL API calls. In this case, the Gallium3D layer allows a direct pass-through of DX9 drawing commands which results in performance improvements of up to a factor of 2.[36] As of 2020, the project is named Gallium.Nine. It is available now as a separate standalone package and no longer needs a patched Wine version.[37]
User interface
Wine is usually invoked from the command-line interpreter: wine program.exe
.[38]
winecfg
There is the utility winecfg
that starts a graphical user interface with controls for adjusting basic options.[39] It is a GUI configuration utility included with Wine. Winecfg makes configuring Wine easier by making it unnecessary to edit the registry directly, although, if needed, this can be done with the included registry editor (similar to Windows regedit).
Third-party applications
Some applications require more tweaking than simply installing the application in order to work properly, such as manually configuring Wine to use certain Windows DLLs. The Wine project does not integrate such workarounds into the Wine codebase, instead preferring to focus solely on improving Wine's implementation of the Windows API. While this approach focuses Wine development on long-term compatibility, it makes it difficult for users to run applications that require workarounds. Consequently, many third-party applications have been created to ease the use of those applications that do not work out of the box within Wine itself. The Wine wiki maintains a page of current and obsolete third-party applications.[40]
- Winetricks is a script to install some basic components (typically Microsoft DLLs and fonts) and tweak settings required for some applications to run correctly under Wine.[41] It can fully automate the install of a number of applications and games, including applying any needed workarounds. Winetricks has a GUI.[42] The Wine project will accept bug reports for users of Winetricks, unlike most third-party applications. It is maintained by Wine developer Austin English.[43]
- Q4Wine is an open GUI for advanced setup of Wine.
- Wine-Doors is an application management tool for the GNOME desktop which adds functionality to Wine. Wine-Doors is an alternative to WineTools which aims to improve upon WineTools' features and extend on the original idea with a more modern design approach.[44]
- IEs4Linux is a utility to install all versions of Internet Explorer, including versions 4 to 6 and version 7 (in beta).[45]
- Wineskin is a utility to manage Wine engine versions and create wrappers for macOS.[46]
- PlayOnLinux is an application to ease the installation of Windows applications (primarily games). There is also a corresponding Macintosh version called PlayOnMac.
- Lutris is an open-source application to easily install Windows games on Linux.[47]
- Bordeaux is a proprietary Wine GUI configuration manager that runs winelib applications. It also supports installation of third-party utilities, installation of applications and games, and the ability to use custom configurations. Bordeaux currently runs on Linux, FreeBSD, PC-BSD, Solaris, OpenSolaris, OpenIndiana,[48] [49] and macOS computers.
- Bottles is an open-source graphical Wine prefix and runners manager for Wine based on GTK4+Libadwaita. It provides a repository-based dependency installation system and bottle versioning to restore a previous state.
- WineGUI is a free and open-source graphical interface to manage Wine. It allows you to easily create Wine bottles and install Windows applications or games.[50]
Functionality
The developers of the Direct3D portions of Wine have continued to implement new features such as pixel shaders to increase game support.[51] Wine can also use native DLLs directly, thus increasing functionality, but then a license for Windows is needed unless the DLLs were distributed with the application itself.
Wine also includes its own open-source implementations of several Windows programs, such as Notepad, WordPad, Control Panel, Internet Explorer, and Windows Explorer.[52]
The Wine Application Database (AppDB) is a community-maintained on-line database about which Windows programs works with Wine and how well they work.
Backward compatibility
Wine ensures good backward compatibility with legacy Windows applications, including those written for Windows 3.1x.[53] Wine can mimic different Windows versions required for some programs, going as far back as Windows 2.0.[54] However, Windows 1.x and Windows 2.x support was removed from Wine development version 1.3.12. If DOSBox is installed on the system (see below on MS-DOS), Wine development version 1.3.12 and later nevertheless show the "Windows 2.0" option for the Windows version to mimic, but Wine still will not run most Windows 2.0 programs because MS-DOS and Windows functions are not currently integrated.
Backward compatibility in Wine is generally superior to that of Windows, as newer versions of Windows can force users to upgrade legacy Windows applications, and may break unsupported software forever as there is nobody adjusting the program for the changes in the operating system. In many cases, Wine can offer better legacy support than newer versions of Windows with "Compatibility Mode". Wine can run 16-bit Windows programs (Win16) on a 64-bit operating system, which uses an x86-64 (64-bit) CPU,[55] a functionality not found in 64-bit versions of Microsoft Windows.[56] [57] WineVDM allows 16-bit Windows applications to run on 64-bit versions of Windows.[58]
Wine partially supports Windows console applications, and the user can choose which backend to use to manage the console (choices include raw streams, curses, and user32).[59] When using the raw streams or curses backends, Windows applications will run in a Unix terminal.
64-bit applications
Preliminary support for 64-bit Windows applications was added to Wine 1.1.10, in December 2008.[60], the support is considered stable. The two versions of Wine are built separately, and as a result only building wine64 produces an environment only capable of running x86-64 applications.[61]
, Wine has stable support for a WoW64 build, which allows both 32-bit and 64-bit Windows applications to run inside the same Wine instance. To perform such a build, one must first build the 64-bit version, and then build the 32-bit version referencing the 64-bit version. Just like Microsoft's WoW64, the 32-bit build process will add parts necessary for handling 32-bit programs to the 64-bit build.[61] This functionality is seen from at least 2010.[62]
MS-DOS
Early versions of Microsoft Windows run on top of MS-DOS, and Windows programs may depend on MS-DOS programs to be usable. Wine does not have good support for MS-DOS, but starting with development version 1.3.12, Wine tries running MS-DOS programs in DOSBox if DOSBox is available on the system.[63] However, due to a bug, current versions of Wine incorrectly identify Windows 1.x and Windows 2.x programs as MS-DOS programs, attempting to run them in DOSBox (which does not work).[64]
Winelib
Wine provides Winelib, which allows its shared-object implementations of the Windows API to be used as actual libraries for a Unix program. This allows for Windows code to be built into native Unix executables. Since October 2010, Winelib also works on the ARM platform.[65]
Non-x86 architectures
Support for Solaris SPARC was dropped in version 1.5.26.
ARM, Windows CE, and Windows RT
Wine provides some support for ARM (as well as ARM64/AArch64) processors and the Windows flavors that run on it., Wine can run ARM/Win32 applications intended for unlocked Windows RT devices (but not Windows RT programs). Windows CE support (either x86 or ARM) is missing,[66] but an unofficial, pre-alpha proof-of-concept version called WineCE allows for some support.[67]
Wine for Android
On 3 February 2013 at the FOSDEM talk in Brussels, Alexandre Julliard demonstrated an early demo of Wine running on Google's Android operating system.[68]
Experimental builds of WINE for Android (x86 and ARM) were released in late 2017. It has been routinely updated by the official developers ever since. The default builds do not implement cross-architecture emulation via QEMU, and as a result ARM versions will only run ARM applications that use the Win32 API.[69]
Microsoft applications
Wine, by default, uses specialized Windows builds of Gecko and Mono to substitute for Microsoft's Internet Explorer and .NET Framework. Wine has built-in implementations of JScript and VBScript. It is possible to download and run Microsoft's installers for those programs through winetricks or manually.
Wine is not known to have good support for most versions of Internet Explorer (IE). Of all the reasonably recent versions, Internet Explorer 8 for Windows XP is the only version that reports a usable rating on Wine's AppDB, out-of-the-box.[70] However Google Chrome gets a gold rating (as of Wine 5.5-staging),[71] and Microsoft's IE replacement web browser Edge, is known to be based on that browser (after switching from Microsoft's own rendering engine[72]). Winetricks offer auto-installation for Internet Explorer 6 through 8, so these versions can be reasonably expected to work with its built-in workarounds.
An alternative for installing Internet Explorer directly is to use the now-defunct IEs4Linux. It is not compatible with the latest versions of Wine,[73] and the development of IEs4Linux is inactive.
Other versions of Wine
The core Wine development aims at a correct implementation of the Windows API as a whole and has sometimes lagged in some areas of compatibility with certain applications. Direct3D, for example, remained unimplemented until 1998,[74] although newer releases have had an increasingly complete implementation.[75]
CrossOver
See main article: CrossOver (software).
CodeWeavers markets CrossOver specifically for running Microsoft Office and other major Windows applications, including some games. CodeWeavers employs Alexandre Julliard to work on Wine and contributes most of its code to the Wine project under the LGPL. CodeWeavers also released a new version called CrossOver Mac for Intel-based Apple Macintosh computers on 10 January 2007.[76] Unlike upstream wine, CrossOver is notably able to run on the x64-only versions of macOS,[77] using a technique known as "wine32on64".[78]
As of 2012, CrossOver includes the functionality of both the CrossOver Games and CrossOver Pro lines therefore CrossOver Games and CrossOver Pro are no longer available as single products.[79]
CrossOver Games was optimized for running Windows video games. Unlike CrossOver, it didn't focus on providing the most stable version of Wine. Instead, experimental features are provided to support newer games.[80]
Proton
See main article: Proton (software).
On 21 August 2018, Valve announced a new variation of Wine, named Proton, designed to integrate with the Linux version of the company's Steam software (including Steam installations built into their Linux-based SteamOS operating system and Steam Machine computers).[81] Valve's goal for Proton is to enable Steam users on Linux to play games which lack a native Linux port (particularly back-catalog games), and ultimately, through integration with Steam as well as improvements to game support relative to mainline Wine, to give users "the same simple plug-and-play experience" that they would get if they were playing the game natively on Linux.[81] Proton entered public beta immediately upon being announced.[81]
Valve had already been collaborating with CodeWeavers since 2016 to develop improvements to Wine's gaming performance, some of which have been merged to the upstream Wine project.[81] Some of the specific improvements incorporated into Proton include Vulkan-based Direct3D 9, 10, 11, and 12 implementations via vkd3d,[82] DXVK,[83] and D9VK[84] multi-threaded performance improvements via esync,[85] improved handling of fullscreen games, and better automatic game controller hardware support.[81]
Proton is fully open-source and available via GitHub.[86]
WINE@Etersoft
See main article: WINE@Etersoft. The Russian company Etersoft has been developing a proprietary version of Wine since 2006. WINE@Etersoft supports popular Russian applications (for example, by 1C Company).[87]
Other projects using Wine source code
Other projects using Wine source code include:
- OTVDM,[88] a 16-bit app compatibility layer for 64-bit Windows.
- ReactOS, a project to write an operating system compatible with Windows NT versions 5.x and up (which includes Windows 2000 and its successors) down to the device driver level. ReactOS uses Wine source code considerably; however due to architectural differences with ReactOS its code is not generally reused in Wine, such as in the case of ReactOS specific DLLs, such as ntdll, user32, kernel32, gdi32, and advapi.[89] In July 2009, Aleksey Bragin, the ReactOS project lead, started[90] a new ReactOS branch called Arwinss,[91] and it was officially announced in January 2010.[92] Arwinss is an alternative implementation of the core Win32 components, and uses mostly unchanged versions of Wine's user32.dll and gdi32.dll.
- WineBottler,[93] a wrapper around Wine in the form of a normal Mac application. It manages multiple Wine configurations for different programs in the form of "bottles."
- Wineskin, an open source Wine GUI configuration manager for macOS. Wineskin creates a wrapper around Wine in the form of a normal Mac Application. The wrapper can also be used to make a distributable "port" of software.[94]
- Odin, a project to run Win32 binaries on OS/2 or convert them to OS/2 native format. The project also provides the Odin32 API to compile Win32 programs for OS/2.
- Virtualization products such as Parallels Desktop for Mac and VirtualBox use WineD3D to make use of the GPU.
- WinOnX, a commercial package of Wine for macOS that includes a GUI for adding and managing applications and virtual machines.[95]
- WineD3D for Windows, a compatibility wrapper which emulates old Direct3D versions and features that were removed by Microsoft in recent Windows releases, using OpenGL. This sometimes gets older games working again.[96]
- Apple Game Porting Toolkit, a suite of software introduced at Apple's Worldwide Developer Conference in June 2023 to facilitate porting games from Windows to Mac.
Discontinued
- Cedega / WineX: TransGaming Inc. (now Findev Inc. since the sale of its software businesses) produced the proprietary Cedega software. Formerly known as WineX, Cedega represented a fork from the last MIT-licensed version of Wine in 2002. Much like CrossOver Games, TransGaming's Cedega was targeted towards running Windows video games. On 7 January 2011, TransGaming Inc. announced continued development of Cedega Technology under the GameTree Developer Program. TransGaming Inc. allowed members to keep using their Cedega ID and password until 28 February 2011.[97]
- Cider: TransGaming also produced Cider, a library for Apple–Intel architecture Macintoshes. Instead of being an end-user product, Cider (like Winelib) is a wrapper allowing developers to adapt their games to run natively on Intel Mac without any changes in source code.
- Darwine: a port of the Wine libraries to Darwin and Mac OS X for the PowerPC and Intel x86 (32-bit) architectures, created by the OpenDarwin team in 2004.[98] [99] Its PowerPC version relied on QEMU.[100] Darwine was merged back into Wine in 2009.[101] [102]
- E/OS LX: a project attempting to allow any program designed for any operating system to be run without the need to actually install any other operating system.
- Pipelight: a custom version of Wine (wine-compholio) that acts as a wrapper for Windows NPAPI plugins within Linux browsers.[103] This tool permits Linux users to run Microsoft Silverlight, the Microsoft equivalent of Adobe Flash, and the Unity web plugin, along with a variety of other NPAPI plugins. The project provides an extensive set of patches against the upstream Wine project,[104] some of which were approved and added to upstream Wine. Pipelight is largely obsolete, as modern browsers no longer support NPAPI plugins and Silverlight has been deprecated by Microsoft.[105]
Reception
The Wine project has received a number of technical and philosophical complaints and concerns over the years.
Security
Because of Wine's ability to run Windows binary code, concerns have been raised over native Windows viruses and malware affecting Unix-like operating systems[106] as Wine can run limited malware made for Windows. A 2018 security analysis found that 5 out of 30 malware samples were able to successfully run through Wine, a relatively low rate that nevertheless posed a security risk.[107] For this reason the developers of Wine recommend never running it as the superuser.[108] Malware research software such as ZeroWine[109] runs Wine on Linux in a virtual machine, to keep the malware completely isolated from the host system. An alternative to improve the security without the performance cost of using a virtual machine, is to run Wine in an LXC container, as Anbox software is doing by default with Android.
Another security concern is when the implemented specifications are ill-designed and allow for security compromise. Because Wine implements these specifications, it will likely also implement any security vulnerabilities they contain. One instance of this problem was the 2006 Windows Metafile vulnerability, which saw Wine implementing the vulnerable SETABORTPROC escape.[110] [111]
Wine vs. native Unix applications
A common concern about Wine is that its existence means that vendors are less likely to write native Linux, macOS, and BSD applications. As an example of this, it is worth considering IBM's 1994 operating system, OS/2 Warp. An article describes the weaknesses of OS/2 which killed it, the first one being:
However, OS/2 had many problems with end user acceptance. Perhaps the most serious was that most computers sold already came with DOS and Windows, and many people didn't bother to evaluate OS/2 on its merits due to already having an operating system. "Bundling" of DOS and Windows and the chilling effect this had on the operating system market frequently came up in United States v. Microsoft Corporation.
The Wine project itself responds to the specific complaint of "encouraging" the continued development for the Windows API on one of its wiki pages:
Also, the Wine Wiki page claims that Wine can help break the chicken-and-egg problem for Linux on the desktop:[112]
The use of Wine for gaming has proved specifically controversial in the Linux community, as some feel it is preventing, or at least hindering, the further growth of native Linux gaming on the platform.[113] [114] One quirk however is that Wine is now able to run 16-bit and even certain 32-bit applications and games that do not launch on current 64-bit Windows versions.[115] This use-case has led to running Wine on Windows itself via Windows Subsystem for Linux or third-party virtual machines, as well as encapsulated by means such as BoxedWine[116] and Otvdm.[117]
Microsoft
Until 2020, Microsoft had not made any public statements about Wine. However, the Windows Update online service will block updates to Microsoft applications running in Wine. On 16 February 2005, Ivan Leo Puoti discovered that Microsoft had started checking the Windows Registry for the Wine configuration key and would block the Windows Update for any component.[118] As Puoti noted: "It's also the first time Microsoft acknowledges the existence of Wine."
In January 2020, Microsoft cited Wine as a positive consequence of being able to reimplement APIs, in its amicus curiae brief for Google LLC v. Oracle America, Inc.[119]
See also
Further reading
Notes and References
- Web site: 1 November 2020 . Wine source: wine-6.4: Authors . source.winehq.org . 13 May 2013 . https://web.archive.org/web/20130513113514/http://source.winehq.org/source/AUTHORS . live .
- Web site: Download - WineHQ Wiki . 31 October 2018 . 29 July 2022 . https://web.archive.org/web/20220729092049/https://wiki.winehq.org/Download . live .
- Web site: Index of /Wine-builds/Android. 21 January 2018. 23 January 2018. https://web.archive.org/web/20180123064018/https://dl.winehq.org/wine-builds/android/. live.
- Web site: Licensing - WineHQ Wiki . WineHQ . 10 January 2017 . https://web.archive.org/web/20170110115248/https://wiki.winehq.org/Licensing . 10 January 2017 . live.
- Web site: License . WineHQ . 10 January 2017 . 16 November 2018 . https://web.archive.org/web/20181116025354/https://source.winehq.org/git/wine.git/blob_plain/HEAD:/LICENSE . live .
- Web site: 2007 Desktop Linux Market survey . https://archive.today/20120524145331/http://www.desktoplinux.com/cgi-bin/survey/survey.cgi?view=archive&id=0813200712407 . dead . 24 May 2012 . 21 August 2007 . 8 October 2007.
- Web site: Running Windows applications on Linux . 2007 Desktop Linux Survey results . Steven J. . Vaughan-Nichols . 22 August 2007 . DesktopLinux . dead . https://web.archive.org/web/20100211142218/http://www.desktoplinux.com/news/NS8454912761.html . 11 February 2010.
- Wine project status . Bob . Amstadt . comp.windows.x.i386unix . 29 September 1993 . 13 July 2008 . 5 January 2011 . https://web.archive.org/web/20110105094738/http://groups.google.com/group/comp.windows.x.i386unix/browse_thread/thread/88fbd87c0ae2e48f/5003eb8ed33ae522 . live.
- Web site: Sun Uses ECMA as Path to ISO Java Standardization . https://archive.today/20120708074447/http://findarticles.com/p/articles/mi_m0CGN/is_1999_May_7/ai_54580586 . dead . 8 July 2012 . . 7 May 1999 . 13 July 2008.
- WABI available on Linux or not . Byron A Jeff . 25 August 1993 . comp.os.linux.misc . 21 September 2007 . 9 June 2013 . https://web.archive.org/web/20130609014205/http://groups.google.com/group/comp.os.linux.misc/msg/daa52d28ff44919f . live.
- Loli-Queru . Eugenia . Interview with WINE's Alexandre Julliard . 29 October 2001 . OSnews . 30 June 2008 . Usually we start from whatever documentation is available, implement a first version of the function, and then as we find problems with applications that call this function we fix the behavior until it is what the application expects, which is usually quite far from what the documentation states. . 24 September 2008 . https://web.archive.org/web/20080924002312/http://www.osnews.com/story/227 . live.
- Web site: Wine license change . Jeremy . White . 6 February 2002 . 27 April 2010 . 21 July 2011 . https://web.archive.org/web/20110721161438/http://www.winehq.org/pipermail/wine-devel/2002-February/003912.html . live .
- Web site: License change vote results . Alexandre Julliard . 18 February 2002 . 27 April 2010 . 21 July 2011 . https://web.archive.org/web/20110721161533/http://www.winehq.org/pipermail/wine-devel/2002-February/004487.html . live.
- Web site: Beta! . 25 October 2005 . 9 December 2010 . 27 June 2010 . https://web.archive.org/web/20100627152434/http://www.winehq.org/news/2005102502 . live .
- Web site: Announcement of version 1.0 . Wine HQ . 17 June 2008 . 1 September 2008 . 1 February 2009 . https://web.archive.org/web/20090201110400/http://www.winehq.org/announce/1.0 . live.
- Web site: Release News . Alexandre . Julliard . 16 July 2010 . 30 August 2013 . 10 February 2013 . https://web.archive.org/web/20130210095639/http://www.winehq.org/news/2010071601 . live .
- Web site: Wine Announcement . 7 March 2012 . 9 March 2012 . https://web.archive.org/web/20120309071137/http://www.winehq.org/announce/1.4 . live .
- Web site: Wine 1.6 Released . 18 July 2013 . WineHQ . 18 July 2013 . 21 July 2013 . https://web.archive.org/web/20130721154248/http://www.winehq.org/news/2013071801 . live.
- Web site: Wine 1.8 Released . 19 December 2015 . WineHQ . 19 December 2015 . 22 December 2015 . https://web.archive.org/web/20151222111846/https://www.winehq.org/news/2015121901 . live.
- Web site: Wine 9.0 . 16 January 2024 . WineHQ . 30 January 2024 . 27 January 2024 . https://web.archive.org/web/20240127012950/https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0 . live.
- Web site: Wine-Staging . WineHQ Wiki . 22 April 2019 . 22 April 2019 . https://web.archive.org/web/20190422224446/https://wiki.winehq.org/Wine-Staging . live .
- News: Jeremy . White . Announcing CrossOver 10.0 and CrossOver Games 10.0, The Impersonator . CodeWeavers . 27 January 2011 . 28 January 2011 . 2 February 2011 . https://web.archive.org/web/20110202214843/http://www.codeweavers.com/support/forums/announce/?t=24;mhl=100155;msg=100155#msg100155 . live.
- News: Vaughan-Nichols. Steven J.. 25 February 2002. That's All Folks: Corel Leaves Open Source Behind. Linux.com. 11 May 2021. 12 May 2021. https://web.archive.org/web/20210512134450/https://www.linux.com/news/thats-all-folks-corel-leaves-open-source-behind/. live.
- Web site: older-mirrored-patches/Wine.md at master - google/older-mirrored-patches . . 9 February 2023 . 9 February 2023 . https://web.archive.org/web/20230209210024/https://github.com/google/older-mirrored-patches/blob/master/Wine.md . live .
- Kegel . Dan . Google's support for Wine in 2007 . 14 February 2008 . wine-devel . 3 January 2009 . 6 January 2009 . https://web.archive.org/web/20090106202914/http://article.gmane.org/gmane.comp.emulators.wine.devel/56872 . live.
- Web site: Proton/README.md at proton_9.0 · ValveSoftware/Proton . 2024-04-08 . GitHub . en.
- Web site: Wine Developer's Guide/Architecture Overview . WineHQ . 22 April 2019 . 22 April 2019 . https://web.archive.org/web/20190422232117/https://wiki.winehq.org/Wine_Developer%27s_Guide/Architecture_Overview#Wine_Overview . live .
- See the "Windows service" article
- Web site: Wine Status . WineHQ . 22 April 2019 . 22 April 2019 . https://web.archive.org/web/20190422232105/https://wiki.winehq.org/Wine_Status . live .
- Web site: Wine 4.0 . WineHQ . en . 22 April 2019 . 3 April 2019 . https://web.archive.org/web/20190403162302/https://www.winehq.org/announce/4.0 . live .
- Web site: FAudio Lands in Wine For New XAudio2 Re-Implementation . Phoronix . 25 February 2019 . 24 March 2019 . 1 March 2019 . https://web.archive.org/web/20190301222555/https://www.phoronix.com/scan.php?page=news_item&px=Wine-Lands-FAudio-XAudio2 . live .
- Web site: WineHQ - Wine Announcement - The Wine development release 4.3 is now available. . 24 March 2019 . 15 March 2019 . https://web.archive.org/web/20190315020045/https://www.winehq.org/announce/4.3 . live .
- Web site: With Wine Git, You Can Run The D3D11 Blizzard Overwatch Game on Linux . Phoronix . 12 December 2016 . 17 December 2016 . 15 December 2016 . https://web.archive.org/web/20161215120551/http://phoronix.com/scan.php?page=news_item&px=Wine-Patches-Overwatch-Working . live .
- Web site: Dossena . Federico . WineD3D For Windows . Federico Dossena . 22 April 2019 . 13 June 2019 . https://web.archive.org/web/20190613212938/https://fdossena.com/?p=wined3d%2Findex.frag . live .
- Web site: Wine 4.6 . WineHQ . 22 April 2019 . en . 13 April 2019 . https://web.archive.org/web/20190413105408/https://www.winehq.org/announce/4.6 . live .
- Web site: Direct3D 9 Gallium3D State Tracker . Christoph Bumiller . 16 July 2013 . there are a couple of differences to d3d1x: [...] it's written in C instead of C++ and not relying on horrific multiple inheritance with [...] So far I've tried Skyrim, Civilization 5, Anno 1404 and StarCraft 2 on the nvc0 and r600g drivers, which work pretty well, at up to x2 the fps I get with wined3d (Note: no thorough benchmarking done yet). . 10 January 2021 . 27 January 2021 . https://web.archive.org/web/20210127092353/https://lists.freedesktop.org/archives/mesa-dev/2013-July/041900.html . live .
- Web site: Gallium Nine Standalone . github . 3 December 2020 . en . 12 November 2020 . https://web.archive.org/web/20201112032739/https://github.com/iXit/wine-nine-standalone . live .
- Web site: Wine . WineHQ . 29 April 2017 . 22 January 2016 . https://web.archive.org/web/20160122164315/https://www.winehq.org/docs/wine . live .
- News: Configuring WINE with Winecfg . Nick Congleton . 26 October 2016 . Linux Tutorials - Learn Linux Configuration . 29 April 2017 . 7 April 2017 . https://web.archive.org/web/20170407081224/https://linuxconfig.org/configuring-wine-with-winecfg . live .
- Web site: Third Party Applications . Official Wine Wiki . 3 January 2009 . 20 December 2008 . https://web.archive.org/web/20081220084905/http://wiki.winehq.org/ThirdPartyApplications . live .
- Gaming on Linux: A guide for sane people with limited patience . . 11 January 2015 . 6 May 2021 . https://web.archive.org/web/20210506202048/https://www.pcworld.com/article/2025909/gaming-on-linux-a-guide-for-sane-people-with-limited-patience.html . live .
- Web site: winetricks - The Official Wine Wiki . VitalyLipatov . 30 March 2011 . 2 August 2011 . 31 July 2011 . https://web.archive.org/web/20110731165018/http://wiki.winehq.org/winetricks . live .
- Web site: winetricks . Official Wine Wiki . 3 January 2009 . 15 May 2022 . https://web.archive.org/web/20220515072527/https://wiki.winehq.org/Winetricks . live .
- Web site: Wine doors . Wine doors . 27 April 2010 . 22 August 2011 . https://web.archive.org/web/20110822122957/http://winedoors.sourceforge.net/ . live .
- Web site: IEs4Linux . Tatanka.com.br . 27 April 2010 . dead . https://web.archive.org/web/20080820055126/http://www.tatanka.com.br/ . 20 August 2008.
- Web site: Wineskin . 7 November 2012 . 6 November 2020 . https://web.archive.org/web/20201106194320/http://wineskin.urgesoftware.com/ . dead .
- Web site: Lutris . 3 May 2019 . 2 May 2019 . https://web.archive.org/web/20190502232205/https://lutris.net/ . live .
- Web site: OpenIndiana Bordeaux announcement . OpenIndiana-announce mailing list . 1 October 2010 . 15 October 2010 . https://web.archive.org/web/20101015040052/http://openindiana.org/pipermail/openindiana-discuss/2010-October/thread.html#544 . live .
- Web site: Bordeaux group press release . Bordeaux group site . 1 October 2010 . dead . https://web.archive.org/web/20101007205027/http://www.bordeauxgroup.com/press-release/bordeaux-openindiana . 7 October 2010.
- Web site: WineGUI . WineGUI . 17 June 2022 . 20 February 2023 . https://web.archive.org/web/20230220142754/https://gitlab.melroy.org/melroy/winegui . live .
- Web site: DirectX-Shaders . Official Wine Wiki . 3 January 2009 . https://web.archive.org/web/20090101022401/http://wiki.winehq.org/DirectX-Shaders . 1 January 2009 . dead.
- Web site: List of Commands . 12 April 2016 . WineHQ . 29 April 2017 . 17 March 2016 . https://web.archive.org/web/20160317010958/https://wiki.winehq.org/List_of_Commands . live .
- Web site: Windows Legacy Application Support Under Wine . 9 December 2010 . 8 July 2011 . https://web.archive.org/web/20110708174152/http://media.codeweavers.com/pub/crossover/case_studies/WinLegacySupport.pdf . live .
- News: Still need to run Windows apps? Have a glass of wine . Robert . Strohmeyer . Pcgamer . 6 April 2007 . 9 December 2010 . 22 June 2011 . https://web.archive.org/web/20110622002156/http://www.maximumpc.com/article/still_need_to_run_windows_apps_have_a_glass_of_wine . live.
- Web site: How to Enable 16-bit Application Support in Windows 10. Andre Da Costa. 20 April 2016. groovyPost. en-US. 9 April 2019. 20 February 2023. https://web.archive.org/web/20230220142716/https://www.groovypost.com/howto/enable-16-bit-application-support-windows-10/. live.
- Web site: 64-bit versions of Windows do not support 16-bit components, 16-bit processes, or 16-bit applications . 22 August 2015 . 26 May 2016 . https://web.archive.org/web/20160526135209/https://support.microsoft.com/en-us/kb/896458 . live .
- Web site: Why can't I install 16-bit programs on a computer running the 64-bit version of Windows XP? . John . Savill . 11 February 2002 . 9 December 2010 . 4 March 2016 . https://web.archive.org/web/20160304083829/http://windowsitpro.com/systems-management/why-cant-i-install-16-bit-programs-computer-running-64-bit-version-windows-xp . live .
- Web site: 16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows.. GitHub. 27 October 2021. 25 September 2019. 9 November 2020. https://web.archive.org/web/20201109015029/https://github.com/otya128/winevdm. live. On GitHub.
- Web site: Text mode programs (CUI: Console User Interface) . Wine User's Guide . 9 February 2023 . 14 February 2023 . https://web.archive.org/web/20230214014239/https://wiki.winehq.org/Wine_User%27s_Guide#Text_mode_programs_.28CUI:_Console_User_Interface.29 . live .
- Maarten . Lankhorst . Wine64 hello world app runs! . 5 December 2008 . wine-devel . 15 December 2008 . 21 March 2022 . https://web.archive.org/web/20220321202532/https://www.winehq.org/pipermail/wine-devel/2008-December/070941.html . live.
- Web site: Building Wine . WineHQ . 23 April 2019 . 27 July 2022 . https://web.archive.org/web/20220727202220/https://wiki.winehq.org/Building_Wine . live .
- Web site: Wine64 for packagers . Official Wine Wiki . 20 April 2010 . https://web.archive.org/web/20100425050000/http://wiki.winehq.org/Wine64ForPackagers . 25 April 2010 . dead.
- Web site: [Wine] Re: Wine sometime really surprise me |date=11 March 2011 |access-date=15 February 2013 |archive-date=24 March 2012 |archive-url=https://web.archive.org/web/20120324150458/http://www.winehq.org/pipermail/wine-users/2011-March/087629.html |url-status=live ].
- Web site: WineHQ Bugzilla – Bug 26715 – Win1.0 executable triggers Dosbox . 15 February 2013 . 4 September 2015 . https://web.archive.org/web/20150904034613/https://bugs.winehq.org/show_bug.cgi?id=26715 . live .
- Web site: The Wine development release 1.3.4 announcement . Winehq.org . 15 October 2010 . 4 October 2010 . https://web.archive.org/web/20101004023254/http://www.winehq.org/announce/1.3.4 . live .
- Web site: ARM support . The Official Wine Wiki . 22 April 2019 . 17 April 2019 . https://web.archive.org/web/20190417084608/https://wiki.winehq.org/ARM . live .
- Web site: Wine wrappers and more. 6 July 2016. 29 June 2016. https://web.archive.org/web/20160629205920/http://dawncrow.de/wine/winece.html. live.
- Web site: Wine on Android Is Coming For Running Windows Apps . Phoronix . 3 February 2013 . 30 August 2013 . 28 August 2013 . https://web.archive.org/web/20130828055759/http://www.phoronix.com/scan.php?page=news_item&px=MTI5MjA . live .
- Web site: Android . WineHQ . 23 April 2019 . 23 April 2019 . https://web.archive.org/web/20190423175854/https://wiki.winehq.org/Android . live .
- Web site: Internet Explorer . WineHQ AppDB . 23 April 2019 . 13 April 2019 . https://web.archive.org/web/20190413195444/https://appdb.winehq.org/objectManager.php?sClass=application&iId=25 . live .
- Web site: Google Chrome . WineHQ AppDB . 9 September 2020 . 13 September 2020 . https://web.archive.org/web/20200913172130/https://appdb.winehq.org/objectManager.php?sClass=application&iId=8177 . live .
- Web site: Chromium browsers are black - WineHQ Forums. 9 September 2020. forum.winehq.org. 15 June 2022. https://web.archive.org/web/20220615171028/https://forum.winehq.org/viewtopic.php?t=33455&p=126413. live.
- Web site: So far, I do not manage to install IES4Linux . 22 June 2012 . 15 January 2014 . 15 August 2014 . https://web.archive.org/web/20140815155020/https://lists.ubuntu.com/archives/ubuntu-users/2012-June/261480.html . live .
- News: Brian . Vincent . WineConf 2004 Summary . 3 February 2004 . 208 . Wine Weekly News . WineHQ.org . 3 January 2009 . dead . https://web.archive.org/web/20061231090654/http://www.winehq.com/?issue=208 . 31 December 2006.
- Web site: Wine Status – DirectX DLLs . WineHQ.org . 3 January 2009 . dead . https://web.archive.org/web/20081226133323/http://www.winehq.org/status/directx . 26 December 2008.
- Web site: CodeWeavers Releases CrossOver 6 for Mac and Linux . 10 January 2007 . Slashdot . 3 January 2009 . 10 August 2011 . https://web.archive.org/web/20110810204855/http://tech.slashdot.org/story/07/01/10/1924235/CodeWeavers-Releases-CrossOver-6-for-Mac-and-Linux . live .
- Web site: So We Don't Have a Solution for Catalina...Yet. Schmid. Jana. CodeWeavers. en. 9 February 2023. 29 September 2021. https://web.archive.org/web/20210929085817/https://www.codeweavers.com/blog/jschmid/2019/9/10/so-we-dont-have-a-solution-for-catalinayet. live.
- Web site: Thomases . Ken . win32 on macOS . 11 December 2019 . 9 February 2023 . 11 November 2020 . https://web.archive.org/web/20201111190220/https://www.winehq.org/pipermail/wine-devel/2019-December/156602.html . live .
- Web site: CrossOver – Change Log – CodeWeavers . 9 March 2012 . https://web.archive.org/web/20120819183838/http://www.codeweavers.com/products/faq/change_log/ . 19 August 2012 . dead.
- Web site: CrossOver Games site . CodeWeavers . 6 January 1990 . 27 April 2010 . 27 April 2010 . https://web.archive.org/web/20100427075209/http://www.codeweavers.com/products/cxgames/ . live.
- Web site: Steam for Linux :: Introducing a new version of Steam Play . 21 August 2018 . Valve . 22 August 2018 . 22 August 2018 . https://web.archive.org/web/20180822162847/https://steamcommunity.com/games/221410/announcements/detail/1696055855739350561 . live .
- Web site: vkd3d.git project summary . WineHQ Git . 22 August 2018 . 2 April 2019 . https://web.archive.org/web/20190402174831/https://source.winehq.org/git/vkd3d.git/ . live .
- Web site: DXVK GitHub repository . GitHub . 22 August 2018 . 26 May 2020 . https://web.archive.org/web/20200526133505/https://github.com/doitsujin/dxvk . live .
- Web site: D9VK GitHub repository . GitHub . 6 October 2019 . 2 March 2019 . https://web.archive.org/web/20190302052040/https://github.com/Joshua-Ashton/d9vk . live .
- Web site: GitHub: README for esync . GitHub . 22 August 2018 . 19 September 2018 . https://web.archive.org/web/20180919104439/https://github.com/zfigura/wine/blob/esync/README.esync . live .
- Web site: Proton GitHub repository . GitHub . 22 August 2018 . 22 August 2018 . https://web.archive.org/web/20180822071640/https://github.com/ValveSoftware/Proton/ . live .
- Web site: WINE@Etersoft – Russian proprietary fork of Wine . Pcweek.ru . 21 April 2010 . 27 April 2010 . ru . 2 December 2014 . https://web.archive.org/web/20141202051204/http://www.pcweek.ru/infrastructure/article/detail.php?ID=72021 . live.
- Web site: Winevdm on 64-bit Windows. GitHub. 27 October 2021. 25 September 2019. 9 November 2020. https://web.archive.org/web/20201109015029/https://github.com/otya128/winevdm. live.
- Web site: Developer FAQ . ReactOS . 25 May 2009 . dead . https://web.archive.org/web/20081113104906/http://www.reactos.org/en/dev_faq.html . 13 November 2008.
- Web site: Creation of Arwinss branch . Mail-archive.com . 17 July 2009 . 27 April 2010 . 9 June 2011 . https://web.archive.org/web/20110609190816/http://www.mail-archive.com/ros-diffs@reactos.org/msg01658.html . live.
- Web site: Arwinss at ReactOS wiki . Reactos.org . 20 February 2010 . 27 April 2010 . 23 April 2011 . https://web.archive.org/web/20110423060806/http://www.reactos.org/wiki/Arwinss . live.
- Web site: Arwinss presentation . Reactos.org . 27 April 2010 . 7 July 2011 . https://web.archive.org/web/20110707191806/http://www.reactos.org/archives/public/ros-dev/2010-January/012709.html . live .
- Web site: WineBottler Run Windows-based Programs on a Mac . 6 July 2018 . 6 July 2018 . https://web.archive.org/web/20180706132520/https://winebottler.kronenberg.org/ . live .
- Web site: Wineskin FAQ . doh123 . 7 November 2012 . 26 October 2012 . https://web.archive.org/web/20121026100643/http://wineskin.urgesoftware.com/tiki-index.php?page=FAQ . dead .
- Web site: WinOnX - Windows On Mac OSX. 12 June 2021. 2 June 2021. https://web.archive.org/web/20210602090729/http://www.winonx.com/. live.
- Web site: Dossena. Federico. WineD3D For Windows. 19 July 2020. Federico Dossena. 13 June 2019. https://web.archive.org/web/20190613212938/https://fdossena.com/?p=wined3d%2Findex.frag. live.
- Web site: GameTree Developer Program . gametreelinux.com . 2 January 2011 . dead . https://web.archive.org/web/20110110171608/http://gametreelinux.com/ . 10 January 2011.
- Web site: Darwine seeks to port WINE to Darwin, OS X . 8 February 2023 . Macworld . en . 5 January 2023 . https://web.archive.org/web/20230105224416/https://www.macworld.com/article/169622/darwine.html . live .
- Web site: Yager . Tom . 16 February 2006 . Darwine baby steps toward Windows app execution on OS X . 5 February 2023 . InfoWorld . en . 5 January 2023 . https://web.archive.org/web/20230105225920/https://www.infoworld.com/article/2643756/darwine-baby-steps-toward-windows-app-execution-on-os-x.html . live .
- Book: Todd Ogasawara . Windows for Intel Macs . 20 July 2006 . O'Reilly Media, Inc. . 978-0-596-52840-9 . 5 . 5 February 2023 . 20 February 2023 . https://web.archive.org/web/20230220142716/https://books.google.com/books?id=tLbrw9naN4AC&pg=PA5 . live .
- Web site: 2 September 2009 . WINE for Intel-based Macs appears: Allows running of Windows programs . 8 February 2023 . CNET . en . 8 February 2023 . https://web.archive.org/web/20230208133410/https://www.cnet.com/tech/computing/wine-for-intel-based-macs-appears-allows-running-of-windows-programs/ . live .
- Web site: macOS FAQ - WineHQ Wiki . live . https://web.archive.org/web/20230129115936/https://wiki.winehq.org/MacOS_FAQ . 29 January 2023 . 5 February 2023 . Wine FAQ.
- Web site: Pipelight: using Silverlight in Linux browsers . FDS-Team . 4 April 2014 . https://web.archive.org/web/20130822084051/http://fds-team.de/cms/articles/2013-08/pipelight-using-silverlight-in-linux-browsers.html . 22 August 2013 . dead.
- Web site: wine-compholio-daily README . github . 4 April 2014 . 20 February 2023 . https://web.archive.org/web/20230220142803/https://github.com/wine-compholio/wine-staging . live .
- Web site: Moving to HTML5 Premium Media. Smith. Jerry. 2 July 2015. Microsoft Edge Blog. 10 February 2019. 23 August 2018. https://web.archive.org/web/20180823210312/https://blogs.windows.com/msedgedev/2015/07/02/moving-to-html5-premium-media/. live.
- Running Windows viruses with Wine . Matt Moen . 26 January 2005 . 23 October 2009 . 7 January 2013 . https://web.archive.org/web/20130107055305/http://archive09.linux.com/feature/42031 . dead.
- Duncan. Rory. Schreuders. Z. Cliffe. 1 March 2019. Security implications of running windows software on a Linux system using Wine: a malware analysis study. Journal of Computer Virology and Hacking Techniques. en. 15. 1. 39–60. 10.1007/s11416-018-0319-9. 2263-8733. free.
- Web site: Should I run Wine as root? . Wine Wiki FAQ . Official Wine Wiki . 7 August 2009 . 24 August 2009 . https://web.archive.org/web/20110621230323/http://wiki.winehq.org/FAQ?action=recall&rev=312#head-96bebfa287b4288974de0df23351f278b0d41014#head-96bebfa287b4288974de0df23351f278b0d41014 . 21 June 2011 . dead.
- Web site: ZeroWine project home page . 11 December 2011 . 5 November 2011 . https://web.archive.org/web/20111105094451/http://zerowine.sourceforge.net/ . live .
- Web site: Linux/BSD still exposed to WMF exploit through WINE! . . 5 January 2006 . 16 October 2011 . 11 August 2011 . https://web.archive.org/web/20110811000606/http://www.zdnet.com/blog/ou/linuxbsd-still-exposed-to-wmf-exploit-through-wine/146 . live .
- Web site: CVE-2006-0106 - gdi/driver.c and gdi/printdrv.c in Wine 20050930, and other versions, implement the SETABORTPROC GDI - CVE-Search . 9 July 2019 . 9 July 2019 . https://web.archive.org/web/20190709002903/http://cve.circl.lu/cve/CVE-2006-0106 . live .
- Web site: Why Wine is so important . 11 December 2011 . 22 December 2011 . https://web.archive.org/web/20111222142220/http://wiki.winehq.org/ImportanceOfWine . live .
- Web site: https://web.archive.org/web/20010511055620/http://www.gamespy.com/articles/may01/wine/ . 11 May 2001 . dead . Ports vs. Wine . . James . Hills .
- Web site: An Interview With A Linux Game Porter . https://web.archive.org/web/20160701175921/http://www.phoronix.com/scan.php?page=article&item=linux_gaming_frank&num=3 . 1 July 2016 . live . . 3 July 2009 . Michael . Larabel . Michael Larabel.
- Web site: Is the Best Place to Run Old Windows Software... on Linux or a Mac?. Vulcan Hammer. Don. Warrington. 11 May 2020. 16 February 2023. 17 February 2023. https://web.archive.org/web/20230217003013/https://vulcanhammer.info/2020/05/11/is-the-best-place-to-run-old-windows-software-on-linux-or-a-mac/. live.
- Web site: Boxedwine can emulate Windows applications in web browsers. Corbin. Davenport. XDA Developers. 3 October 2021. 17 February 2023. 18 February 2023. https://web.archive.org/web/20230218001730/https://www.xda-developers.com/boxedwine-emulate-windows-applications-web-browsers/. live.
- Web site: Otvdm/winevdm: run old Windows software in 64-bit Windows. Edward. Mendelson. 12 January 2023. Columbia University. 17 February 2023. 9 February 2023. https://web.archive.org/web/20230209051159/http://www.columbia.edu/~em36/otvdm.html. live.
- Ivan Leo . Puoti . Microsoft genuine downloads looking for Wine . 18 February 2005 . wine-devel . 23 January 2006 . 7 April 2009 . https://web.archive.org/web/20090407002920/http://www.winehq.org/pipermail/wine-devel/2005-February/033868.html . live.
- Web site: Tung. Liam. Wine for running Windows 10 apps on Linux gets big upgrade. 26 November 2020. ZDNet. en. 25 October 2020. https://web.archive.org/web/20201025165041/https://www.zdnet.com/article/wine-for-running-windows-10-apps-on-linux-gets-big-upgrade/. live.