Legacy4J

Legacy4J

192k Downloads

Legacy4J crashes on bootup as of 1.4.3

BuddarScotchy opened this issue ยท 3 comments

commented

Attempted to boot the game with Legacy4J installed, immediately resulted in a crash
Included is the error message:

image

And the stacktrace:

image

commented

crash-2024-02-28_03.00.57-client.txt
Here's the full crash log

commented

Fixed in version 1.4.3a

commented

same here, seems like the simple controller support added in 1.4.3 is causing this, im getting many errors related to SDL controller API

Caused by: java.lang.NoClassDefFoundError: com/badlogic/gdx/jnigen/JniGenSharedLibraryLoader
	at org.libsdl.SDL.<clinit>(SDL.java:13)
	at com.studiohartman.jamepad.ControllerManager.nativeInitSDLGamepad(ControllerManager.java:99)
	at com.studiohartman.jamepad.ControllerManager.initSDLGamepad(ControllerManager.java:75)
	at wily.legacy.client.controller.ControllerHandler.<init>(ControllerHandler.java:30)
	at wily.legacy.LegacyMinecraftClient.init(LegacyMinecraftClient.java:125)
	at wily.legacy.fabric.LegacyMinecraftFabricClient.onInitializeClient(LegacyMinecraftFabricClient.java:10)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
	... 9 more