This is meant as generic instructions in case an AppDB entry
for a certain program doesn't exist.
- Make sure your Wine release is recent.
- You can run winecheck this handy tool is located in the /tools directory.
(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. There are five options you can choose from when setting
dll overrides, I will use commctrl here as a example.
"commctrl" = "native, builtin"
"commctrl" = "builtin, native "
"commctrl" = "native"
"commctrl" = "builtin"
"commctrl" = ""
- In case of persisting failure, you may want to read over the
Wine Documentation
and you may also want to read the
Wine FAQ.
- The many different way's of getting help.
- You can ask for help on the wine-users
mailing list.
- WineHQ has a newsgroup hosted by Usenet. You can read and post using a
newsgroup reader such as Mozilla
or Pan. or via the web at
Google.
- Freenode.net hosts a chat room for
Wine. You can access the chat room using an IRC program such as
X-Chat. Use the settings listed below.
Server: irc.freenode.net
Port: 6667
Channel: #winehq
- If you use Mozilla or any other browser that supports IRC urls, you can
join the chat by clicking on irc://irc.freenode.net/#winehq.
- If you have more questions, please contact us
at appdb@winehq.org.