mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Clarify that you can't run *.exe files using Wine
This has come up a few times, so it's probably worth being a bit more explicit about it.
This commit is contained in:
@@ -258,9 +258,10 @@ override the Wine prefix for all instances of yabridge.
|
||||
- If you're seeing errors related to Wine, then you can verify that Wine is
|
||||
working correctly by running one of the VST host applications manually.
|
||||
Assuming that yabridge is installed under `~/.local/share/yabridge`, then
|
||||
running `~/.local/share/yabridge/yabridge-host.exe` in a terminal should print
|
||||
a few messages related to Wine's startup process followed by the following
|
||||
line:
|
||||
running `~/.local/share/yabridge/yabridge-host.exe` directly (so _not_
|
||||
`wine ~/.local/share/yabridge/yabridge-host.exe`, that won't work) in a
|
||||
terminal should print a few messages related to Wine's startup process
|
||||
followed by the following line:
|
||||
|
||||
```
|
||||
Usage: yabridge-host.exe <vst_plugin_dll> <unix_domain_socket>
|
||||
|
||||
Reference in New Issue
Block a user