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

SSS Exits #1

Closed
LividJava opened this issue Jan 10, 2016 · 7 comments
Closed

SSS Exits #1

LividJava opened this issue Jan 10, 2016 · 7 comments
Assignees

Comments

@LividJava
Copy link

Little Problem with it i dont know if its something i did wrong or what but it has been a consistent problem

I get the error(s) noted below and one with something about econnect it only happens when the server is stopped

2016-01-09 07:21:24.273 - info: ----------- Minecraft stopped -----------
2016-01-09 07:21:24.275 - info: ...Time to kill me if you want...
2016-01-09 07:21:24.278 - info: ...Too late !...
2016-01-09 07:21:24.505 - info: Waiting for a Prince to come. [25565] Or someone to hit a key.
2016-01-09 07:21:24.506 - info: ...Too late !...
2016-01-09 07:21:24.722 - info: Waiting for a Prince to come. [25565] Or someone to hit a key.
2016-01-09 07:21:24.724 - info: Caught exception: Error: listen EADDRINUSE 0.0.0.0:25565
2016-01-09 07:21:24.726 - info: ...Exiting..

@vincss
Copy link
Owner

vincss commented Jan 10, 2016

It looks like your server has already been started or that you're launching the software twice.
How do you launch it ?
My server is running on a linux server, I'm launching it in a screen :
cd /home/vincs/programs/minecraft/
screen -S minecraft -d -m node sleepingServerStarter.js

@vincss vincss self-assigned this Jan 10, 2016
@LividJava
Copy link
Author

Its Ran on a local Windows Host

@vincss
Copy link
Owner

vincss commented Jan 10, 2016

It shouldn't be a problem, you didn't launch any other minecraft server on the same machine ?

In your process list you don't have any other node running ? You can kill them all using : "taskkill /f /im node*"

@LividJava
Copy link
Author

no not running anyothers

@vincss
Copy link
Owner

vincss commented Jan 10, 2016

Ok ! I've found where was the bug, it should be ok with version 1.0.6, can you give it a try ?

@LividJava
Copy link
Author

Will do!

@LividJava
Copy link
Author

Appears to be fixed

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

2 participants