[Bug 491784] Re: Sound does not work with openjdk

2012-04-15 Thread محمد النقيب
I am using a newer libbasicplayer and the bug is still valid. The workaround patch does not work . My System info: libbasicplayer 3.0.5 openjdk-6-jdkopen-jdk-6-jreicedtea-6-jre-cacao 6b20-1.9.13-0ubuntu10.04.1 zekr 0.7.5~beta3+repack-1ubuntu1 Do you still want a tester , Ahmed?

Re: [Bug 491784] Re: Sound does not work with openjdk

2010-11-28 Thread Ahmed El-Mahmoudy
On Sat, Nov 27, 2010 at 11:59:27PM -, Peter Lundqvist wrote: > There seems to be a fix for this: > http://icedtea.classpath.org/hg/icedtea6/rev/f08bf2c87805 ---end quoted text--- This patch seems to be applied in Natty, anyone willing to test on Natty ? -- ‎أحمد المحمودي (Ahmed El-Mahmoudy)

[Bug 491784] Re: Sound does not work with openjdk

2010-11-27 Thread Peter Lundqvist
There seems to be a fix for this: http://icedtea.classpath.org/hg/icedtea6/rev/f08bf2c87805 -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 491784] Re: Sound does not work with openjdk

2010-11-08 Thread Donut123
What about 3.0.5 ? libbasicplayer-java I have the same issue as it was then. -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 491784] Re: Sound does not work with openjdk

2010-11-08 Thread Donut123
Hello...I have this problem with my Java. I am running Ultimate Edition 2.8. It is the same as 10.10 Ubuntu. The sound does not work on this site and similar ones. https://bugs.launchpad.net/ubuntu/+source/libbasicplayer-java/+bug/491784 -- Sound does not work with openjdk https://bugs.launchpad.

[Bug 491784] Re: Sound does not work with openjdk

2010-03-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libbasicplayer-java - 3.0-3ubuntu1 --- libbasicplayer-java (3.0-3ubuntu1) lucid; urgency=low * Work with openjdk's pulseaudio sound implementation (Ahmed El-Mahmoudy). LP: #491784. * Use default-{jdk,jre} dependencies. -- Matthias KloseMo

[Bug 491784] Re: Sound does not work with openjdk

2010-03-22 Thread Matthias Klose
** Package changed: openjdk-6 (Ubuntu) => libbasicplayer-java (Ubuntu) -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 491784] Re: Sound does not work with openjdk

2010-01-31 Thread Ahmed El-Mahmoudy
Hello, The following patch for libbasicplayer-java package fixed the issue. ** Attachment added: "Patch for libbasicplayer-java" http://launchpadlibrarian.net/38585141/pulseaudio.diff -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notificat

Re: [Bug 491784] Re: Sound does not work with openjdk

2010-01-31 Thread Ahmed El-Mahmoudy
Hello, Mohsen pointed me to this: http://stackoverflow.com/questions/1914216/master-gain-not-supported-in-openjdk So the problem is partially in openjdk & javazoom. -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net) GPG Fingerprin

Re: [Bug 491784] Re: Sound does not work with openjdk

2010-01-03 Thread fishor
Am Sonntag, den 03.01.2010, 18:37 + schrieb Mohsen Saboorian: > > question: does this problem also happens with .ogg, .mp3 and .spx > files. > I want to know if this relates to jlayer API, or other libraries. Hmm... josm (javaopenstreetmap) accept only wav format and it is working. this mean

Re: [Bug 491784] Re: Sound does not work with openjdk

2010-01-03 Thread Ahmed El-Mahmoudy
On Sun, Jan 03, 2010 at 06:37:34PM -, Mohsen Saboorian wrote: > question: does this problem also happens with .ogg, .mp3 and .spx files. > I want to know if this relates to jlayer API, or other libraries. ---end quoted text--- The same problem happens with .spx files. -- ‎أحمد المحمودي (Ahm

[Bug 491784] Re: Sound does not work with openjdk

2010-01-03 Thread Mohsen Saboorian
As far as Zekr source code is concerned, I can bear witness that there is not a single line of anything related to sound or alsa. We just use basicplayer playback API: open(), play(), pause(), stop() and setGain(float), which itself delegates to standard javax.media (JMF) methods (for the case of m

Re: [Bug 491784] Re: Sound does not work with openjdk

2010-01-03 Thread fishor
> I dunno about that, how can I find out ? I would grep the source of your software for any word like sound or alsa. Sadenly i can't help you with this bug, currently i in ZA and use expensive Internet, downloading the source will reduce my fonds. This defently depends on this software, if this

[Bug 491784] Re: Sound does not work with openjdk

2009-12-30 Thread Mohammad Derakhshani
Infact we have tested this on a few fresh installation of Ubuntu. In my experience all other audio software, e.g, mplayer, works fine, but when we use openjdk-6-jre this bug shows itself. -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification

Re: [Bug 491784] Re: Sound does not work with openjdk

2009-12-30 Thread Ahmed El-Mahmoudy
On Thu, Dec 31, 2009 at 05:45:31AM -, fishor wrote: > Do you have any problems with mplayer? i so it in your list. Nope, mplayer is fine. > Is it possible that your java application some how hardwired with alsa? > The problem is, if you set java to use alsa, it will still use pulse > with al

Re: [Bug 491784] Re: Sound does not work with openjdk

2009-12-30 Thread fishor
As you can see in this part, java do not have problems to access pulse: index: 99 driver: flags: START_CORKED state: CORKED sink: 0 volume: 0: 100% 0: 0.00 dB balance 0.00 muted: no current latency: 0.00 ms

Re: [Bug 491784] Re: Sound does not work with openjdk

2009-12-29 Thread Ahmed El-Mahmoudy
Attached is the output of pacmd ls > pa_list.txt -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net) GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7 ** Attachment added: "pa_list.txt" http://launchpadlibrarian.net/3

Re: [Bug 491784] Re: Sound does not work with openjdk

2009-12-29 Thread fishor
Hmm... can you please attach output of "pacmd ls > pa_list.txt" at the time you try to play sound with java. -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

Re: [Bug 491784] Re: Sound does not work with openjdk

2009-12-29 Thread Ahmed El-Mahmoudy
On Tue, Dec 29, 2009 at 12:09:42PM -, fishor wrote: > Do you use pulseaudio on your system? ---end quoted text--- Yes. -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net) GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A

[Bug 491784] Re: Sound does not work with openjdk

2009-12-29 Thread fishor
Do you use pulseaudio on your system? -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 491784] Re: Sound does not work with openjdk

2009-12-29 Thread Ahmed El-Mahmoudy
Hello, I changed the audio backend in /etc/java-6-openjdk/sound.properties , and it worked ! So the problem is with pulseaudio backend. -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 491784] Re: Sound does not work with openjdk

2009-12-03 Thread Ahmed El-Mahmoudy
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/36359427/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/36359428/XsessionErrors.txt -- Sound does not work with openjdk https://bugs.launchpad.net/bugs/491784 You received this