itsdinkd / AQM2

1.17 - 1.19.2
https://www.curseforge.com/minecraft/modpacks/another-quality-modpack-2
10 stars 6 forks source link

Error while initializing the server (first launch)[BUG] #210

Closed DONOcoding closed 1 year ago

DONOcoding commented 1 year ago

Modpack Version AQM2-1.19.2-1.5.zip

Minecraft Version 1.19.2

Describe the crash or bug when using the : ./startserver.sh the console say : " -bash: ./startserver.sh: /bin/bash^M: bad interpreter: No such file or directory "

Steps to reproduce the behavior: Start the server on a VPS on Ubontu 20.04 LTS, import the server folder, chmod +x ./startserver.sh, ./startserver.sh

Expected behavior Server Start

Screenshots Post screenshots if available

IF YOU GOT THIS ERROR, install dos2unix on your vps. type : dos2unix startserver.sh wait for finish (1-2s) redo ./startserver.sh it should have work.