Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 172)

Ticket Resolution Summary Owner Reporter
#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)
#81 fixed JAlbum crash after Drag and Drop operation Michaelhz
Description

Dragging a jpg file on the top window of JAlbum Main Window crashes JVM: [C:\programs\JAlbum]java.exe -jar JAlbum.jar # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x13e9ca55, pid=256, tid=167772 33 # # JRE version: 6.0-b19 # Java VM: OpenJDK Client VM (16.0-b13 mixed mode os2-x86 ) # Problematic frame: # C [SHELL32+0xca55] # # An error report file with more information is saved as: # C:\programs\JAlbum\hs_err_pid256.log SYS1808: The process has stopped. The software diagnostic code (exception code) is 0000.

#82 fixed EXCEPTION_ACCESS_VIOLATION in connection with COM ports Tapio_Angervuori
Description

LIBC PANIC!! _um_free_maybe_lock: Tried to free block twice - block=031bf5c4 lock=0x1 pid=0x00a8 ppid=0x007c tid=0x0003 slot=0x00b3 pri=0x0200 mc=0x0000 F:\JAVA142_04\BIN\JAVA.EXE Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

What do I do next?

Note: See TracQuery for help on using queries.