GTNewHorizons / lwjgl3ify

A mod to run Minecraft 1.7.10 using LWJGL3 and Java 17+
GNU Lesser General Public License v3.0
171 stars 37 forks source link

[2.1.2] Crash on startup with linux and prismlauncher #172

Closed WolFWarr1oR closed 3 months ago

WolFWarr1oR commented 3 months ago

Logs: https://mclo.gs/rVrJCXp

Mods: unimixins-all-1.7.10-0.1.17 gtnhlib-0.4.8 hodgepodge-2.5.50 lwjgl3ify-2.1.2 Thaumcraft-1.7.10-4.2.3.5

Tried with java-21 and java-17. Also tried to use different lwjgl3ify (2.0.9). By the way, GTNH instance with java21 support didn't work for me too.

eigenraven commented 3 months ago

Something in your graphics drivers is preventing multithreaded opengl contexts, try disabling the fancy forge splash screen in config/splash.properties:

enabled=false
WolFWarr1oR commented 3 months ago

It started, there is sound, but no visible window. Is it a problem specifically on my side?

eigenraven commented 3 months ago

It seems like some sort of driver issue to me, can you check if vanilla minecraft 1.21 runs fine for you in prism?

WolFWarr1oR commented 3 months ago

Okay, it seems to be a problem with Wayland. Everything works on X11. Sorry for wasting your time.