有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

Java在加载改装的minecraft时发生致命错误

我正在运行以下命令,并且在尝试运行Minecraft时不断出现此错误。我被告知这是一个java错误,不是Minecraft错误,但我不知道这意味着什么

我正在运行Windows 10,64位 24 GB ram(10个安装在Minecraft上) Radeon 7970图形卡(最新的驱动程序) 英特尔3570k处理器

可以在此处找到崩溃报告(hs_err_pid7804.log):https://paste.ee/p/TfNwb

minecraft错误日志本身如下所示:

#
# 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,但就我所拥有的那么多mod而言,它似乎会导致Java崩溃,而不是Minecraft崩溃

他们的github在这里:https://github.com/cam72cam/ImmersiveRailroading 移除沉浸式的轨道交通,就可以玩游戏了

注意:崩溃特别发生在创建新世界时。我可以加载Minecraft主屏幕

我使用以下java参数:

-XX:+UseG1GC-Dsun。马绍尔群岛共和国。dgc。服务器gcInterval=2147483646-XX:+UnlockExperimentalVMOptions-XX:G1NewSizePercent=20-XX:G1ReservePercent=20-XX:MaxGCPauseMillis=50-XX:G1HeapRegionSize=42M-Dforge。forcenosencil=true

最小内存分配:1024MB

最大内存分配:10480 MB

永久性:512MB

有人能帮我确定问题是什么吗?我一直在密切关注我的ram使用情况,它没有被最大化。我运行了内存测试,测试棒没有内存泄漏(空闲时Windows中使用的内存小于4gb)


共 (0) 个答案