From fda353c4339c02089f79dac012f631ca3e57481c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 2 Dec 2006 17:28:57 +0000 Subject: [PATCH] Update the generic help page, by removing references to the wine config file and adding some new tips. Remove references to winecheck, this was removed from wine some years ago and remove specific 'where to get help' documentation and instead forward users to the Winehq 'getting help' page so there is one location for this information. --- help/generic.help | 50 +++++++++++------------------------------------ 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/help/generic.help b/help/generic.help index 763ec45..9b1dab3 100644 --- a/help/generic.help +++ b/help/generic.help @@ -17,26 +17,24 @@ for a certain program doesn't exist.

-

  • 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
  • +

  • If it gives an error about missing files, or does not start at all, try running it from the directory where it was installed.
  • + +

  • Many newer games contain copy protection, which is often not supported in Wine. Cracks are available from sites such as MegaGames.
  • +

  • 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. 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 an example.
  • +c:\windows\system32 directory as configured in Winecfg’s DLL overrides tab. There are four options you can choose from when setting +dll overrides.

    -"commctrl" = "native, builtin"
    -"commctrl" = "builtin, native "
    -"commctrl" = "native"
    -"commctrl" = "builtin"
    -"commctrl" = ""
    +(native, builtin)
    +(builtin, native)
    +(native)
    +(builtin)
     
    @@ -45,33 +43,7 @@ dll overrides, I will use commctrl here as an example.

    and you may also want to read the Wine FAQ.

    -

  • The many different way's of getting help.
  • - - +
  • The Wine 'Getting Help' page shows the current methods of getting help with Wine.
  • If you have more questions, please contact us at appdb@winehq.org.