mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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
|
- 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.
|
working correctly by running one of the VST host applications manually.
|
||||||
Assuming that yabridge is installed under `~/.local/share/yabridge`, then
|
Assuming that yabridge is installed under `~/.local/share/yabridge`, then
|
||||||
running `~/.local/share/yabridge/yabridge-host.exe` in a terminal should print
|
running `~/.local/share/yabridge/yabridge-host.exe` directly (so _not_
|
||||||
a few messages related to Wine's startup process followed by the following
|
`wine ~/.local/share/yabridge/yabridge-host.exe`, that won't work) in a
|
||||||
line:
|
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>
|
Usage: yabridge-host.exe <vst_plugin_dll> <unix_domain_socket>
|
||||||
|
|||||||
Reference in New Issue
Block a user