mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Update error messages for chainloading changes
This commit is contained in:
@@ -79,13 +79,9 @@ void log_init_exception(const std::exception& error,
|
||||
|
||||
// Also show a desktop notification since most people likely won't see the
|
||||
// above message
|
||||
// FIXME: Go through these messages and update them to reflect the
|
||||
// chainloading changes
|
||||
send_notification(
|
||||
"Failed to initialize VST3 plugin",
|
||||
error.what() +
|
||||
"\nIf you just updated yabridge, then you may need to rerun "
|
||||
"'yabridgectl sync' first to update your plugins."s,
|
||||
error.what() + "\nCheck the plugin's output for more information"s,
|
||||
plugin_path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user