Whenever I copy text from Arkos Tracker application it has an extraneous byte 0 appended to it.
This may actually be a bug in Juce X11 port.
Example:
Normal behavior, select text from any X11 app, then in terminal run
xclip -o | hd
00000000 74 65 78 74 |text|
00000004
As you see, “text” is the content of the clipboard.
Now use the “copy” button in Arkos Tracker 2 error report, see that an extraneous byte “0” is appended.
xclip -o | hd
00000000 45 3a 20 41 6e 20 65 72 72 6f 72 20 6f 63 63 75 |E: An error occu|
00000010 72 72 65 64 20 77 68 69 6c 65 20 72 65 61 64 69 |rred while readi|
00000020 6e 67 20 74 68 65 20 73 61 6d 70 6c 65 20 64 61 |ng the sample da|
00000030 74 61 20 66 6f 72 20 74 68 65 20 69 6e 73 74 72 |ta for the instr|
00000040 75 6d 65 6e 74 20 31 32 0a 45 3a 20 55 6e 61 62 |ument 12.E: Unab|
00000050 6c 65 20 74 6f 20 72 65 61 64 20 74 68 65 20 69 |le to read the i|
00000060 6e 73 74 72 75 6d 65 6e 74 20 31 31 0a 00 |nstrument 11..|
0000006e
If you see user reports having problems with clipboard, this might be related.