我正在使用LibGdx(基于LWJGL)开发一款小游戏。测试了我在两台不同PC上构建的jar,一切正常。然而,在第三个游戏中,游戏在几秒钟后崩溃。生成以下错误日志:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x73f9867a, pid=2016, tid=0x00000bc0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) Client VM (25.121-b13 mixed mode windows-x86 )
# Problematic frame:
# C [msvcrt.dll+0x8867a]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
看起来msvcrt.dll出了问题,这是Microsoft Visual C ++ Package,对吗?
您有什么建议可以解决吗?