I upload a custom modpack to the server and get this server crush error #4267
Replies: 1 comment · 12 replies
-
what is server.jar here? |
Beta Was this translation helpful? Give feedback.
All reactions
-
00:38:01] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.16.9
|
Beta Was this translation helpful? Give feedback.
All reactions
-
none of those things are actual issues, just mods using their own custom version format so fabric disables its version checking for them. |
Beta Was this translation helpful? Give feedback.
All reactions
-
after that the server crashed and gave the following log report: java version "21.0.2" 2024-01-16 LTS
|
Beta Was this translation helpful? Give feedback.
All reactions
-
it seems your are missing several required mods from your server. i would suggest redownloading the server pack (dont replace the server.jar on the server though) |
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay, thanks for trying to help, I'm gonna go talk to my friend, he said he could help me with this |
Beta Was this translation helpful? Give feedback.
-
Minecraft Logs
[Hosting-Minecraft.pro]:: Checking server disk space usage, this could take a few seconds... [Hosting-Minecraft.pro]:: Updating process configuration files... [Hosting-Minecraft.pro]:: Ensuring file permissions are set correctly, this could take a few seconds... [Hosting-Minecraft.pro]:: Pulling Docker container image, this could take a few minutes to complete... [Hosting-Minecraft.pro]:: Finished pulling Docker container image [Hosting-Minecraft.pro]: java -version java version "21.0.2" 2024-01-16 LTS Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58) Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing) [Hosting-Minecraft.pro]: java -Xms128M -XX:MaxRAMPercentage=95.0 -Dsip=95.217.100.49 -Dspt=25779 -XX:ConcGCThreads=3 -XX:ParallelGCThreads=3 -XX:+UseSerialGC -DPaper.IgnoreJavaVersion=true -Dfml.readTimeout=1024 -Dfml.queryResult=confirm -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true -DIReallyKnowWhatIAmDoingISwear=true -Duser.timezone=Europe/Moscow -jar -Dfile.encoding=UTF-8 server.jar nogui Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture [23:46:00] [ERROR] [FabricLoader/]: Uncaught exception in thread "main" java.lang.RuntimeException: An exception occurred when launching the server! at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:71) at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) Caused by: java.lang.UnsatisfiedLinkError: no OpenGL in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2458) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916) at java.base/java.lang.System.loadLibrary(System.java:2063) at net.fabricmc.loader.impl.prestart.ArgStart.<clinit>(ArgStart.java:21) at net.fabricmc.loader.impl.FabricLoaderImpl.<clinit>(FabricLoaderImpl.java:130) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:244) at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:175) at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ... 1 more java.lang.RuntimeException: An exception occurred when launching the server! at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:71) at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) Suppressed: java.lang.NoClassDefFoundError: Could not initialize class net.fabricmc.loader.impl.FabricLoaderImpl at net.fabricmc.loader.impl.launch.FabricLauncherBase$1.uncaughtException(FabricLauncherBase.java:104) at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:695) at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) at java.base/java.lang.Thread.dispatchUncaughtException(Thread.java:2901) Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: no OpenGL in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [in thread "main"] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2458) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916) at java.base/java.lang.System.loadLibrary(System.java:2063) at net.fabricmc.loader.impl.prestart.ArgStart.<clinit>(ArgStart.java:21) at net.fabricmc.loader.impl.FabricLoaderImpl.<clinit>(FabricLoaderImpl.java:130) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:244) at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:175) at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) Caused by: java.lang.UnsatisfiedLinkError: no OpenGL in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2458) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916) at java.base/java.lang.System.loadLibrary(System.java:2063) at net.fabricmc.loader.impl.prestart.ArgStart.<clinit>(ArgStart.java:21) at net.fabricmc.loader.impl.FabricLoaderImpl.<clinit>(FabricLoaderImpl.java:130) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:244) at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:175) at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ... 1 more [Hosting-Minecraft.pro]:: ---------- Detected server process in a crashed state! ---------- [Hosting-Minecraft.pro]:: Exit code: 1 [Hosting-Minecraft.pro]:: Out of memory: false
Description
how i can solve this, can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions