MCPHackers / legacy-lwjgl3

A wrapper that creates a bridge between legacy LWJGL2 API and LWJGL3
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Game crashes when opening Vanilla Video settings and GuiAPI menu (Global Mod Settings button). #1

Open SkyLLerGithub opened 1 week ago

SkyLLerGithub commented 1 week ago

Title. Minecraft Version Beta 1.7.3

Crash log when attempting to open GuiAPI menu: GuiAPI.txt

Crash log when attempting to open Vanilla video settings (Optifine's video settings worked fine): VideoSettings.txt

(Both tested with only GuiAPI, ModloaderMP, Modloader, LaunchWrapper and Legacy-LWJGL3 enabled)

What's weird is that even with everything disabled (except legacy-LWJGL3) the game still crashes when trying to open vanilla video settings (Not Optifine's)

Instance download: https://drive.google.com/file/d/10FLWF61I84CQYu6yU7NFDzLNtbm-shQH/view?usp=sharing

Lassebq commented 1 week ago

GuiAPI one is related to legacy lwjgl 3. I can reproduce video settings crash regardless whenever legacy lwjgl 3 is used or not.

Lassebq commented 1 week ago

Second one is caused by a faulty options.txt. Some mods that you're using sets a value which is out of range for vanilla. And vanilla doesn't do any sanity checking.

SkyLLerGithub commented 1 week ago

Second one is caused by a faulty options.txt. Some mods that you're using sets a value which is out of range for vanilla. And vanilla doesn't do any sanity checking.

Thank you.