mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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.
This commit is contained in:
@@ -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
|
1. First make sure that there are no leftover Wine processes left running in the
|
||||||
background using `wineserver -k`.
|
background using `wineserver -k`.
|
||||||
2. Launch your host from a terminal using
|
2. Launch your host from a terminal using:
|
||||||
`env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>`,
|
|
||||||
e.g. `env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 bitwig-studio`.
|
```bash
|
||||||
|
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
||||||
|
`ardour6`.
|
||||||
|
|
||||||
3. Try to scan or load the plugin that's causing issues.
|
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
|
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
|
this log directly to the issue by dragging the file onto this text box, or
|
||||||
|
|||||||
@@ -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
|
1. First make sure that there are no leftover Wine processes left running in the
|
||||||
background using `wineserver -k`.
|
background using `wineserver -k`.
|
||||||
2. Launch your host from a terminal using
|
2. Launch your host from a terminal using:
|
||||||
`env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>`,
|
|
||||||
e.g. `env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 bitwig-studio`.
|
```bash
|
||||||
|
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
||||||
|
`ardour6`.
|
||||||
|
|
||||||
3. Try to scan or load the plugin that's causing issues.
|
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
|
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
|
this log directly to the issue by dragging the file onto this text box, or
|
||||||
|
|||||||
Reference in New Issue
Block a user