Interesting. I guess it aborts at that point? Could you try running in gdb:
gdb --args python your_file.py

Then if it aborts:
t a a bt

Probably the traces make more sense if you install python-dbg and 
libpulse0-dbg.

Could you also check exactly which version of pulseaudio you have?
dpkg -l | grep pulse

Rob

Op dinsdag 24 februari 2015 21:03:38 UTC+1 schreef Kambiz Tavabi:
>
> I am running linuxmint17 (i.e., Ubuntu 14.04) on a 64bit machine and 
> trying to work with pyglet version 1.2.0 with python 2.7.9. lsmod returns
>
> snd_hda_codec_hdmi     46207  1 
>> snd_hda_codec_realtek    61438  1 
>> snd_usb_audio         153411  1 
>> snd_usbmidi_lib        29215  1 snd_usb_audio
>> snd_hda_intel          52355  6 
>> snd_hda_codec         192906  3 
>> snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
>> snd_hwdep              13602  2 snd_usb_audio,snd_hda_codec
>> snd_pcm               102099  4 
>> snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
>> snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
>> snd_seq_midi           13324  0 
>> snd_seq_midi_event     14899  1 snd_seq_midi
>> snd_rawmidi            30144  2 snd_usbmidi_lib,snd_seq_midi
>> snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
>> snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
>> snd_timer              29482  2 snd_pcm,snd_seq
>> snd                    69238  27 
>> snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
>> soundcore              12680  1 snd
>
>
>
> From what I can tell both pulseaudio and alsa drivers seem to be present. 
> System sounds, and all audioplay back works except for the following:
>
> import pyglet
>> src=pyglet.media.load('sound.wav')
>> src.play()
>
>
>  Inconsistency detected by ld.so: dl-open.c: 689: _dl_open: Assertion 
> `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
>
> What is that? Any ideas or fixes?
>

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to