You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using OpenJDK Runtime Environment Temurin-17.0.9+9 for creating a minecraft mod, but when I try to run the project i get this error:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe'' finished with non-zero exit value 1
I have tried every possible solution, but i didn't manage to fix it. I'm using IntelliJ IDEA, and both settings and project structure are set with the right jdk.
I started the sample project of minecraft forge 1.20.1 using IntelliJ IDEA. For the project i set all the preferences and settings to use Temurin-17.0.9+9 as jdk. The build of the project went well, but when i tried to run it with gradle, it gave me the error. After that I tried also to follow some tutorials to see if I had missed some passages, but nothing.
Expected Results
The project should run and open the modded version of the game with forge.
Actual Results
The execution stops saying that Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe'' finished with non-zero exit value 1.
This is the stacktrace before the error occurred:
[19:48:24] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services:
[19:48:24] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow
[19:48:24] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd31e02b60, pid=6440, tid=7956
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.9+9 (17.0.9+9) (build 17.0.9+9)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (17.0.9+9, 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
What Java Version are you using?
"1.8.0_391"
What is your operating system and platform?
OS: Windows 11, Version: 22H2
Architecture: x64
How did you install Java?
No response
Did it work before?
No response
Did you test with the latest update version?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Thank you for the report!
It looks like you are using a modified version of Minecraft. The following was detected in your crash report:
--launchTarget forgeclient
--fml.forgeVersion
Please try the following:
Update your graphics drivers, see this Minecraft Help Center article, section "Update your Video Card Drivers";
often Minecraft crashes are caused by outdated graphics drivers
Try disabling the mods you have installed one by one until you find the mod causing the crash, then report the crash to the mod author
If you are using a third-party launcher, try the official launcher instead
If none of the above helped, and you are still experiencing the crash with the official launcher and without any mods installed, please submit this issue over at the Mojang bug tracker. Please search for existing reports first; in case you do not find any, create a new report and let us know about the issue number here (e.g. MC-123456).
The Mojang team will take the first look. If an OpenJDK bug is identified, the Mojang team will contact us to address the issue.
Please provide a brief summary of the bug
I'm currently using OpenJDK Runtime Environment Temurin-17.0.9+9 for creating a minecraft mod, but when I try to run the project i get this error:
I have tried every possible solution, but i didn't manage to fix it. I'm using IntelliJ IDEA, and both settings and project structure are set with the right jdk.
I have linked the error file below.
hs_err_pid4716.log
Please provide steps to reproduce where possible
I started the sample project of minecraft forge 1.20.1 using IntelliJ IDEA. For the project i set all the preferences and settings to use Temurin-17.0.9+9 as jdk. The build of the project went well, but when i tried to run it with gradle, it gave me the error. After that I tried also to follow some tutorials to see if I had missed some passages, but nothing.
Expected Results
The project should run and open the modded version of the game with forge.
Actual Results
The execution stops saying that Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe'' finished with non-zero exit value 1.
This is the stacktrace before the error occurred:
What Java Version are you using?
"1.8.0_391"
What is your operating system and platform?
OS: Windows 11, Version: 22H2
Architecture: x64
How did you install Java?
No response
Did it work before?
No response
Did you test with the latest update version?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: