#When I try open a server it crashes

1 messages · Page 1 of 1 (latest)

somber cosmos
#

I have instaled java version "21.0.8" and tried to launch server pack from curse forge
what can I do to solve this problem ? is it java related problem ? I think it's a java problem because I deleted Mekanism Extras and tried again. It also crashed.

thin coral
#

make sure to use the official server pack not the client pack

somber cosmos
thin coral
#

you should have only these files, to start

somber cosmos
#

Yes I downloded from exacly there and clicked start server bat , accepted eula etc and it crashed 😄

thin coral
#

did you modify anything in the folder before running the startserver script?

somber cosmos
thin coral
#

I expect this is a language issue where your system's language settings are set to use a language with non-ascii lowercase characters

#

add the following as java arguments to the list in the yaml:
-Dfile.encoding=UTF-8
-Duser.language=en
-Duser.region=US

#

should look something like this

somber cosmos
thin coral
#

you may be missing the -.

somber cosmos
thin coral
#

you can add those arguments to the user args or the launch scripts for servers or to the Additional Arguments (or java arguments depending launcher) for clientside also