mikeh49 wrote: > I think there is a problem with the sound system on the box I'm trying > to use Squeezelite-X on. I tried running squeezelite-win by itself and > squeezelite-win -l produces no output. > > > This is the output from another Win 7 box: > > > > With > Code: -------------------- > > squeezelite-win -o default -n Test -------------------- > > on this test box, it runs and I can control it with the Squeezelite-X > server interface. > > When I run squeezelite-win on the main box, I get: > > > Code: -------------------- > > D:\SqueezeliteX>squeezelite-win -o default -n Mike > [16:32:05.005] output_init_pa:597 error initialising port audio: Internal PortAudio error -------------------- > > > > Other sound related apps run OK. > > Update: same result as above when running from the Squeezelite-X > program directory. > > Thoughts?
PortAudio happens to be the library squeezelite uses to access audio devices. Its a cross platform library. I have no idea why but it is returning an error on this box. SLX just executes squeezelite-win.exe and it is failing. Generally if squeezelite fails for some reason SLX will detect it and provide the error message you saw "Squeezelitewin.exe aborted...check parameters". However, SLX also uses squeezelite to return the list of output devices and I never expected that to fail and was not detecting the failure there. On startup, SLX would do this in a background thread, and since it was not detecting the failure, the thread was not returning and you got a hang. So I eliminated that in the test version 2.4.2.1. In 2.4.2.1 SLX detected the failure of squeezelite and showed you the error. BUT, I have no idea why squeezelite is failing to initialize its PortAudio library and having an internal error. I would recommend going over to the squeezelite forum and asking there and maybe Ralphy can give you an answer. 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
