Version 1.7
Application Details:
Version: | 1.7.x |
License: | Retail |
URL: | https://ottoaudio.net/products... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 9.7-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
For the VST3 plugin, a wrapper is required.
I tested yabridge 5.1.0 for this purpose.
The plugin itself works flawlessly, with all functions operating smoothly. It's responsive and doesn't introduce any additional latency.
What does not
Wine-Stagin 9-5 to 9.7 is not working properly with yabridge wrapper
Workarounds
WORKAROUND:
Wine-staging 9.7 requires a temporary fix,
which involves editing the yabridge-host.exe file and changing "wine" to "wine64" on line 33.
file_path="$HOME/.local/share/yabridge/yabridge-host.exe"
&& line_number=33 && search_regex="wine" &&
replacement="wine64" && if [ -f "$file_path" ]; then sed -i
"${line_number}s/$search_regex/$replacement/" "$file_path" &&
echo "'wine' changed to 'wine64' in $line_number in $file_path."; else
echo "$file_path not exists"; fi
What was not tested
nothing
Hardware tested
Graphics:
Additional Comments
Wine-staging 9.7 requires a temporary fix,
which involves editing the yabridge-host.exe file and changing "wine" to "wine64" on line 33.
file_path="$HOME/.local/share/yabridge/yabridge-host.exe"
&& line_number=33 && search_regex="wine" &&
replacement="wine64" && if [ -f "$file_path" ]; then sed -i
"${line_number}s/$search_regex/$replacement/" "$file_path" &&
echo "'wine' changed to 'wine64' in $line_number in $file_path."; else
echo "$file_path not exists"; fi
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Debian GNU/Linux 12.x Bookworm | May 03 2024 | 9.7-staging | Yes | Yes | Yes | Gold | Krzysztof Sikora |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.