Create

Create

86M Downloads

Game Crashed with create, running into memory access violation (EXCEPTION_ACCESS_VIOLATION)

Def9Infinite opened this issue ยท 8 comments

commented

Context

After building some production line with create, constantly JRE crash with EXCEPTION_ACCESS_VIOLATION within 2 minutes into the game. Exact frame is com.simibubi.create.foundation.model.BakedModelHelper.cropAndMove
Environment with Java 17 LTS(17.0.8+7)
Using latest ver, 0.5.1f.
Exact Mem-dump attached in report

Crash Report

https://mclo.gs/aYZ3UEf

commented

Huh, have to use temurin release that's a first. Will give it a shot
Edit: Though quick question, regarding Launcher, does that really related to this issue? I could launch it still with my own launcher but just using the temurin path?

commented

try the following:

install the modrinth launcher
install java 17 from https://adoptium.net/temurin/releases/?version=17&os=windows specifically the x64, JDK, .msi file
go into modrinth app's settings page and then java settings and press auto detect and pick the java17 you just installed
in the same page as above click test next to java 17, make sure it passes
create a new instance in the modrinth launcher and try to reproduce this crash, you'll likely wanna copy your mods and save over aswell

commented

Also are you by any chance using the curseforge launcher?

commented

Have it installed, not using it for launching this mod-pack

commented

Interesting, generally it's been the java distribution curseforge is providing that's been causing issues, would you be able to run /create debuginfo in chat before you crash and post the output here?

commented

I will try with Tumurin & Corretto first. Will keep you posted

commented

Looks like both Corretto & Tumurin on 17.0.12 doesn't cause the crash.... Indeed a bad JRE issue.
I thought my launcher is using my OpenJDK but apparently not. Got some random MicrosoftPackaged java runtime gamma for 17.0.8

commented

Issue closed. Fix: Replace random java runtime with a different version.