2005-02-09 23:59:09 +00:00
<!--TITLE: General help on running appliations under Wine -->
2004-03-15 16:22:00 +00:00
This is meant as generic instructions in case an AppDB entry
for a certain program doesn't exist.
<ol>
2004-03-24 15:43:10 +00:00
<li> Make sure your Wine release is recent.</li><p>
<ul>
<li><a href="http://www.winehq.org/site/download"> Official WineHQ builds</a>
for Linux Red Hat, Mandrake, SuSE, Slackware and FreeBSD, hosted by
<a href="http://sourceforge.net/project/showfiles.php?group_id=6241">SourceForge.net</a>.</li>
<li><a href="http://www.winehq.org/site/cvs">Official WineHQ Source</a> for information on how to
2005-01-10 22:15:44 +00:00
build and install Wine via source read over the
2004-03-24 15:43:10 +00:00
<a href="http://www.winehq.org/site/howto"> Wine HowTo</a>.</li>
</ul>
2004-03-15 16:22:00 +00:00
<p>
<li> Run your program</li><p>
2006-12-02 17:28:57 +00:00
<li> If it gives an error about missing files, or does not start at all, try running it from the directory where it was installed.</li><p>
<li> Many newer games contain copy protection, which is often not supported in Wine. Cracks are available from sites such as <a href="http://www.megagames.com/trainers.html" target="_blank">MegaGames</a>.</li><p>
2004-03-15 16:22:00 +00:00
<li> In case of failure, try different builtin, native DLL settings:
Run Wine with --debugmsg +loaddll to find out which
2005-01-29 00:45:59 +00:00
DLLs are loaded as native or builtin.
2004-03-15 16:22:00 +00:00
Then make sure appropriate native versions are in the
2006-12-02 17:28:57 +00:00
c:\windows\system32 directory as configured in Winecfg’s DLL overrides tab. There are four options you can choose from when setting
dll overrides.</li><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>
<li> In case of persisting failure, you may want to read over the
<a href="http://www.winehq.org/site/documentation">Wine Documentation</a>
and you may also want to read the
<a href="http://www.winehq.org/site/docs/wine-faq/index">Wine FAQ</a>.</li><p>
2006-12-02 17:28:57 +00:00
<li> The Wine <a href="http://winehq.org/site/getting_help">'Getting Help'</a> page shows the current methods of getting help with Wine.</li><p>
2004-03-15 16:22:00 +00:00
<li> If you have more questions, please contact us
2004-05-13 20:34:17 +00:00
at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.</li></p>
2004-03-15 16:22:00 +00:00
</ol>
<p> </p>