Minecraft Forge 1.20.1 Server does not start #5094
Replies: 2 comments
-
Hi, Pterodactyl checks whether unix_args.txt is in the files, if it is not available, the server starts in the "old" way. The quickest way is to go to libraries/net/minecraftforge/forge/<forge_version>, copy the file and put it in the main container folder |
Beta Was this translation helpful? Give feedback.
-
Hi, Pterodactyl checks whether unix_args.txt is in the files, if it is not available, the server starts in the "old" way. The quickest way is to go to libraries/net/minecraftforge/forge/<forge_version>, copy the file and put it in the main container folder |
Beta Was this translation helpful? Give feedback.
-
Hi. I am trying to use Forge with Pterodactyl. Sometimes it works fine and sometimes it doesn´t work, allthough i used the same starting parameters for the server.
I need help to fix this issue, so i could install forge servers without any problems for me and others on my pterodactyl.
[Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@pterodactyl~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17 Digest: sha256:7851212e425a09d3d4cc369a8337621ccf59adba8f1182b595881e4f1d1cfe04 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9) OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx0M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Error: Unable to access jarfile server.jar container@pterodactyl~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@pterodactyl~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17 Digest: sha256:7851212e425a09d3d4cc369a8337621ccf59adba8f1182b595881e4f1d1cfe04 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9) OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx0M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Error: Unable to access jarfile server.jar container@pterodactyl~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
Beta Was this translation helpful? Give feedback.
All reactions