stoneBlock icon indicating copy to clipboard operation
stoneBlock copied to clipboard

Server doesnt work after downloading server pack

Open Motzumoto opened this issue 1 year ago • 1 comments

Bug Report

I run install.sh, then launcserver.sh and it immediately crashes

Steps to Reproduce (for bugs)

1.Go to curseforge 2. Download server pack 3. Run install.sh 4. run LaunchServer.sh

Logs

https://paste.feed-the-beast.com/view/b969cd3e I'm also completely unable to find a single log file other than the forge installer log, which is linked below too. https://paste.feed-the-beast.com/view/7faeb1b3

Client Information

  • Modpack Version: Latest
  • Server/LAN/Single Player: Server
  • Optifine Installed: No
  • Shaders Enabled: No

Motzumoto avatar May 24 '23 04:05 Motzumoto

had the same issue, because of wrong java version. Try this commands in bat file to start. change path to java.exe, forge jar, xmsx arguments and timeout if nesseccary.

"C:\Program Files\Java\jre-1.8\bin\java.exe" -server -Xms2048M -Xmx8192M -jar forge-1.12.2-14.23.5.2854.jar TIMEOUT /t 1 /nobreak exit

schweja3 avatar Jul 23 '23 21:07 schweja3