Problem Server shuts down on startup

Sliskigabubblan

New Member
Jul 29, 2019
5
0
0
When i start my FTB server, it immediatly shuts down and leaving no crash report behind. All this happened after i changed the ip adress inside the server config file.
 

defakto

New Member
Jul 29, 2019
63
0
0
First thing would be to remove the IP as that's probably your issue. You most likely have it set to the wrong IP address.
 

defakto

New Member
Jul 29, 2019
63
0
0
create a .bat or shell file to start the server that contains:

java -jar my_server.jar (or whatever your jar name is)
pause

this will prevent the window from closing instantly and will let you read what it's doing.

Alternately you can do java -jar my_server.jar >> error.txt then open the txt file and see what is output to the console.
 

b0bst3r

New Member
Jul 29, 2019
2,195
0
1
Usually I find those that close straight away don't have java installed, but since you had it running prior to that, I'd suggest your server.properties file may contain an invalid character.
 

b0bst3r

New Member
Jul 29, 2019
2,195
0
1
When you edit any server config file don't use the likes of wordpad or notepad, use a raw text editor like notepad++ or if you're happy use a hex editor with a plain text edit function.