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

Go Docker: MC server doesn't start up #46

Closed
lubocode opened this issue Oct 14, 2020 · 1 comment
Closed

Go Docker: MC server doesn't start up #46

lubocode opened this issue Oct 14, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lubocode
Copy link
Contributor

For now all I have is the following:

2020/10/14 18:15:47 *** MINECRAFT SERVER IS STARTING!
2020/10/14 18:15:47 *** PLAYER tried to join from 172.24.144.1:25555 to 127.0.0.1:25565
2020/10/14 18:15:47 closing connection for: 172.24.144.1
2020/10/14 18:16:08 *** MINECRAFT SERVER IS UP!
2020/10/14 18:16:59 *** from 172.24.144.1:25555 to 127.0.0.1:25565
2020/10/14 18:16:59 handleClientSocket: error during serverSocket.Dial()
2020/10/14 18:17:08 error stopping minecraft server: exit status 1
2020/10/14 18:17:08 *** MINECRAFT SERVER IS SHUTTING DOWN!

This indicates that the console command executes without error, but does not do what is intended.
Probably some permission stuff, but I will not exclude some moved file as a possibility for now.

@lubocode lubocode added the bug Something isn't working label Oct 14, 2020
@lubocode lubocode self-assigned this Oct 14, 2020
@lubocode
Copy link
Contributor Author

Fixed in 64f7429

It was just a stupid typo which added nogui without a space to the name of the MC server file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant