EnigmaticaModpacks / Enigmatica4

The official repository and issue-tracker for Enigmatica 4
https://www.curseforge.com/minecraft/modpacks/enigmatica4
19 stars 24 forks source link

Typo in Enigmatica4Server-0.4.10 server-start.sh #327

Closed nikitenok9 closed 4 years ago

nikitenok9 commented 4 years ago

Modpack version 0.4.10 Server

Issue server-start.sh file refers to "settings_linux.cfg" at line 211, whereas the server installs a "settings-linux.cfg" by default resulting in the script failing to set the variables. The forge install on linux fails due to the blank MCVER and FORGEVER settings.

Logs

INFO: Starting script at 2020-03-26_00:58:38
DEBUG: Dumping starting variables: 
DEBUG: MAX_RAM=
DEBUG: JAVA_ARGS=
DEBUG: CRASH_COUNT=
DEBUG: RUN_FROM_BAD_FOLDER=
DEBUG: IGNORE_OFFLINE=
DEBUG: MCVER=
DEBUG: FORGEVER=
DEBUG: FORGEURL=
DEBUG: Basic System Info:  Linux ubuntu-8gb-nbg1-1 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
DEBUG: Total RAM estimate:  7786.82 MB
DEBUG: Java Version info: 
DEBUG: Dumping current directory listing
NielsPilgaard commented 4 years ago

Fixed, thanks for the report :)

NielsPilgaard commented 4 years ago

Reopened as the fix has not been released yet.