1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
|
In case streamtuner2 doesn't start up correctly, you can run it in a "debug mode". This could be set permanently via <kbd>F12</kbd> in the Configuration window, in the "System" tab, as "<kbd>x</kbd> Enable debug messages".
Now when streamtuner2 hangs at startup, you can use the command-line flag:
1. Open a console / terminal window
2. Enter following command:
2. Enter the following command:
streamtuner2 -D
And press <kbd>Enter</kbd>.
3. Watch the output for <b style="color:red">red error</b> messages.
Notes for <b>Windows</b>:<br>
* Coloring of debug messages is not supported on this platform.<br>
* On Windows you can start streamtuner2 in debug mode also from the Start Menu:
<Streamtuner2> <Extra> <Run in debug mode (-D)>
* Running streamtuner2 in console mode (without the Debug flag) is achieved via
<Streamtuner2> <Extra> <Run with console>
### Disable a single plugin (once).
If it's just a single channel plugin that hangs at startp, you could disable that:
If it's just a single channel plugin that hangs at startup, you could disable that:
streamtuner2 -d xiph
To make that permanent open the configuration and press <kbd>save</kbd>.
|