-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Description
Processing 3.3.7 crash at any attempt to use P2D or P3D renderer.
Expected Behavior
No problems with 3.3.6 version on the same system, working side by side.
Current Behavior
java.lang.RuntimeException: Profile GL3bc is not available on X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7fccc001dae0, owner true, ResourceToolkitLock[obj 0x449b71a5, isOwner true, <40a4edee, 5a67b9e>[count 1, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>]]], but: [GLProfile[GLES1/GLES1.hw], GLProfile[GLES2/GLES3.hw], GLProfile[GL2ES1/GLES1.hw], GLProfile[GL4ES3/GLES3.hw], GLProfile[GL2ES2/GL3.hw], GLProfile[GL3/GL3.hw], GLProfile[GLES3/GLES3.hw], GLProfile[GL3/GL3.hw], GLProfile[GL2GL3/GL3.hw]]
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:410)
at java.lang.Thread.run(Thread.java:748)
Steps to Reproduce
Run
void setup() {
size(300,200, P2D);
}
void draw() {
}
Your Environment
Processing 3.3.7
Linux Mint 18.3 64 bits
Kernel 4.15.0-13-generic
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]
Possible Causes / Solutions
Any recent JOGL update?
gohai/processing-glvideo#46
https://bugs.freedesktop.org/show_bug.cgi?id=105847