2005-02-09 23:59:09 +00:00
<!--TITLE: General help on running appliations under Wine -->
2004-03-15 16:22:00 +00:00
2008-05-06 12:54:43 +10:00
<center>This is meant as a general guide in case an AppDB entry
for a certain program hasn't been created.</center>
2004-03-15 16:22:00 +00:00
<ol>
2008-05-06 12:54:43 +10:00
<li> Make sure your Wine release is recent.<p>
2004-03-24 15:43:10 +00:00
<ul>
2008-05-06 12:54:43 +10:00
<li><a href="http://www.winehq.org/site/download"> Official WineHQ builds</a>
for all the popular platforms and distributions, hosted by
2004-03-24 15:43:10 +00:00
<a href="http://sourceforge.net/project/showfiles.php?group_id=6241">SourceForge.net</a>.</li>
2008-05-06 12:54:43 +10:00
<li>Consult <a href="http://www.winehq.org/site/git">the git instructions</a> for information on obtaining the latest source.
<p>For how to build and install Wine via source consult the README or for building Wine on a 64bit GNU/Linux read over the
<a href="http://wiki.winehq.org/WineOn64bit">WineOn64bit wiki entry</a>.</li>
</ul>
</li>
<li><p>Run your program by changing into the directory where it is located, and then type 'wine yourprogram.exe'.
<br>Alternately your file manager should know to open .exe files with 'wine').</li>
2004-03-15 16:22:00 +00:00
2008-05-06 12:54:43 +10:00
<li><p>If there is an an error about missing files, or does not start at all, make sure you are in the directory where it was installed.</li>
2004-03-15 16:22:00 +00:00
2008-05-06 12:54:43 +10:00
<li><p> Many newer games contain copy protection, which is sometimes not supported in Wine. <br>Third party applications may be able to circumvent this,
when this is required an application cannot be rated higher than Gold</li>
2006-12-02 17:28:57 +00:00
2008-05-06 12:54:43 +10:00
<li><p> In case of failure, try different builtin, native DLL settings:
Run Wine with 'WINEDEBUG=+loaddll wine yourprogram.exe' to find out which
2005-01-29 00:45:59 +00:00
DLLs are loaded as native or builtin.
2008-05-06 12:54:43 +10:00
<br>Then make sure appropriate native versions are in the
c:\windows\system32 directory as configured in winecfg's DLL overrides tab.
<br>There are four options you can choose from when setting
dll overrides.<p>
2004-03-24 15:43:10 +00:00
<pre>
2006-12-02 17:28:57 +00:00
(native, builtin)
(builtin, native)
(native)
(builtin)
2004-03-24 15:43:10 +00:00
</pre>
2008-05-06 12:54:43 +10:00
</li>
<li><p> For sound problems, run ‘winecfg’ and look at the audio tab.</li>
2004-03-24 15:43:10 +00:00
2008-05-06 12:54:43 +10:00
<li><p> In case of persisting failure, you may want to read over the
2004-03-24 15:43:10 +00:00
<a href="http://www.winehq.org/site/documentation">Wine Documentation</a>
and you may also want to read the
2008-05-06 12:54:43 +10:00
<a href="http://www.winehq.org/site/docs/wine-faq/index">Wine FAQ</a>.</li>
2004-03-24 15:43:10 +00:00
2008-05-06 12:54:43 +10:00
<li><p> The Wine <a href="http://www.winehq.org/site/getting_help">'Getting Help'</a> page shows the current methods of getting help with Wine.</li>
2004-03-15 16:22:00 +00:00
2008-05-06 12:54:43 +10:00
<li><p> If you have more questions, please contact us
at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.</li>
2004-03-15 16:22:00 +00:00
</ol>
<p> </p>