Questions tagged [wine]
Open Source Software for running Windows applications on other operating systems. Use this tag for questions about installing or using Wine.
532 questions
3 votes
1 answer
92 views
Wine cmd automatically escapes quotes, adds backslash
$ wine cmd /c 'echo "hello world"' \"hello world\" Where do the backslashes come from? The command behaves differently in an interactive session: $ wine cmd Microsoft Windows 6.1....
0 votes
0 answers
33 views
VSTs run with LinVst use huge amount of RAM per instance
I'm trying to use a fairly average plugin in terms of CPU and RAM usage in Windows - Adam Szabo's Viper. In Windows it uses about 100MB per instance while running it through LinVst is uses 4GB per ...
0 votes
0 answers
103 views
Is there a way to quickly switch DXVK on or off?
I use a wineprefix for music production and some plugins require DXVK while others have problems with it. Ideally I could separate them, but currently that doesn't work and I set this up before I knew ...
0 votes
0 answers
87 views
How to get an application running under Wine to send command output directly to the CMD console?
My Windows' app, when run under Wine (wine-9.0 (Ubuntu 9.0~repack-4build3)) is unable to write anything to the CMD console, in order to see the output I have to redirect it to a file and then open ...
0 votes
1 answer
187 views
How to run a host linux command tool from wine?
Inside cmd.exe from wine, how to run /bin/ls and get output into cmd.exe, no DISPLAY, cli only. I know start /unix exists, but this attempt to launch an external job/window. I am in terminal only, and ...
0 votes
0 answers
23 views
how to determine to what .dll we need to rename the files extracted with cabextract?
how to determine to what .dll we need to rename the files extracted with cabextract? ex.: $ cabextract -l vc_redist.x64.exe ... 204800 | 16.08.2024 06:10:42 | a10 10869002 | 16.08.2024 05:37:14 |...
0 votes
1 answer
188 views
How to use Windows app Teltonika Configurator (MS .NET) on Linux? (how to use Wine or mono or other solution)
I have been a Debian user for many years, but at a basic level. Now I need to work with an application available only for Windows - Teltonika Configurator (version for GH5200 tracker): https://wiki....
0 votes
1 answer
264 views
Bottles (Wine) - The "bottles-cli" is not passing arguments to the program it runs
The Bottles (Wine) CLI (bottles-cli) is not passing arguments to the program it runs ("run" option). In the example below, the Notepad++ program does not receive the arguments -multiInst -...
0 votes
0 answers
150 views
Guix patching is different than doing it manually
I'm trying to build wine-staging from a custom Guix package definition (wine-10.scm) that I've created, based on the official Guix package definitions for Wine. My goal is to build a newer version of ...
1 vote
0 answers
410 views
Bottles (Wine) network speed is much slower than system's speed
I'm running Bottles on Debian 12. Trying to install a program, I get at most 13Mb/s, and I always get a 10600 error at the end of the download part of the install (it takes about 45 min), so it fails. ...
0 votes
1 answer
197 views
Using PyInstaller with Wine: Path Issue Between Linux and Wine Environment
I have this linux distro: Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2024.4 Codename: kali-rolling I have wine installed correctly wine-9.0 and I installed a ...
0 votes
1 answer
676 views
How to enable Pen Pressure in Clip Studio Paint installed via Bottles? (Linux Mint)
I have Clip Studio Paint version 2.2.0 installed. It sees my graphics tablet as a mouse. My OS: Linux Mint 22 Wilma / Cinnamon Dependencies that I downloaded: vcrun 2019 and 2015 fonts ...
2 votes
0 answers
598 views
Ubuntu 24.04 - 64bits - Install wine32:i386
These commands was executed previously sudo apt autoclean sudo apt autoremove sudo apt -f install sudo apt --fix-broken install Now, Wine recommends me to install wine32:i386 so I proceed to install ...
2 votes
1 answer
557 views
Wine Converted App (Fox Weiqi) Not Showing Chinese (or CJK) Characters
I'm able to run the Fox Weiqi client (the foreign version) perfectly with Wine. And I can type and see CJK characters just fine on apps (I use FCITX). Is Wine not able to access these characters by ...
0 votes
1 answer
151 views
Adding a Wine `.lnk` Program to Rofi
I was able to add a program (KaTrain) — which I installed with pipx — to Rofi, following this nice answer: [Desktop Entry] Exec=/home/phili/.local/bin/katrain Type=Application Categories=Go Name=...