Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happens which start button is clicked. #55

Open
wylieza opened this issue Jun 20, 2020 · 3 comments
Open

Nothing happens which start button is clicked. #55

wylieza opened this issue Jun 20, 2020 · 3 comments

Comments

@wylieza
Copy link

wylieza commented Jun 20, 2020

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.

@blwond
Copy link

blwond commented Jan 17, 2021

same. ¿have u fixed it?

@nojux-official
Copy link

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');

@PIN0L33KZ
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants