libEGL warning: failed to create a pipe screen for i965
Posted by miguelpinia on Feb 27, 2014; 6:21pm
URL: https://forum.jogamp.org/libEGL-warning-failed-to-create-a-pipe-screen-for-i965-tp4031748.html
Hello all
I have developed an application which uses JOGL to display the training of neural network (Kohonen Networks and variants). This application works perfectly in windows (x86, x64) but, testing on my linux (Ubuntu 13.10) no works. When I debug the application in linux, it shows me the following error message:
libEGL warning: failed to create a pipe screen for i965
Reading previuos posts, recommend update the binaries used, then I upgrade the binaries and nothing, I still have the same result. I already tried downloading several different versions and testing them and execute the test include in the 7z archive, the results do not change.
The java version I'm using is 6/7 and works in Windows.
I hope can you help me.
Regards.
Miguel.