1 .TH WINE 1 "July 2013" "@PACKAGE_STRING@" "Windows On Unix"
3 wine \- run Windows programs on Unix
6 .IR "program " [ arguments ]
12 For instructions on passing arguments to Windows programs, please see the
15 section of the man page.
18 loads and runs the given program, which can be a DOS, Windows
19 3.x, Win32 or Win64 executable (on 64-bit systems).
21 For debugging wine, use
25 For running CUI executables (Windows console programs), use
29 This will display the output in a separate window. Not using
31 for CUI programs will only provide very limited console support, and your
32 program might not function properly.
40 will simply print a small help message or its version respectively and exit.
42 The program name may be specified in DOS format
43 .RI ( C:\(rs\(rsWINDOWS\(rs\(rsSOL.EXE )
45 .RI ( /msdos/windows/sol.exe ).
46 You may pass arguments to the program being executed by adding them to the
47 end of the command line invoking
49 (such as: \fIwine notepad C:\(rs\(rsTEMP\(rs\(rsREADME.TXT\fR).
50 Note that you need to '\(rs' escape special characters (and spaces) when invoking Wine via
53 wine C:\(rs\(rsProgram\(rs Files\(rs\(rsMyPrg\(rs\(rstest.exe
55 It can also be one of the Windows executables shipped with Wine, in
56 which case specifying the full path is not mandatory, e.g. \fIwine
57 explorer\fR or \fIwine notepad\fR.
61 makes the environment variables of the shell from which it
62 is started accessible to the Windows/DOS processes started. So use the
63 appropriate syntax for your shell to enter environment variables you need.
66 If set, the contents of this variable is taken as the name of the directory where
67 Wine stores its data (the default is
69 This directory is also used to identify the socket which is used to
74 processes using the same
76 (i.e.: same user) share certain things like registry, shared memory,
80 to different values for different
82 processes, it is possible to run a number of truly independent
87 Specifies the path and name of the
89 binary. If not set, Wine will try to load
90 .IR @bindir@/wineserver ,
91 and if this doesn't exist it will then look for a file named
92 "wineserver" in the path and in a few other likely locations.
95 Specifies the path and name of the
97 binary to use to launch new Windows processes. If not set, Wine will
100 and if this doesn't exist it will then look for a file named "wine" in
101 the path and in a few other likely locations.
104 Turns debugging messages on or off. The syntax of the variable is
106 .RI [ class ][\fB+\fR|\fB-\fR] channel [,[ class2 ][\fB+\fR|\fB-\fR] channel2 ]
110 is optional and can be one of the following:
118 is not specified, all debugging messages for the specified
119 channel are turned on. Each channel will print messages about a particular
121 The following character can be either \fB+\fR or \fB-\fR to switch the specified
122 channel on or off respectively. If there is no
124 part before it, a leading \fB+\fR\fR can be omitted. Note that spaces are not
125 allowed anywhere in the string.
130 will turn on all warning messages (recommended for debugging).
133 WINEDEBUG=warn+dll,+heap
134 will turn on DLL warning messages and all heap messages.
137 WINEDEBUG=fixme-all,warn+cursor,+relay
138 will turn off all FIXME messages, turn on cursor warning messages, and turn
139 on all relay messages (API calls).
143 will turn on all relay messages. For more control on including or excluding
144 functions and dlls from the relay trace, look into the
145 .B HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Debug
148 For more information on debugging messages, see the
150 chapter of the Wine User Guide.
154 Specifies the path(s) in which to search for builtin dlls and Winelib
155 applications. This is a list of directories separated by ":". In
156 addition to any directory specified in
158 Wine will also look in
162 Defines the override type and load order of dlls used in the loading
163 process for any dll. There are currently two types of libraries that can be loaded
164 into a process address space: native windows dlls
165 .RI ( native ") and Wine internal dlls (" builtin ).
166 The type may be abbreviated with the first letter of the type
168 The library may also be disabled (''). Each sequence of orders must be separated by commas.
171 Each dll may have its own specific load order. The load order
172 determines which version of the dll is attempted to be loaded into the
173 address space. If the first fails, then the next is tried and so
174 on. Multiple libraries with the same load order can be separated with
175 commas. It is also possible to use specify different loadorders for
176 different libraries by separating the entries by ";".
178 The load order for a 16-bit dll is always defined by the load order of
179 the 32-bit dll that contains it (which can be identified by looking at
180 the symbolic link of the 16-bit .dll.so file). For instance if
181 \fIole32.dll\fR is configured as builtin, \fIstorage.dll\fR will be loaded as
182 builtin too, since the 32-bit \fIole32.dll\fR contains the 16-bit
187 WINEDLLOVERRIDES="comdlg32,shell32=n,b"
189 Try to load comdlg32 and shell32 as native windows dll first and try
190 the builtin version if the native load fails.
192 WINEDLLOVERRIDES="comdlg32,shell32=n;c:\(rs\(rsfoo\(rs\(rsbar\(rs\(rsbaz=b"
194 Try to load the libraries comdlg32 and shell32 as native windows dlls. Furthermore, if
195 an application request to load \fIc:\(rsfoo\(rsbar\(rsbaz.dll\fR load the builtin library \fIbaz\fR.
197 WINEDLLOVERRIDES="comdlg32=b,n;shell32=b;comctl32=n;oleaut32="
199 Try to load comdlg32 as builtin first and try the native version if
200 the builtin load fails; load shell32 always as builtin and comctl32
201 always as native; oleaut32 will be disabled.
205 Specifies the Windows architecture to support. It can be set either to
207 (support only 32-bit applications), or to
209 (support both 64-bit applications and 32-bit ones in WoW64 mode).
211 The architecture supported by a given Wine prefix is set at prefix
212 creation time and cannot be changed afterwards. When running with an
213 existing prefix, Wine will refuse to start if
215 doesn't match the prefix architecture.
218 Specifies the X11 display to use.
220 OSS sound driver configuration variables:
223 Set the device for audio input / output. Default
227 Set the device for mixer controls. Default
231 Set the MIDI (sequencer) device. Default
236 The Wine program loader.
238 .I @bindir@/wineconsole
239 The Wine program loader for CUI (console) applications.
241 .I @bindir@/wineserver
248 Directory containing Wine shared libraries
250 .I $WINEPREFIX/dosdevices
251 Directory containing the DOS device mappings. Each file in that
252 directory is a symlink to the Unix device file implementing a given
253 device. For instance, if COM1 is mapped to \fI/dev/ttyS0\fR you'd have a
254 symlink of the form \fI$WINEPREFIX/dosdevices/com1\fR -> \fI/dev/ttyS0\fR.
256 DOS drives are also specified with symlinks; for instance if drive D:
257 corresponds to the CDROM mounted at \fI/mnt/cdrom\fR, you'd have a symlink
258 \fI$WINEPREFIX/dosdevices/d:\fR -> \fI/mnt/cdrom\fR. The Unix device corresponding
259 to a DOS drive can be specified the same way, except with '::' instead
260 of ':'. So for the previous example, if the CDROM device is mounted
261 from \fI/dev/hdc\fR, the corresponding symlink would be
262 \fI$WINEPREFIX/dosdevices/d::\fR -> \fI/dev/hdc\fR.
264 Wine is available thanks to the work of many developers. For a listing
265 of the authors, please see the file
267 in the top-level directory of the source distribution.
269 Wine can be distributed under the terms of the LGPL license. A copy of the
270 license is in the file
272 in the top-level directory of the source distribution.
275 A status report on many applications is available from the
276 .UR http://appdb.winehq.org
277 .B Wine Application Database
279 Please add entries to this list for applications you currently run, if
282 Bugs can be reported on the
283 .UR http://bugs.winehq.org
287 The most recent public version of
289 is available through WineHQ, the
290 .UR http://www.winehq.org/
291 .B Wine development headquarters
297 .UR http://www.winehq.org/help
298 .B Wine documentation and support