Errors outside JVM in file atio6axx.dll+0x193b60

huangapple go评论73阅读模式
英文:

Errors outside JVM in file atio6axx.dll+0x193b60

问题

我正在在IntelliJ中为Forge版本1.19.2-43.2.12设置Minecraft模组。当我尝试从IntelliJ运行游戏时,我收到以下错误消息:

# Java运行时环境检测到了致命错误:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) 位于 pc=0x00007ffb6cda2b60,pid=8868,tid=8924
# JRE版本:OpenJDK Runtime Environment Temurin-17.0.7+7(17.0.7+7)(构建 17.0.7+7)
# Java虚拟机:OpenJDK 64位服务器VM Temurin-17.0.7+7(17.0.7+7,混合模式,共享,分层,压缩的oops,压缩的类指针,g1 gc,windows-amd64)
# 有问题的帧:
# C  [atio6axx.dll+0x192b60]
# 不会写入核心转储。在Windows客户端版本上,默认情况下未启用迷你转储
# 如果您想提交错误报告,请访问:
# https://github.com/adoptium/adoptium-support/issues
# 崩溃发生在Java虚拟机之外的本机代码中。
# 请查看有问题的帧以了解报告错误的位置。

atio6axx.dll是Windows System32中的驱动程序文件。我已重新安装所有图形驱动程序并升级到Windows 10的最新版本。我使用的是Radeon RX 570,并卸载了AMD Adrenalin和AMD芯片组。我的IntelliJ正在运行最新的2023 Community版本。
我尝试过Java 8和Java 17。

英文:

I am setting up a minecraft mod in IntelliJ in forge version 1.19.2-43.2.12. When I try to run the game from IntelliJ, I get the error message:

# A fatal error has been detected by the Java Runtime Environment:
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb6cda2b60, pid=8868, tid=8924
# JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C  [atio6axx.dll+0x192b60]
# 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.

atio6axx.dll is a driver file in Windows System32. I have reinstalled all graphic drivers and updated Windows 10 to its newest version. I use a Radeon RX 570, and I've uninstalled AMD Adrenalin and AMD chipset. My IntelliJ is running on the newest 2023 Community version.
I tried Java 8 and Java 17.

答案1

得分: 1

已经有几个与此问题相关的帖子在Forge论坛上。 (请参见这里这里这里)。您说您尝试重新安装了您的图形驱动程序,但没有更新它们。我建议首先尝试更新到最新版本。如果这不起作用,可以尝试降级,因为前述Forge帖子中的一些人已经这样做并报告成功。

>我尝试了Java 8和Java 17。

Minecraft 1.18+需要Java 17+,所以您不需要使用Java 8进行测试。

英文:

There have been several threads relating to this issue on the Forge forums. (See here, here and here). You said you tried reinstalling your graphic drivers, but not updating them. I would try updating to the latest first. If that doesn't work, try downgrading as people in the aforementioned Forge threads have done and reported success.

>I tried Java 8 and Java 17.

Minecraft 1.18+ requires Java 17+, so you don't need to test with Java 8.

huangapple
  • 本文由 发表于 2023年6月6日 08:58:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/76410811.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定