Jump to content

Crash when starting 1.19.2


Robin Roloff

Recommended Posts

Hey, I'm trying to make a mod in 1.19.2, I followed the install instructions, when trying to run the "runClient" command it starts up as usual, however it always crashes with the following error

[18:43:28] [Render thread/INFO] [minecraft/Minecraft]: Setting user: Dev
[18:43:29] [Render thread/INFO] [minecraft/Minecraft]: Backend library: LWJGL version 3.3.1 build 7
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff49b92b60, pid=15380, tid=23724
#
# 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, 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
#
# An error report file with more information is saved as:
# C:\Programing\Fiver\1192_zombie_jerkey\mdk\run\hs_err_pid15380.log
#
# 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.
#

[error occurred during error reporting (), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff4b97da79]

Does anyone know why this happens and how to fix it?

Link to comment
Share on other sites

Quote

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff49b92b60, pid=15380, tid=23724 # # 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, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # C [atio6axx.dll+0x192b60]

Crash in your graphics driver.

See this thread for a possible fix: https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007

Otherwise contact amd.

  • Like 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

4 minutes ago, Robin Roloff said:

Hey, I'm trying to make a mod in 1.19.2, I followed the install instructions, when trying to run the "runClient" command it starts up as usual, however it always crashes with the following error

[18:43:28] [Render thread/INFO] [minecraft/Minecraft]: Setting user: Dev
[18:43:29] [Render thread/INFO] [minecraft/Minecraft]: Backend library: LWJGL version 3.3.1 build 7
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff49b92b60, pid=15380, tid=23724
#
# 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, 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
#
# An error report file with more information is saved as:
# C:\Programing\Fiver\1192_zombie_jerkey\mdk\run\hs_err_pid15380.log
#
# 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.
#

[error occurred during error reporting (), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff4b97da79]

Does anyone know why this happens and how to fix it?

This is a consistent problem with the latest versions of AMD drivers. I was on the more experimental 22Q, but I believe most of the up to date drivers have this issue.

I suggest downgrading to 20.4.2 as that seems to have consistently fixed the problem for anyone dealing with this. I reported the issue to AMD and can only hope it gets fixed. Seems to be an issue with glfwCreateWindow for some reason.

  • Like 1

For loops inside of For loops inside of For loops inside a For loop.

Link to comment
Share on other sites

27 minutes ago, Sunku said:

This is a consistent problem with the latest versions of AMD drivers. I was on the more experimental 22Q, but I believe most of the up to date drivers have this issue.

I suggest downgrading to 20.4.2 as that seems to have consistently fixed the problem for anyone dealing with this. I reported the issue to AMD and can only hope it gets fixed. Seems to be an issue with glfwCreateWindow for some reason.

this helped alot, thank you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.