Replies: 3 comments 9 replies
-
Hi @kresdjan, thanks for reporting this. Can you give us the py5 version you are using? More recent versions of py5 will warn you if you have a headless Java JDK (which won't work). Could that be the case? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @kresdjan ! Your computer is MacOS. Is it one of the Apple silicon machines? Do you have to use openjdk 23? Can you try openjdk 17 instead? |
Beta Was this translation helpful? Give feedback.
2 replies
-
How did you install Java?
Can you try installing the Processing PDE and testing a simple 3d sketch?
…On Sat, Nov 2, 2024, 2:50 PM christian ***@***.***> wrote:
python test3d.py
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x00007ff80e81e7c7, pid=892, tid=58631
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.13+11 (17.0.13+11) (build 17.0.13+11)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (17.0.13+11, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-amd64)
# Problematic frame:
# C [AppKit+0xe6c7c7] -[NSWMWindowCoordinator performTransactionUsingBlock:]+0x2fb
#
# No core dump will be written. 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/kresdjan/Documents/Code/python/py5/hs_err_pid892.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
—
Reply to this email directly, view it on GitHub
<#539 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA63L673F4GC3RJNZUQF4ADZ6UNIZAVCNFSM6AAAAABRB3F5YOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJTGA4TCMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I am using a wrong version of Java Runtime Environment. But if I set the render to
P3D
and run the sketch Java crashes.Java Runtime Environment error
Platform information
Beta Was this translation helpful? Give feedback.
All reactions