This is meant as generic instructions in case an AppDB entry
for a certain program doesn't exist.
- Make sure your Wine release is pretty recent.
Current possibilities are:
- Run winecheck
(chmod +x winecheck; ./winecheck)
to verify the most important aspects of Wine environment
configuration
- Run your program
- In case of failure, try different builtin, native DLL settings:
Run Wine with --debugmsg +loaddll to find out which
DLLs are loaded as native or builtin ones.
Then make sure appropriate native versions are in the
c:\windows\system directory as configured in your wine
config file, and then use either --dll DLL1, DLL2,...=n or
--dll DLL1,DLL2,...=b
to use native or builtin setting for certain DLLs, respectively.
- In case of persisting failure, check out
Wine Troubleshooting Guide
and read all of the available documentation at
WineHQ Support
- If that doesn't help, then ask people on
irc.openprojects.net
channel #WineHQ or on the
wine-users
mailing list.
- If you have more questions, please contact us
at appdb@codeweavers.com.