Using default game log configuration client-1.21.2.xml (outputs XML)
SLF4J(E): A service provider failed to instantiate:
org.slf4j.spi.SLF4JServiceProvider: Error accessing configuration file
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
2025-03-20T11:59:59.001404700Z main ERROR Log4j API could not find a logging provider.
[LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to locate library: lwjgl.dll
at org.lwjgl.system.Library.loadSystem(Library.java:174)
at org.lwjgl.system.Library.loadSystem(Library.java:64)
at org.lwjgl.system.Library.<clinit>(Library.java:52)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:100)
at ffs.<clinit>(SourceFile:15)
at ffx.<init>(SourceFile:30)
at com.mojang.blaze3d.systems.RenderSystem.<clinit>(SourceFile:51)
at flk.a(SourceFile:2416)
at flk.a(SourceFile:2391)
at net.minecraft.client.main.Main.main(SourceFile:221)
Process crashed with exit code 1