Login  Register

Re: Exception AbstractGraphicsConfiguration Java3D on MacOS Mojave

Posted by alex98 on May 14, 2019; 10:23pm
URL: https://forum.jogamp.org/Exception-AbstractGraphicsConfiguration-Java3D-on-MacOS-Mojave-tp4039776p4039785.html

He realizado los pasos indicados y ahora me aparece el siguiente error:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javax.media.j3d.JoglPipeline (file:/Library/Java/Extensions/j3dcore.jar) to method sun.awt.AppContext.getAppContext()
WARNING: Please consider reporting this to the maintainers of javax.media.j3d.JoglPipeline
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2019-05-14 17:22:54.271 java[1067:22483] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff374a6e63 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 378
        1   AppKit                              0x00007fff374a4253 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1479
        2   AppKit                              0x00007fff374a3c86 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x0000000111f6f3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x000000011a9ca910 0x0 + 4741441808
)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000011214ab80, pid=1067, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (12.0.1+12) (build 12.0.1+12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (12.0.1+12, mixed mode, sharing, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libosxapp.dylib+0x2b80]  -[NSApplicationAWT sendEvent:]+0x176
#
# 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/jarv/Documents/Codigos/Graficacion/Proyectos/Unidad-3/01UniversoBasico/hs_err_pid1067.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.
#
/Users/jarv/Library/Caches/NetBeans/11.0/executor-snippets/run.xml:111: The following error occurred while executing this line:
/Users/jarv/Library/Caches/NetBeans/11.0/executor-snippets/run.xml:68: Java returned: 134
BUILD FAILED (total time: 3 seconds)