Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yabridgectl cannot set path or path-auto` #345

Open
1 task done
Eoin-ONeill-Yokai opened this issue May 31, 2024 · 0 comments
Open
1 task done

Yabridgectl cannot set path or path-auto` #345

Eoin-ONeill-Yokai opened this issue May 31, 2024 · 0 comments

Comments

@Eoin-ONeill-Yokai
Copy link

Thanks for giving yabridge a shot!

  • I read through both the troubleshooting and the known issues sections, and my issue wasn't listed there

Problem description

Due to the circumstances of my installation (trying to automate my container environment through a Dockerfile setup), I need to change my installation to a custom directory. This seems like a good use of yabridgectl set --path /usr/local/share/yabridge which is where my yabridge libraries are stored.

What did you expect to happen?

Either yabridgectl set --path /usr/local/share/yabridge allowing me to change the directory of my yabridge contents. And, if auto is enabled, I should be able to disable it with yabridge set --path-auto false.

What actually happened?

The following output happened with a main thread panic

eoinoneill@coeurl:~$ yabridgectl set --path /usr/local/share/yabridge
thread 'main' panicked at /github/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.3.21/src/parser/matches/arg_matches.rs:181:17:
arg `path_auto`'s `ArgAction` should be one of `SetTrue`, `SetFalse` which should provide a default
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

trying to change path_auto false then complains about the following:

eoinoneill@coeurl:~$ yabridgectl set --path-auto False
thread 'main' panicked at /github/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.3.21/src/parser/error.rs:32:9:
Mismatch between definition and access of `path_auto`. Could not downcast to TypeId { t: 324675245860759320943513204350442872190 }, need to downcast to TypeId { t: 263171357195085286585474072027052583236 }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Operating system

Docker, Ubuntu 22.04 Jammy

How did you install yabridge?

Releases page

yabridge version

5.1.0

yabridgectl version

5.1.0

Wine version

wine-9.9 (Staging)

Plugin

N/A

Plugin type

VST3

Plugin architecture

64-bit

Host

Bitwig-Studio

Desktop environment or WM

No response

GPU model

No response

GPU drivers and kernel

No response

Debug log

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant