MCHostPanel icon indicating copy to clipboard operation
MCHostPanel copied to clipboard

Nothing happens which start button is clicked.

Open wylieza opened this issue 4 years ago • 3 comments

I've got all the dependencies installed (Apache, PHP, Screen, Java). The home directory and the data directories are chowned by www-data.

The server.jar is selected and then the start button is clicked, but the server does not launch. No screen sessions seem to be created (even though S-www-data is chowned by www-data).

The only thing that does happen is a server.properties file is created when the start server button is pressed.

I'm probable missing something silly, just not sure how to debug the issue.

wylieza avatar Jun 20 '20 13:06 wylieza

same. ¿have u fixed it?

blwond avatar Jan 17 '21 02:01 blwond

I managed to solve this problem by changing line in data/config.php:

Change this line: define('KT_SCREEN_CMD_START','/usr/bin/screen -dmS %s /usr/bin/java -Xincgc -Xms%sM -Xmx%sM -jar craftbukkit.jar nogui'); to define('KT_SCREEN_CMD_START','/usr/bin/screen -dmS %s /usr/bin/java -Xmx%sM -jar craftbukkit.jar nogui');

nojux-official avatar Aug 19 '21 15:08 nojux-official

THANKS!! I've Searching for this so long, you're my hero! :)

PIN0L33KZ avatar Mar 12 '22 10:03 PIN0L33KZ