Posted by
Sven Gothel on
Nov 08, 2010; 4:18pm
URL: https://forum.jogamp.org/glStartTilingQCOM-int-int-int-int-int-missing-in-GLES1Impl-and-GL4bcImpl-tp1861949p1863557.html
On Monday, November 08, 2010 16:57:11 kaerwel [via jogamp] wrote:
>
> Sorry, I don't have keep the log of the previous error build.
> I don't remember a 'couldn't find abc.h' error but the log was very long ...
> maybe I don't see it.
>
> I still have errors at runtime, first with fullscreen (I can go to
> fullscreen but I don't come back to window mode) and I got an error with
> libGL that I don't have with the previous version
>
http://jogamp.762907.n3.nabble.com/file/n1863432/hs_err_pid11191.log> hs_err_pid11191.log :
>
> X11Util.Display: Shutdown (close open / pending Displays: true, open (no
> close attempt): 1/1, open (no close attempt and uncloseable): 1)
> X11Util: Open X11 Display Connections: 1
> X11Util: [0]: NamedX11Display[:0.1, 0x41149c70, refCount 1, unCloseable
> false]
> X11Util: Pending X11 Display Connections: 1
> X11Util: [0]: NamedX11Display[:0.1, 0x41149c70, refCount 1, unCloseable
> false]
yup :)
you app:
org.graphstream.ui.gl.demos.PreferentialAttachment3D
doesn't close all resources, ie glWindow.destroy(true),
while in charge of Screen/Display, ie if created via
glWindow = GLwindow.create(glCaps);
We will change the NEWT API a bit to give more comfort in all of this,
ie a single destroy() method etc ..
~Sven