Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gxine throws an assertion
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
HomerSimpson
l33t
l33t


Joined: 25 Jan 2003
Posts: 869
Location: Ohio, USA

PostPosted: Mon Feb 06, 2006 3:13 am    Post subject: gxine throws an assertion Reply with quote

I did an strace and here are the last few lines:

Code:
access("/etc/asound.conf", R_OK)        = -1 EACCES (Permission denied)
access("/home/mike/.asoundrc", R_OK)    = 0
open("/home/mike/.asoundrc", O_RDONLY)  = 7
fstat64(7, {st_mode=S_IFREG|0600, st_size=349, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6346000
read(7, "pcm.ossmix {\n    type dmix\n    i"..., 131072) = 349
read(7, "", 131072)                     = 0
read(7, "", 131072)                     = 0
close(7)                                = 0
munmap(0xb6346000, 131072)              = 0
write(2, "gxine: conf.c:3144: snd_config_i"..., 106gxine: conf.c:3144: snd_config_iterator_first: Assertion `node->type == SND_CONFIG_TYPE_COMPOUND' failed.
) = 106
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(10333, 10333, SIGABRT)           = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++


What is wrong?

Thanks

Edit
If I delete .asoundrc it works. This setup has been working for over a year. I am not sure why it started having problems last night. I remember editing this file so that mixing would work so I don't want to run without it. Here is the file:
Code:
pcm.ossmix {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 8192
    }

    bindings {
        0 0
        1 1
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "ossmix"
}

pcm.!default {
    type plug
    slave.pcm "ossmix"
}

ctl.mixer0 {
    type hw
    card 0
}

_________________
The strong must protect the Sweet.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum