Ticket #228 (new defect)
Opened 3 months ago
Mangler fails to launch
| Reported by: | AzaToth | Owned by: | ekilfoil |
|---|---|---|---|
| Priority: | major | Milestone: | Unscheduled |
| Component: | libventrilo3 | Version: | |
| Keywords: | Cc: |
Description
Trying to execute mangler under debian wheezy, results in pretty much nothing; nothing visible is going happening.
A backtrace (tip of svn) for the state when it should start is as following:
#0 0x00007ffff16537a9 in ppoll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff436f637 in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2 0x00007ffff436fc09 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#3 0x0000000000444ba0 in pa_get_devicelist (output=0x7fffffff9860, input=0x7fffffff67e0)
at manglerpulse.cpp:223
#4 ManglerPulse::getDeviceList (inputDevices=..., outputDevices=...) at manglerpulse.cpp:310
#5 0x000000000044467b in ManglerBackend::getDeviceList (audioSubsystem=..., input=..., output=...)
at manglerbackend.cpp:64
#6 0x00000000004414c0 in ManglerAudio::getDeviceList (this=0xb3c360, audioSubsystem=<optimized out>)
at mangleraudio.cpp:372
#7 0x000000000042354f in Mangler::Mangler (this=0x8f53c0, options=<optimized out>) at mangler.cpp:287
#8 0x0000000000416e0e in main (argc=1, argv=0x7fffffffe238) at mangler.cpp:2266
From what it looks like, it tries to connect to the pulseaudio server, but I've not running pulseaudio (though the development files where still available); removing libpulse-dev and recompile it makes it work.
