From 503720a9ca5782035ffbf41330e66fc9f4fbf045 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 19 Jul 2021 11:40:21 +0200 Subject: [PATCH] In the issue template, suggest clearing log first I get quite a few logs with a ton of cruft prepended to them, maybe this will help. --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++++--- .github/ISSUE_TEMPLATE/setup_help.md | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 90935abd..168391f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,9 +33,15 @@ Please also include a debug log if possible. If you are reporting an issue with 1. First make sure that there are no leftover 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`. +2. Launch your host from a terminal using: + + ```bash + rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 + ``` + + Where `` is the name of your host, like `bitwig-studio`, `reaper`, or + `ardour6`. + 3. Try to scan or load the plugin that's causing 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 diff --git a/.github/ISSUE_TEMPLATE/setup_help.md b/.github/ISSUE_TEMPLATE/setup_help.md index a838eec2..8a902a92 100644 --- a/.github/ISSUE_TEMPLATE/setup_help.md +++ b/.github/ISSUE_TEMPLATE/setup_help.md @@ -29,9 +29,15 @@ Please also include a debug log if possible. If you are having issues with yabri 1. First make sure that there are no leftover 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`. +2. Launch your host from a terminal using: + + ```bash + rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 + ``` + + Where `` is the name of your host, like `bitwig-studio`, `reaper`, or + `ardour6`. + 3. Try to scan or load the plugin that's causing 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