riddlr wrote: > Hi Guys, > > I am having an issue for the last several months where the app starts, > shows the progress circle for a second and then crashes. Prior to this > it would crash when I selected the sound source drop down on the > properties page. Prior to that it worked great! Is there a log > somewhere that I could view? Sometime several months ago, I changed the code that retrieves the list of available output devices. Prior I would call squeezelite-win with the "-l" option in the background. squeezelite-win uses the the PortAudio library, so I incorporated the same library and called it the same way. There was an issue discussed around that time having to do with issues pertaining to certain output devices and their associated number of channels. squeezelite-win modified its code and I did likewise. But your description still makes me suspect and issue with calling PortAudio to retrieve the output devices. You can run squeezelite-win from a command window with the -l option and see what it returns. I can check my code and make sure I am doing the exact same thing squeezelite-win is doing and see if we find something. Also, if you have multiple PC's are you seeing this issue on all of them?
As for enabling a log file, you can enable a log file in settings as described above, but that won't work if you can't get there, obviously. If you are running the legacy installer (non Store App) version you can edit the registry to enable it. Set the key \HKEY_CURRENT_USER\Software\Squeezelite-X\EnableLogToFile = 1. This will create a logfile on the desktop called SlxLog.txt. You may also set the key \HKEY_CURRENT_USER\Software\Squeezelite-X\EnableDebugLogging=1, which will provide a little more verbose logging. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
