![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
WineHQ Forums - Index page
Jan 31, 2025 · Last visit was: Sun Feb 02, 2025 7:06 pm. It is currently Sun Feb 02, 2025 7:06 pm
How to make Wine run its applications as a user profile, not an ...
And that's the problem under Wine, it reports being user Administrator, not only a privileged user, probably as an easy way to bypass TrustedInstaller's needs for admin privileges, as you mentioned. – Bruno Finger
16 bit windows under Win64 using Wine? - Super User
Aug 12, 2013 · In many cases, Wine can offer better legacy support than newer versions of Windows with "Compatibility Mode". As illustrated by screenshot on the left, Wine can run 16-bit Windows programs on a 64-bit operating system, which uses an x86-64 (64-bit) CPU. 64-bit versions of Microsoft Windows cannot run 16-bit Windows programs
wine - How can I run DirectX games on Linux? - Super User
May 3, 2015 · That is a pretty old guide. To install DirectX, I suggest using a new tool included with wine called winetricks. This tool allows a simple way to: install some basic components (typically Microsoft DLLs and fonts) and tweak settings required for some applications to run correctly under Wine.
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 application will run slowly. While technically true, Wine is no different from any other software library in this regard; even newer versions of Windows must load extra resources ...
How to give wine a path to existing dll files - Super User
May 15, 2017 · Wine "zsh: segmentation fault wine programname.exe", but suspicons about invalid file path Hot Network Questions Why does the voltage drop across a given resistor change when I add more resistors to a circuit?
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, other than running this script under Windows like it was designed to do, is to do is remove the check entirely.
Where is my user's home folder in Ubuntu? - Super User
It's also worth noting that on Linux, files/folders that start with a '.' are considered hidden, and so the .wine folder won't appear in the file manager's listing unless you show hidden files. You can do this by pressing Ctrl+H, or from the View menu > Show Hidden Files.
Where does Wine put downloaded files? - Super User
Apr 7, 2014 · Have a look in .wine/drive_c in your home directory, which is visible to applications running under Wine. And if you can, try to figure out exactly where the Windows program is saving things, relative to wine's virtualized filesystem. c:/ is in ~/.wine/drive_c, while z:/ is an alias for / on your Linux filesystem.
How can I resolve the error "cannot execute binary file"?
Jun 13, 2012 · PATH is an environment variable which contains a list of folders which the shell searches for programs.ls for example, usually refers to /bin/ls, and your shell finds it by going through the folders listed in PATH one-by-one until it finds it, or …