Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 172)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#130 worksforme Spontaneous NoClassDefFoundError exceptions dmik
Description

Sometimes starting a Java application fails with the NoClassDefFoundError? exception being thrown.

The problem is quite rare and the the failed class name is quite random. Just retrying the startup procedure solves it.

I'm seeing it since long. However, it's really hard to reproduce on demand. Once I've got it next time, I will attach the logs.

#120 fixed Sound implementation need to work in shared mode Yoda
Description

Currently sound seem to be implemented in exclusive mode only. This is very annoying, as Java apps that only outputs sound now and then, blocks all other OS/2 apps from playing any sound, as long as Java app is running.

We need shared mode for Java - either as standard or as an option. Could be by CMD line switch or an enviroment variable.

#79 fixed Sound does not work in LIBPATHSTRICT=T mode dmik
Description

I found that sound doesn't work when LIBPATHSTRICT=T is set in the environment. For some reason, it cannot open the audio stream:

javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 11025.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian not supported.
        at com.sun.media.sound.DirectAudioDevice$DirectDL.implOpen(DirectAudioDevice.java:539)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.implOpen(DirectAudioDevice.java:1338)
        at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:124)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1118)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1208)
        at Juke.loadSound(Juke.java:257)
        at Juke.run(Juke.java:409)
        at java.lang.Thread.run(Thread.java:636)
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.