When starting 1.19-pre4 up,it crashes
[16:18:29] [main/INFO]: Building optimized datafixer
[16:18:32] [Render thread/INFO]: [STDERR]: [LWJGL] Platform/architecture mismatch detected for module: org.lwjgl
[16:18:32] [Render thread/INFO]: [STDERR]: JVM platform:
Windows amd64 18.0.1.1
Java HotSpot(TM) 64-Bit Server VM v18.0.1.1+2-6 by Oracle Corporation
Platform available on classpath:
windows/x86
[16:18:32] [Render thread/INFO]: [STDERR]: [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.
[16:18:32] [Render thread/INFO]: [STDERR]: [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[16:18:32] [Render thread/INFO]: [STDERR]: [LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[16:18:32] [Render thread/INFO]: [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem
[16:18:32] [Render thread/INFO]: [STDERR]: at ac.a(SourceFile:65)
[16:18:32] [Render thread/INFO]: [STDERR]: at eeu.a(SourceFile:2292)
[16:18:32] [Render thread/INFO]: [STDERR]: at eeu.a(SourceFile:2287)
[16:18:32] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:207)
[16:18:32] [Render thread/INFO]: [STDERR]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: Failed to locate library: lwjgl.dll [in thread "Render thread"]
[16:18:32] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:164)
[16:18:32] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:63)
[16:18:32] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.<clinit>(Library.java:51)
[16:18:32] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:100)
[16:18:32] [Render thread/INFO]: [STDERR]: at dyp.<clinit>(SourceFile:8)
[16:18:32] [Render thread/INFO]: [STDERR]: at dzn.<init>(SourceFile:51)
[16:18:32] [Render thread/INFO]: [STDERR]: at dzu.<init>(SourceFile:19)
[16:18:32] [Render thread/INFO]: [STDERR]: at dzu.<init>(SourceFile:23)
[16:18:32] [Render thread/INFO]: [STDERR]: at dzu.<clinit>(SourceFile:11)
[16:18:32] [Render thread/INFO]: [STDERR]: at com.mojang.blaze3d.systems.RenderSystem.<clinit>(SourceFile:46)
[16:18:32] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:195)
Exception in thread "Render thread"
Invalid