From ab4a5ae580f843647de6ad1d17adbd56559ea623 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 19 Jul 2020 21:59:52 +0200 Subject: [PATCH] Create an issue template for setup help --- .github/ISSUE_TEMPLATE/setup_help.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/setup_help.md diff --git a/.github/ISSUE_TEMPLATE/setup_help.md b/.github/ISSUE_TEMPLATE/setup_help.md new file mode 100644 index 00000000..494afa3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/setup_help.md @@ -0,0 +1,31 @@ +--- +name: Setup help +about: How do I install yabridge +title: "" +labels: "" +assignees: "" +--- + +Thanks for giving yabridge a shot! If you're having issues with plugins not working at all or scans timing out then make sure to check out the [troubleshooting common issues](https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues) section of the readme. `yabridgectl sync` will also try to diagnose most if these issues for you during setup. + +**Problem description** +A short description of the current situation. + +**System information** +- Operating system: [e.g. Manjaro, or Ubuntu 20.04] +- Wine version: [e.g. Wine Staging 5.13] +- Installation method: [symlinks/copies], [manual/yabridgectl] +- yabridge version: [e.g. 1.3.0, or commit a29f43a] + +**Debug log** +Please also include a debug log if possible. If you are having issues with yabridgectl, then you can omit this section. + +1. First make sure that there are no left over Wine processes left running in + the background using `wineserver -k`. +2. Launch your host from a terminal using + `env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 `, + e.g. `env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 bitwig-studio`. +3. Try to scan or load the plugin that has issues. +4. `/tmp/yabridge.log` should now contain a debug log. You can either attach + this log directly to the issue by dragging the file onto this text box, or + you could upload the contents to a website like GitHub gists or Hastebin.