Re: Trying to reproduce MovieCube example - NoClassDefFoundError: Could not initialize class com.jogamp.opengl.GLProfile
Posted by sciss on Aug 28, 2016; 8:37pm
URL: https://forum.jogamp.org/Trying-to-reproduce-MovieCube-example-NoClassDefFoundError-Could-not-initialize-class-com-jogamp-opee-tp4037093p4037094.html
Ok, so I figured you cannot do anything useful with the Maven Central artefacts, and I extracted the files from the binary download. Bit of a bummer, but well, the movie starts playing now, but quickly crashes with this:
Playing, frames[(p 142, d 148) / 14314, 596.417 s, z 0 / 121], speed 1.0, dAV 163, vSCR 6008, vpts 6000, dSCR[-8, avrg 17], aSCR 6293, apts 6122 ( -171 ), AudioSink[frames [p 0, q 0, f 1, c 0], time 0, bytes 0], Texture[count 4, free 0, dec 3]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f6376d9d67e, pid=30575, tid=0x00007f6387bf7700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libdrm_nouveau.so.2+0x367e]
#
# 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:
# /home/foo/Documents/devel/jogl-test/hs_err_pid30575.log
#
The .log file is quite long. Is this a known issue with the Nouveau driver? Can I work around it? Should I report a bug?