About 54 results
Open links in new tab
  1. WineHQ Forums - Index page

    Apr 10, 2026 · Wine Help Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step. Forum Rules Subforums: Linux, macOS, Android

  2. Making USB work in Wine 4.0 (Ubuntu 19.04) - Super User

    Sep 1, 2019 · I succeeded in installing a Windows application in Ubuntu 19.04 (Disco Dingo) (I needed winetricks to install .NET 4.5). The application is configuration software for an electronic device with …

  3. How to convert the “/dev/ttyUSBn” to a COM port to use it with Wine …

    Starting from Wine 2.8, the simple symlink-editing method of configuration doesn't work. One has to configure COM ports by editing Wine registry. From Wine User's Guide/Other Things to …

  4. 16 bit windows under Win64 using Wine? - Super User

    Aug 12, 2013 · I wonder if anyone has tried the following approach to run a 16-bit application under Win64? I can install a VMware virtual machine, load Linux, and use Wine to simulate the old …

  5. How to add dll-override to wine config from command-line?

    A short version would be something like this, here we are adding a dll override for ddraw.dll: wine reg add "HKCU\Software\Wine\DllOverrides" /v ddraw /t REG_SZ /d "native,builtin" Remember to use …

  6. how do I run cmd files in wine as administrator? - Super User

    Jun 11, 2020 · How can I run a cmd file as an administrator in wine? It is not possible to elevate the process. The elevation of a command prompt on Linux doesn’t mean anything. The simplest thing, …

  7. How to give wine a path to existing dll files - Super User

    May 15, 2017 · I try to run a windows program, which relies on a .dll, which is neither in the current directory nor in the directory of the program. The documentation mentions that the "WINEDLLPATH" …

  8. linux - Why is wine "not an emulator"? - Super User

    Mar 20, 2017 · Wine does not do any CPU emulation - hence the name "Wine Is Not an Emulator." Some people argue that since Wine introduces an extra layer above the system a Windows …

  9. Installing Notepad++ via WINE on Ubuntu Linux - Super User

    The advices you've found when googling make sense. Linux users don't give such advices because they are elitist or mean or whatever. Some notorious text editors, notably vim and emacs, have both Linux …

  10. Installing .NET 4.0 Framework on Wine using Winetricks

    Sep 18, 2012 · Installing .NET 4.0 Framework on Wine using Winetricks Ask Question Asked 13 years, 7 months ago Modified 5 years, 8 months ago