Here it is below attached as txt file
By the way i have noticed something strange.
In my main frame i create one GLJPanel in which i make the main display and later i create other GLJPanel “shared” with the main one to display others parts in new frame. The buildings display correctly in these latter frame but not in the main.
Has you can seen on the pictures below, on one (prob2.jpg) building appear with its chemney correctly but not on the other (prob.jpg) , but it is the same building created the same way. The chemney is drawn through a display list, and the same problem arise with all other parts of buildings being drawn from display lists (meaning that on the frames it is ok but not on the main frame)
So i guess the problem is the same as the VBOs which work fine in the small frames but not in the main one as the crash below show.
Is it a known problem?