I am currently trying to run Monte Carlo simulations on product systems. I am able to set up the calculation (i.e., choosing the LCIA and allocation method, number of simulations, etc.), but past this point when I hit the "start" button to begin the Monte Carlo, the software crashes. The text of the generated error file is given below. I am using openLCA version 2.1.0. Any advice on how to fix this issue would be appreciated.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd5b492af1, pid=14512, tid=15372
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.5+8 (17.0.5+8) (build 17.0.5+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (17.0.5+8, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C 0x00007ffd5b492af1
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# 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.
#
--------------- S U M M A R Y ------------
Command Line: -Xmx10000M -Dpython.console.encoding=UTF-8 --add-modules=ALL-SYSTEM
Host: Intel(R) Xeon(R) CPU E5-1603 v3 @ 2.80GHz, 4 cores, 31G, Windows 10 , 64 bit Build 19041 (10.0.19041.2913)
Time: Fri Apr 19 16:11:26 2024 Pacific Daylight Time elapsed time: 218.661694 seconds (0d 0h 3m 38s)
--------------- T H R E A D ---------------
Current thread (0x000001cf56f1b5a0): JavaThread "ModalContext" [_thread_in_native, id=15372, stack(0x000000781f500000,0x000000781f600000)]
Stack: [0x000000781f500000,0x000000781f600000], sp=0x000000781f5fd1b0, free space=1012k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00007ffd5b492af1
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.openlca.core.matrix.solvers.mkl.MKL.solveSparseFactorization(J[D[D)I+0
j org.openlca.core.matrix.solvers.mkl.SparseFactorization.solve([D)[D+19
j org.openlca.core.matrix.solvers.Factorization.solve(ID)[D+18
j org.openlca.core.results.providers.FactorizationSolver.solutionOfOne(I)[D+24
j org.openlca.core.results.providers.FactorizationSolver.<init>(Lorg/openlca/core/results/providers/SolverContext;)V+123
j org.openlca.core.results.providers.FactorizationSolver.solve(Lorg/openlca/core/results/providers/SolverContext;)Lorg/openlca/core/results/providers/ResultProvider;+5
j org.openlca.core.results.providers.ResultProviders.solveLazy(Lorg/openlca/core/results/providers/SolverContext;)Lorg/openlca/core/results/providers/ResultProvider;+15
j org.openlca.core.math.Simulator.solve(Lorg/openlca/core/matrix/MatrixData;)Lorg/openlca/core/results/LcaResult;+24
j org.openlca.core.math.Simulator.nextRun()Lorg/openlca/core/results/LcaResult;+65
j org.openlca.app.results.simulation.SimulationProgress.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+60
j org.eclipse.jface.operation.ModalContext$ModalContextThread.run()V+15
v ~StubRoutines::call_stub
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000000000
Register to memory mapping:
RIP=0x00007ffd5b492af1 points into unknown readable memory: c4 81 7b 10 54 34 f8
RAX=0x000001cf5782f088 points into unknown readable memory: 0x0000000e0000000b | 0b 00 00 00 0e 00 00 00
RBX=0x0000000000000006 is an unknown value
RCX=0x000001cf5782f084 points into unknown readable memory: 07 00 00 00
RDX=0x0 is NULL
RSP=0x000000781f5fd1b0 is pointing into the stack for thread: 0x000001cf56f1b5a0
RBP=0x0000000000000001 is an unknown value
RSI=0x000001d7613aa080 points into unknown readable memory: 0x00000b3000000001 | 01 00 00 00 30 0b 00 00
RDI=0x000001d7613aa084 points into unknown readable memory: 30 0b 00 00
R8 =0x000001d77188b080 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R9 =0x0 is NULL
R10=0x0000000000000001 is an unknown value
R11=0x0 is NULL