I'm a long time Processing user, but new to Linux. I DL'd 2.0.2 for Linux (64bit) and everything seems to work well except for anything using P3D to render 3D. I generally get this error (for example with the textured sphere example):
libEGL warning: failed to create a pipe screen for i965
Followed by more specific errors like this:
The smooth/noSmooth functions are being called too often.
This results in screen flickering, so they will be disabled
for the rest of the sketch's execution
I found some older threads about similar issues with previous 2.x alpha releases, but all of that is at least a year old...wondering if anyone has any insight into fixing this. Tried the OldP3D lib, but that threw a whole other range of errors.
thank you.
1