Jump to content

TileEntity

Superhelper
  • Posts

    3643
  • Joined

  • Last visited

  • Days Won

    132

Everything posted by TileEntity

  1. Maybe check for a pre-configured modpack at curseforge Most modpacks also have a serverpack Use such modpack as working base and add some mods
  2. Make sure all files are closed (jvm/user_args files etc) or restart the system
  3. Use Java 17 instead of Java 18
  4. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:951) Make a test with installing xrandr https://wiki.archlinux.org/title/xrandr
  5. Make a test without Performant
  6. Restart the server and add the log from the logs-folder Add the log with sites like https://paste.ee/ and paste the link to it here
  7. Maybe it is 2GB from the allocated RAM? Check the Task Manager - doe the Java Application use about 8 GB RAM?
  8. If this is the server console, then yes
  9. Change it to "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.2.0/win_args.txt %* pause
  10. Is there a log file in your server's logs-folder?
  11. Change the lower part from java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.0/win_args.txt %* pause to "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.0/win_args.txt %* pause
  12. Open it with a text editor, copy all lines and paste it here
  13. You just have to replace the world "java" with the path to the java 17 installation like described above - this does not affect the other arguments
  14. Remove the mods that differ from the working modpack one by one
  15. In your start.bat/run.bat should be something like java -Xmx4G -Xms2048M -jar forge-1.18.2.jar pause Replace the word java with the path to the Java 17 installation For example: "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" -Xmx4G -Xms2048M -jar forge-1.18.2.jar pause Just make sure the path is correct and keep the quotation marks
  16. The server is using Java 21 Remove Java 21 or set the path to the java 17 javaw.exe in your start script
  17. Add the full crash-report or latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here
  18. Maybe an issue with Roguelike Dungeons
  19. Run the original Minecraft version first For example, if you want to install Forge 1.18.2, then run Minecraft 1.18.2 first
  20. Add caelus https://www.curseforge.com/minecraft/mc-mods/caelus/files/3522094 and legendary-tooltips https://www.curseforge.com/minecraft/mc-mods/legendary-tooltips/files/3943137
  21. Check for CPU/GPU driver updates If you are using ATI/AMD, get the drivers from their official site
  22. There is an issue with nochatreports - make a test with deleting the config of it If there is no change, remove it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.