Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Sound with Minim no longer works

$
0
0
Hi aparis3,
thanks for the response and you read my mind as updating Java was what I was just about to do :)
Also thanks for the setup instructions!
Your suggestion worked like a charm, as the audio is back. But for some reason I'm still getting those graphics related error messages (well actually some new ones).

libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib32/dri:/usr/lib/dri)
==== JavaSound Minim Error ====
==== Don't know the ID3 code WXXX

X11Util.Display: Shutdown (JVM shutdown: false, open (no close attempt): 3/3, reusable (open, marked uncloseable): 1, pending (open in creation order): 4)
X11Util: Open X11 Display Connections: 3
X11Util: Open[0]: NamedX11Display[:0.0, 0x7fb5ec3084e0, refCount 1, unCloseable true]
X11Util: Open[1]: NamedX11Display[:0.0, 0x7fb5d80b7ce0, refCount 1, unCloseable true]
X11Util: Open[2]: NamedX11Display[:0.0, 0x7fb5d80d4dd0, refCount 1, unCloseable true]
X11Util.Display: Shutdown (JVM shutdown: true, open (no close attempt): 3/3, reusable (open, marked uncloseable): 1, pending (open in creation order): 4)
X11Util: Open X11 Display Connections: 3
X11Util: Open[0]: NamedX11Display[:0.0, 0x7fb5ec3084e0, refCount 1, unCloseable true]
X11Util: Open[1]: NamedX11Display[:0.0, 0x7fb5d80b7ce0, refCount 1, unCloseable true]
X11Util: Open[2]: NamedX11Display[:0.0, 0x7fb5d80d4dd0, refCount 1, unCloseable true]
Nativewindow X11 IOError: Display 0x7fb5d80b7ce0 (:0.0): Resource temporarily unavailable
FATAL ERROR in native method: Nativewindow X11 IOError: Display 0x7fb5d80b7ce0 (:0.0): Resource temporarily unavailable
    at jogamp.newt.driver.x11.DisplayDriver.DispatchMessages0(Native Method)
    at jogamp.newt.driver.x11.DisplayDriver.dispatchMessagesNative(DisplayDriver.java:106)
    at jogamp.newt.DisplayImpl.dispatchMessages(DisplayImpl.java:439)
    at jogamp.newt.DisplayImpl$3.run(DisplayImpl.java:370)
    at jogamp.newt.DefaultEDTUtil$EventDispatchThread.run(DefaultEDTUtil.java:307)
Nativewindow X11 IOError: Display 0x7fb5d80b7ce0 (:0.0): Resource temporarily unavailable

I suppose that's a topic for another thread, anyways they don't seem to be causing any serious problems as the file plays as expected and renders the waveform correctly.
Thanks again your help is very much appreciated.


Viewing all articles
Browse latest Browse all 1768

Trending Articles