URGENT: Problems with Nvidia GTX 1070 card

edited June 2018 in Using Processing

Hi folks! I'm in a big trouble. I'm presenting this script and the computer available have a Nvidia card GTX 1070 that throws an error. How can I fix this? I saw an article (with an older model) about downgrading but I don't know if anyone had the same problem with this card in OSX. Any ideas?

This is the error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007fff45f6073c, pid=4135, tid=0x0000000000001b03
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [CoreFoundation+0x1c73c]  CFEqual+0x26c
#
# 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:
# /Users/palu/hs_err_pid4135.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.

Thanks a LOT.

Tagged:

Answers

Sign In or Register to comment.