xCollateral / VulkanMod

Vulkan renderer mod for Minecraft.
GNU Lesser General Public License v3.0
1.55k stars 179 forks source link

Crash on 1.19.2 #131

Open andreasdc opened 1 year ago

andreasdc commented 1 year ago

When you join the server and connection is cancelled, you get crashed. A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff9b0f2c42a, pid=9536, tid=13384 JRE version: Java(TM) SE Runtime Environment (18.0.1.1+2) (build 18.0.1.1+2-6) Java VM: Java HotSpot(TM) 64-Bit Server VM (18.0.1.1+2-6, mixed mode, sharing, tiered, compressed class ptrs, z gc, windows-amd64) Problematic frame: C 0x00007ff9b0f2c42a No core dump will be written. Minidumps are not enabled by default on client versions of Windows

mmmmmmmmmmmmmmmmaly commented 1 year ago

same Incompatible mod set! net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set! A potential solution has been determined:

mmmmmmmmmmmmmmmmaly commented 1 year ago

fix https://www.curseforge.com/minecraft/mc-mods/vulkanmod

UltraBlackLinux commented 1 year ago

It's not fixed yet. It wants 1.18 or 1.19, but a wildcard is missing so it only supports the major versions

Checked again today, and it seems that there is actually a 1.19 version - did not show for me for some reason

xCollateral commented 1 year ago

Is this happening on new version?

soshimee commented 1 year ago

I have the same issue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff89d90e0a7, pid=5776, tid=3000
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# 
C  0x00007ff89d90e0a7
#
# 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:\Users\user\AppData\Roaming\PrismLauncher\instances\Quilt 1.19.3\.minecraft\hs_err_pid5776.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.
#

Reproduced with 1.19.3 no other mods. Also that incompatible mod set thing is not the same issue.

joncooke commented 1 year ago

@xCollateral As previous commenter noted, ignore the incompatible mod set part, that diverted the whole bug report.

Can confirm on 1.19.2 the original EXCEPTION_ACCESS_VIOLATION problem is seen.

Running Windows 11 and have tried with updated Vulkan drivers (as of the date of writing this comment) and with different versions of Java (in case that made a difference) but see the same exception every time.

Am happy to provide whatever further information is required, or to try things to resolve if that would help.

xCollateral commented 3 weeks ago

Is this still happening on latest version?