blob: 879c36ab9afac86336abb1c68d3b9dd0d1bf5fa9 [file] [log] [blame]
Alexandre Julliardded30381995-07-06 17:18:27 +00001.\" -*- nroff -*-
Alexandre Julliard12a74992005-10-06 16:10:01 +00002.TH WINE 1 "October 2005" "@PACKAGE_STRING@" "Windows On Unix"
Alexandre Julliardded30381995-07-06 17:18:27 +00003.SH NAME
Douglas Ridgway692389d1998-11-22 16:56:44 +00004wine \- run Windows programs on Unix
Alexandre Julliardded30381995-07-06 17:18:27 +00005.SH SYNOPSIS
Frédéric Delanoydb7928c2010-04-09 01:29:57 +02006.BI "wine " program
7[arguments ... ]
Dimitrie O. Paunf950d972004-05-06 23:51:43 +00008.br
9.B wine --help
10.br
11.B wine --version
James Juran38a3d261999-01-01 18:45:52 +000012.PP
Andreas Mohr70c82e82002-10-29 23:13:01 +000013For instructions on passing arguments to Windows programs, please see the
James Juran38a3d261999-01-01 18:45:52 +000014.B
15PROGRAM/ARGUMENTS
16section of the man page.
Alexandre Julliardded30381995-07-06 17:18:27 +000017.SH DESCRIPTION
18.B wine
Alexandre Julliardbb4ddfe2003-12-05 00:17:41 +000019loads and runs the given program, where the program is a DOS, Windows
203.x, or Win32 executable (x86 binaries only).
Alexandre Julliardded30381995-07-06 17:18:27 +000021.PP
Andreas Mohr6f83a5e2000-07-16 15:43:07 +000022For debugging wine, use
23.B winedbg
Andreas Mohr6f83a5e2000-07-16 15:43:07 +000024instead.
25.PP
Eric Pouech0b83d4c2001-11-23 23:04:58 +000026For running CUI executables (Windows console programs), use
27.B wineconsole
28instead of
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020029.BR wine .
Alexandre Julliardbb4ddfe2003-12-05 00:17:41 +000030This will display all the output in a separate windows (this requires X11 to
Eric Pouech0b83d4c2001-11-23 23:04:58 +000031run). Not using
32.B wineconsole
33for CUI programs will only provide very limited console support, and your
34program might not function properly.
35.PP
Dimitrie O. Paunf950d972004-05-06 23:51:43 +000036When invoked with
37.B --help
38or
39.B --version
40as the only argument,
41.B wine
42will simply print a small help message or its version respectively and exit.
Alexandre Julliardded30381995-07-06 17:18:27 +000043.SH PROGRAM/ARGUMENTS
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020044The program name may be specified in DOS format
45.RI ( C:\(rs\(rsWINDOWS\(rs\(rsSOL.EXE )
46or in Unix format
47.RI ( /msdos/windows/sol.exe ).
48You may pass arguments to the program being executed by adding them to the
49end of the command line invoking
Alexandre Julliardded30381995-07-06 17:18:27 +000050.B wine
Andreas Mohrda920ee2001-08-09 21:16:55 +000051(such as: wine notepad C:\(rs\(rsTEMP\(rs\(rsREADME.TXT).
52Note that you need to '\(rs' escape special characters (and spaces) when invoking Wine via
53a shell, e.g.
54.PP
55wine C:\(rs\(rsProgram\(rs Files\(rs\(rsMyPrg\(rs\(rstest.exe
56.PP
Alexandre Julliardd6baf1b1999-07-18 15:47:22 +000057.SH ENVIRONMENT VARIABLES
58.B wine
59makes the environment variables of the shell from which
60.B wine
61is started accessible to the windows/dos processes started. So use the
62appropriate syntax for your shell to enter environment variables you need.
Peter Ganten48320f72000-06-03 20:43:41 +000063.TP
64.I WINEPREFIX
Andreas Mohrff96f912000-11-28 22:35:20 +000065If set, the content of this variable is taken as the name of the directory where
Peter Ganten48320f72000-06-03 20:43:41 +000066.B wine
Alexandre Julliard32fcfc22000-11-30 01:15:30 +000067stores its data (the default is
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020068.IR $HOME/.wine ).
69This directory is also used to identify the socket which is used to
Alexandre Julliard553a75e2004-04-29 00:27:57 +000070communicate with the
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020071.IR wineserver .
Peter Ganten48320f72000-06-03 20:43:41 +000072All
73.B wine
Andreas Mohrff96f912000-11-28 22:35:20 +000074processes using the same
Peter Ganten48320f72000-06-03 20:43:41 +000075.B wineserver
Lawson Whitneyb37b8632001-08-06 17:49:11 +000076(i.e.: same user) share certain things like registry, shared memory,
77and config file.
Andreas Mohrff96f912000-11-28 22:35:20 +000078By setting
Peter Ganten48320f72000-06-03 20:43:41 +000079.I WINEPREFIX
80to different values for different
81.B wine
82processes, it is possible to run a number of truly independent
83.B wine
84processes.
Alexandre Julliard32fcfc22000-11-30 01:15:30 +000085.TP
86.I WINESERVER
87Specifies the path and name of the
88.B wineserver
Alexandre Julliard35363162002-05-22 21:32:49 +000089binary. If not set, Wine will try to load
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020090.BR @bindir@/wineserver ,
Alexandre Julliard8c08ceb2002-05-23 19:35:18 +000091and 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.
Alexandre Julliard32fcfc22000-11-30 01:15:30 +000093.TP
94.I WINELOADER
95Specifies the path and name of the
96.B wine
Alexandre Julliard35363162002-05-22 21:32:49 +000097binary to use to launch new Windows processes. If not set, Wine will
98try to load
Frédéric Delanoydb7928c2010-04-09 01:29:57 +020099.BR @bindir@/wine ,
Alexandre Julliard8c08ceb2002-05-23 19:35:18 +0000100and if this doesn't exist it will then look for a file named "wine" in
Alexandre Julliard35363162002-05-22 21:32:49 +0000101the path and in a few other likely locations.
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000102.TP
Alexandre Julliardbb4ddfe2003-12-05 00:17:41 +0000103.I WINEDEBUG
104Turns debugging messages on or off. The syntax of the variable is
Alexandre Julliard8a372972004-03-11 23:22:29 +0000105of the form
106.RI [ class ][+/-] channel [,[ class2 ][+/-] channel2 ].
107.RS +7
108.PP
109.I class
110is optional and can be one of the following:
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200111.BR err ,
112.BR warn ,
113.BR fixme ,
Alexandre Julliard8a372972004-03-11 23:22:29 +0000114or
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200115.BR trace .
Alexandre Julliard8a372972004-03-11 23:22:29 +0000116If
117.I class
118is not specified, all debugging messages for the specified
119channel are turned on. Each channel will print messages about a particular
120component of
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200121.BR wine .
Alexandre Julliard8a372972004-03-11 23:22:29 +0000122The following character can be either + or - to switch the specified
123channel on or off respectively. If there is no
124.I class
125part before it, a leading + can be omitted. Note that spaces are not
126allowed anywhere in the string.
127.PP
128Examples:
129.TP
130WINEDEBUG=warn+all
131will turn on all warning messages (recommended for debugging).
132.br
133.TP
134WINEDEBUG=warn+dll,+heap
135will turn on DLL warning messages and all heap messages.
136.br
137.TP
138WINEDEBUG=fixme-all,warn+cursor,+relay
139will turn off all FIXME messages, turn on cursor warning messages, and turn
140on all relay messages (API calls).
141.br
142.TP
143WINEDEBUG=relay
144will turn on all relay messages. For more control on including or excluding
145functions and dlls from the relay trace look into the [Debug] section
146of the wine configuration file.
147.PP
148For more information on debugging messages, see the
149.I Running Wine
150chapter of the Wine User Guide.
151.RE
Alexandre Julliardbb4ddfe2003-12-05 00:17:41 +0000152.TP
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000153.I WINEDLLPATH
Alexandre Julliard35363162002-05-22 21:32:49 +0000154Specifies the path(s) in which to search for builtin dlls and Winelib
155applications. This is a list of directories separated by ":". In
156addition to any directory specified in
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200157.IR WINEDLLPATH ,
Alexandre Julliard35363162002-05-22 21:32:49 +0000158Wine will also look in
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200159.BR @dlldir@ .
Alexandre Julliard26320d12001-03-23 23:45:45 +0000160.TP
Alexandre Julliard20525382003-09-25 20:33:41 +0000161.I WINEDLLOVERRIDES
162Defines the override type and load order of dlls used in the loading
163process for any dll. The default is set in the configuration
164file. There are currently two types of libraries that can be loaded
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200165into a process' address space: native windows dlls
166.RI ( native ),
Alexandre Julliard20525382003-09-25 20:33:41 +0000167.B wine
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200168internal dlls
169.RI ( builtin ).
170The type may be abbreviated with the first letter of the type
171.RI ( n ", " b ).
172The library may also be disabled (''). Each sequence of orders must be separated by commas.
Alexandre Julliard8a372972004-03-11 23:22:29 +0000173.RS
174.PP
Alexandre Julliard20525382003-09-25 20:33:41 +0000175Each dll may have its own specific load order. The load order
176determines which version of the dll is attempted to be loaded into the
177address space. If the first fails, then the next is tried and so
178on. Multiple libraries with the same load order can be separated with
179commas. It is also possible to use specify different loadorders for
180different libraries by separating the entries by ";".
Alexandre Julliard8a372972004-03-11 23:22:29 +0000181.PP
Alexandre Julliard74121252004-01-05 21:19:22 +0000182The load order for a 16-bit dll is always defined by the load order of
183the 32-bit dll that contains it (which can be identified by looking at
184the symbolic link of the 16-bit .dll.so file). For instance if
185ole32.dll is configured as builtin, storage.dll will be loaded as
186builtin too, since the 32-bit ole32.dll contains the 16-bit
187storage.dll.
Alexandre Julliard8a372972004-03-11 23:22:29 +0000188.PP
Alexandre Julliard20525382003-09-25 20:33:41 +0000189Examples:
Alexandre Julliard20525382003-09-25 20:33:41 +0000190.TP
Alexandre Julliard74121252004-01-05 21:19:22 +0000191WINEDLLOVERRIDES="comdlg32,shell32=n,b"
Alexandre Julliard20525382003-09-25 20:33:41 +0000192.br
Alexandre Julliard74121252004-01-05 21:19:22 +0000193Try to load comdlg32 and shell32 as native windows dll first and try
Alexandre Julliard20525382003-09-25 20:33:41 +0000194the builtin version if the native load fails.
195.TP
Alexandre Julliard74121252004-01-05 21:19:22 +0000196WINEDLLOVERRIDES="comdlg32,shell32=n;c:\(rs\(rsfoo\(rs\(rsbar\(rs\(rsbaz=b"
Alexandre Julliard20525382003-09-25 20:33:41 +0000197.br
Alexandre Julliard74121252004-01-05 21:19:22 +0000198Try to load the libraries comdlg32 and shell32 as native windows dlls. Furthermore, if
Alexandre Julliard20525382003-09-25 20:33:41 +0000199an application request to load c:\(rsfoo\(rsbar\(rsbaz.dll load the builtin library baz.
200.TP
Austin English5e10ef02008-01-10 16:11:11 -0600201WINEDLLOVERRIDES="comdlg32=b,n;shell32=b;comctl32=n;oleaut32="
Alexandre Julliard20525382003-09-25 20:33:41 +0000202.br
Alexandre Julliard74121252004-01-05 21:19:22 +0000203Try to load comdlg32 as builtin first and try the native version if
204the builtin load fails; load shell32 always as builtin and comctl32
Austin English5e10ef02008-01-10 16:11:11 -0600205always as native. Oleaut32 will be disabled.
Alexandre Julliard20525382003-09-25 20:33:41 +0000206.RE
207.TP
Alexandre Julliard26320d12001-03-23 23:45:45 +0000208.I DISPLAY
209Specifies the X11 display to use.
Vitaliy Margolenb7addaa2007-10-20 11:49:02 -0600210.TP
211OSS sound driver configuration variables
212.TP
213.I AUDIODEV
214Set the device for audio input / output. Default
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200215.BR /dev/dsp .
Vitaliy Margolenb7addaa2007-10-20 11:49:02 -0600216.TP
217.I MIXERDEV
218Set the device for mixer controls. Default
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200219.BR /dev/mixer .
Vitaliy Margolenb7addaa2007-10-20 11:49:02 -0600220.TP
221.I MIDIDEV
222Set the MIDI (sequencer) device. Default
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200223.BR /dev/sequencer .
Alexandre Julliard553a75e2004-04-29 00:27:57 +0000224.SH FILES
225.TP
226.I @bindir@/wine
227The
228.B wine
229program loader.
230.TP
231.I @bindir@/wineconsole
232The
233.B wine
234program loader for CUI (console) applications.
235.TP
236.I @bindir@/wineserver
237The
238.B wine
239server
240.TP
241.I @bindir@/winedbg
242The
243.B wine
244debugger
245.TP
Alexandre Julliard553a75e2004-04-29 00:27:57 +0000246.I @dlldir@
247Directory containing
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200248.BR wine 's
Alexandre Julliard553a75e2004-04-29 00:27:57 +0000249shared libraries
250.TP
Alexandre Julliard553a75e2004-04-29 00:27:57 +0000251.I $WINEPREFIX/dosdevices
252Directory containing the DOS device mappings. Each file in that
253directory is a symlink to the Unix device file implementing a given
254device. For instance, if COM1 is mapped to /dev/ttyS0 you'd have a
255symlink of the form $WINEPREFIX/dosdevices/com1 -> /dev/ttyS0.
256.br
257DOS drives are also specified with symlinks; for instance if drive D:
258corresponds to the CDROM mounted at /mnt/cdrom, you'd have a symlink
259$WINEPREFIX/dosdevices/d: -> /mnt/cdrom. The Unix device corresponding
260to a DOS drive can be specified the same way, except with '::' instead
261of ':'. So for the previous example, if the CDROM device is mounted
262from /dev/hdc, the corresponding symlink would be
263$WINEPREFIX/dosdevices/d:: -> /dev/hdc.
Alexandre Julliardded30381995-07-06 17:18:27 +0000264.SH AUTHORS
Peter Gantenf35cdc82000-04-04 18:57:19 +0000265.B wine
Alexandre Julliard642d3131998-07-12 19:29:36 +0000266is available thanks to the work of many developers. For a listing
267of the authors, please see the file
268.B AUTHORS
269in the top-level directory of the source distribution.
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000270.SH COPYRIGHT
271.B wine
Andriy Palamarchuk1827e7d12002-05-08 23:14:19 +0000272can be distributed under the terms of the LGPL license. A copy of the
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000273license is in the file
Alexandre Julliard553a75e2004-04-29 00:27:57 +0000274.B COPYING.LIB
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000275in the top-level directory of the source distribution.
Alexandre Julliardded30381995-07-06 17:18:27 +0000276.SH BUGS
Alexandre Julliardded30381995-07-06 17:18:27 +0000277.PP
Andreas Mohrff96f912000-11-28 22:35:20 +0000278A status report on many applications is available from
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200279.IR http://appdb.winehq.org .
Marco Schuster0bd72d02007-12-11 17:17:45 +0100280Please add entries to this list for applications you currently run, if
281there is no entry for this application.
Alexandre Julliardded30381995-07-06 17:18:27 +0000282.PP
Andriy Palamarchuk1827e7d12002-05-08 23:14:19 +0000283Bug reports may be posted to Wine Bugzilla
Dimitrie O. Paunc0232542003-11-26 03:55:01 +0000284.I http://bugs.winehq.org
André Hentschel68632902010-03-31 16:08:03 +0200285If you want to post a bug report, please see
286.I http://wiki.winehq.org/Bugs
Peter Gantenf35cdc82000-04-04 18:57:19 +0000287in the
288.B wine
Andriy Palamarchuk1827e7d12002-05-08 23:14:19 +0000289source to see what information is necessary
James Juran8d01e081998-11-27 16:06:08 +0000290.PP
Andriy Palamarchuk1827e7d12002-05-08 23:14:19 +0000291Problems and suggestions with this manpage please also report to
Dimitrie O. Paunc0232542003-11-26 03:55:01 +0000292.I http://bugs.winehq.org
Alexandre Julliardded30381995-07-06 17:18:27 +0000293.SH AVAILABILITY
294The most recent public version of
295.B wine
Alexandre Julliard8a372972004-03-11 23:22:29 +0000296can be downloaded from
297.I http://www.winehq.org/download
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +0000298.PP
Alexandre Julliard4e474032006-08-23 15:59:14 +0200299The latest snapshot of the code may be obtained via GIT. For information
James Juran47142a41998-10-21 15:18:52 +0000300on how to do this, please see
301.I
Alexandre Julliard4e474032006-08-23 15:59:14 +0200302http://www.winehq.org/site/git
James Juran47142a41998-10-21 15:18:52 +0000303.PP
Douglas Ridgway692389d1998-11-22 16:56:44 +0000304WineHQ, the
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +0000305.B wine
Douglas Ridgway692389d1998-11-22 16:56:44 +0000306development headquarters, is at
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200307.IR http://www.winehq.org .
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +0000308This website contains a great deal of information about
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200309.BR wine .
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +0000310.PP
Peter Gantenf35cdc82000-04-04 18:57:19 +0000311For further information about
Andreas Mohrff96f912000-11-28 22:35:20 +0000312.B wine
313development, you might want to subscribe to the
Peter Gantenf35cdc82000-04-04 18:57:19 +0000314.B wine
Andriy Palamarchuk1827e7d12002-05-08 23:14:19 +0000315mailing lists at
Alexandre Julliardbb4ddfe2003-12-05 00:17:41 +0000316.I http://www.winehq.org/forums
Peter Gantenf35cdc82000-04-04 18:57:19 +0000317
Alexandre Julliard32fcfc22000-11-30 01:15:30 +0000318.SH "SEE ALSO"
Frédéric Delanoydb7928c2010-04-09 01:29:57 +0200319.BR wineserver (1),
320.BR winedbg (1)