No matter the sketch I try and build with P3D and P2D I get this crash as soon as I try and draw anything to screen.
I'm running Processing 3.0.1 on OSX 10.11. From what I've read on other threads it is definitely an OpenGL issue, but as I'm on a MacBook Pro Mid-2013 "13 I can't just update my graphics drivers...
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000012e1e8083, pid=688, tid=60175
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [AppleIntelHD3000GraphicsGLDriver+0x30f083] gldBlitFramebufferData+0x4b7
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Applications/Processing.app/Contents/Java/hs_err_pid688.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help � Troubleshooting.
Could not run the sketch.
[Finished in 7.2s with exit code 1]
No matter the sketch I try and build with P3D and P2D I get this crash as soon as I try and draw anything to screen.
I'm running Processing 3.0.1 on OSX 10.11. From what I've read on other threads it is definitely an OpenGL issue, but as I'm on a MacBook Pro Mid-2013 "13 I can't just update my graphics drivers...