VulkanMod

VulkanMod

357k Downloads

Crash on Multiplayer Servers

amolinae06 opened this issue ยท 0 comments

commented

Hello. I installed Vulkan-Mod to be able to play on NVIDIA (proprietary) Wayland however, whenever I logon into the server my game crashes with the following error message:

I'm using prism launcher.

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 2024-06-10 18:06:56
Description: Unexpected error

java.lang.NullPointerException: Cannot invoke "net.vulkanmod.vulkan.texture.VulkanImage.updateTextureSampler(boolean, boolean, boolean)" because "this.vulkanImage" is null
	at net.minecraft.class_1044.method_4527(class_1044.java:565)
	at net.minecraft.class_4668$class_4683.method_23563(class_4668.java:243)
	at net.minecraft.class_4668.method_23516(class_4668.java:37)
	at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422)
	at net.minecraft.class_1921$class_4687.method_23595(class_1921.java:1079)
	at net.minecraft.class_4668.method_23516(class_4668.java:37)
	at net.minecraft.class_1921.method_23012(class_1921.java:864)
	at net.minecraft.class_4597$class_4598.method_22994(class_4597.java:97)
	at net.minecraft.class_761.method_22710(class_761.java:1459)
	at net.minecraft.class_757.method_3188(class_757.java:1110)
	at net.minecraft.class_757.method_3192(class_757.java:880)
	at net.minecraft.class_310.method_1523(class_310.java:1219)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.class_1044.method_4527(class_1044.java:565)
	at net.minecraft.class_4668$class_4683.method_23563(class_4668.java:243)
	at net.minecraft.class_4668.method_23516(class_4668.java:37)
	at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422)
	at net.minecraft.class_1921$class_4687.method_23595(class_1921.java:1079)
	at net.minecraft.class_4668.method_23516(class_4668.java:37)
	at net.minecraft.class_1921.method_23012(class_1921.java:864)
	at net.minecraft.class_4597$class_4598.method_22994(class_4597.java:97)
	at net.minecraft.class_761.method_22710(class_761.java:1459)
	at net.minecraft.class_757.method_3188(class_757.java:1110)

-- Affected level --
Details:
	All players: 1 total; [class_746['AMOLINAE'/31236, l='ClientLevel', x=-601.73, y=53.54, z=345.50]]
	Chunk stats: 729, 453
	Level dimension: minecraft:overworld
	Level spawn location: World: (-272,71,176), Section: (at 0,7,0 in -17,4,11; chunk contains blocks -272,-64,176 to -257,319,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
	Level time: 291326 game time, 413090 day time
	Server brand: fabric
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:458)
	at net.minecraft.class_310.method_1587(class_310.java:2406)
	at net.minecraft.class_310.method_1514(class_310.java:826)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)