我正在运行以下命令,并在尝试运行Minecraft时始终出现此错误。有人告诉我这是一个Java错误,不是Minecraft错误,但我不知道它是什么意思。
我正在运行Windows 10 64位 24 GB内存(Minecraft占用了10 GB) Radeon 7970显卡(驱动程序为最新) 英特尔3570k CPU
可以在以下位置找到崩溃报告(hs_err_pid7804.log):https://paste.ee/p/TfNwb
我的世界错误日志本身在这里:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffdfdd22c3a, pid=7804, tid=0x00000000000042dc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig7icd64.dll+0x22c3a]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# E:\Program Files\Minecraft\MultiMC\instances\Sevtech\minecraft\hs_err_pid7804.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.
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java错误报告URL已关闭以进行维护。
我怀疑是沉浸式铁路改装。我可以使用少量的mod完美地工作,但是如果使用的数量最多,似乎会导致Java崩溃,而不是Minecraft崩溃。
他们的github在这里:https://github.com/cam72cam/ImmersiveRailroading 删除沉浸式铁路可以玩游戏。
注意:崩溃专门在创建新世界时发生。我可以很好地加载Minecraft主屏幕。
我正在使用以下Java参数:
-XX:+ UseG1GC -Dsun.rmi.dgc.server.gcInterval = 2147483646 -XX:+ UnlockExperimentalVMOptions -XX:G1NewSizePercent = 20 -XX:G1ReservePercent = 20 -XX:MaxGCPauseMillis = 50 -XX:G1HeapRegionSize = 42M- Dforge.forceNoStencil = true
最小内存分配:1024MB
最大内存分配:10480 MB
Permgen:512MB
有人可以帮助我确定问题所在吗?我一直密切关注我的ram使用情况,但它并没有被最大化。我进行了内存测试,结果显示棒状驱动程序没有驱动程序的内存泄漏(空闲时Windows中使用的内存小于4GB)。