kuroppoi / entralinked

A standalone Game Sync emulator for Pokémon Black & White.
MIT License
124 stars 10 forks source link

Address already in use: bind #2

Closed Minna008 closed 1 year ago

Minna008 commented 1 year ago

Once I boot up the jar for setting up a Game Sync Server, the error "java.net.BindException: Address already in use: bind" (Full log attached to this report)

I tried to kill all the processes that were using my IP, but it didn't work latest.log

kuroppoi commented 1 year ago

Hi, it seems that UDP port 53 is already in use by another application. You'll have to find and close that application and try again.

Minna008 commented 1 year ago

Apologies for my late answer, but I finally got a solution to my issue after an afternoon of research

Apparently, either the Host Network Service or the Internet Connection Sharing services took the IP and its port, disabling me of launching the server, so I just turned them off. Here is a tutorial of how I did it (I skipped the 8th step and worked regardless): https://answers.microsoft.com/en-us/windows/forum/all/solved-unable-to-stop-internet-connection-sharing/b01e1ebc-4f9d-4bf6-8d15-37a782fa03ff

kuroppoi commented 1 year ago

Awesome! I'll close this issue as resolved, then.

MCMi460 commented 1 year ago

Apologies for my late answer, but I finally got a solution to my issue after an afternoon of research

Apparently, either the Host Network Service or the Internet Connection Sharing services took the IP and its port, disabling me of launching the server, so I just turned them off. Here is a tutorial of how I did it (I skipped the 8th step and worked regardless): https://answers.microsoft.com/en-us/windows/forum/all/solved-unable-to-stop-internet-connection-sharing/b01e1ebc-4f9d-4bf6-8d15-37a782fa03ff

Thank you for telling us this! This happens on MacOS when running Internet Sharing, as well. You saved me an afternoon of research, haha.