Open
Description
Getting the below error after setting up the environment running the below code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=4244, tid=23540
#
# JRE version: Java(TM) SE Runtime Environment (16.0.1+9) (build 16.0.1+9-24)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0.1+9-24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C 0x0000000000000000
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\...\MysticLightTest\hs_err_pid4244.log
#
# If you would like to submit a bug report, please visit:
# https://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.
#
import de.matthiasfisch.mysticlight4j.api.MysticLightAPI;
import java.nio.file.Path;
public class driver {
public static void main(String[] args){
MysticLightAPI.initialize(Path.of("MysticLightSDK"));
}
}
Metadata
Metadata
Assignees
Labels
No labels