USBSID-Pico not connected error log
Versatile Commodore Emulator
Brought to you by:
blackystardust,
gpz
When running x64sc using latest VICE version (GTK3VICE-3.10-win64-r46036), a warning/error log appears stating "USBSID-Pico not connected". I noticed that r46028 was the first version where it starting doing this. I'm not sure, but is this related to using a Raspberry Pi Pico? For my example, I'm just using Windows 11 and running "x64sc -silent" on the command line which produces this warning/error log. I'm not using a Raspberry Pi Pico.
It is related to https://github.com/LouDnl/USBSID-Pico
The message is harmless however (but you are right, it shouldn't be there)
That message should indeed be supressed, thanks for pointing it out.
Here's the fix @gpz
applied in r46037 - thanks!
Thanks for the quick response! I just ran some tests with r46037 and its fixed now!