ralphy wrote: 
> It's not crashing for me just the unanticipated error from portaudio,
> then SL hangs
> 
> I'm running on XP and I've only seen this error opening a device using
> the direct sound api, using my portaudio.dll as the one included with SL
> doesn't have DS support.
> 
> 
> 
> Not at the moment,  I only briefly looked at it portaudio error.  I need
> to rebuild the dll with debug enabled so I can see what the actual error
> from the api is.
> 
> The spinning occurs on unix with portaudio as well.  When the call to
> output_init in main.c fails the code continues to call decode_init and
> then hangs in slimproto.
> 
> Sorry the debug is using my portaudio v18 port but it's the only other
> place I've seen the hang and I have all the debug tools handy.
> > 
Code:
--------------------
  >   > 
  > $ dbx squeezelite
  > For information about new features see `help changes'
  > To remove this message, put `dbxenv suppress_startup_message 7.7' in your 
.dbxrc
  > Reading squeezelite
  > Reading ld.so.1
  > Reading libpthread.so.1
  > Reading libsocket.so.1
  > Reading libnsl.so.1
  > Reading libdl.so.1
  > Reading librt.so.1
  > Reading libm.so.2
  > Reading libc.so.1
  > Reading libaio.so.1
  > Reading libmd.so.1
  > (dbx) run                                                                   
 
  > Running: squeezelite 
  > (process id 27714)
  > Reading libc_psr.so.1
  > [06:53:06.862985] output_init:1521 error initialising port audio: Host 
error.
  > 
--------------------
> > 

Thanks - it should probably exit at this point rather than return as it
is still holding lock so returning will cause the problem you see.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to