Failed to bind socket [0.4.9][Win7] (Resolved!)

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

Failed to bind socket [0.4.9][Win7] (Resolved!)

by BrunoMine » Sat Mar 22, 2014 00:45

Already checked port! Is set to 30000
I can usually open with minetest but not with RunServer

SO: Windown 7 Professional
Minetest Version: 0.4.9-dev20140206

RunServer.bat:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
START bin\minetest.exe --server --worldname minemacro --address minemacro.servegame.com


Debug:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
-------------
  Separator 
-------------

21:38:12: ACTION[main]: [MOD]craft_guide -- loaded from C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\mods\craft_guide
 Currency mod loading...
[Currency] Craft_items Loaded!
[Currency] Shop Loaded!
[Currency] Safe Loaded!
[Currency] Crafting Loaded!
ERROR[ConnectionSend]: Bind failed: Socket and bind address families do not match
ACTION[ServerThread]: announcing to servers.minetest.net
ACTION[main]:         .__               __                   __   
ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
ACTION[main]:       \/        \/     \/          \/     \/       
ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30000.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)
Last edited by BrunoMine on Sat Mar 22, 2014 16:15, edited 1 time in total.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sat Mar 22, 2014 11:21

brunob.santos wrote:Already checked port! Is set to 30000
I can usually open with minetest but not with RunServer

RunServer.bat
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
START bin\minetest.exe --server --worldname minemacro --address minemacro.servegame.com


Debug
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
-------------
  Separator 
-------------

21:38:12: ACTION[main]: [MOD]craft_guide -- loaded from C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\mods\craft_guide
 Currency mod loading...
[Currency] Craft_items Loaded!
[Currency] Shop Loaded!
[Currency] Safe Loaded!
[Currency] Crafting Loaded!
ERROR[ConnectionSend]: Bind failed: Socket and bind address families do not match
ACTION[ServerThread]: announcing to servers.minetest.net
ACTION[main]:         .__               __                   __   
ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
ACTION[main]:       \/        \/     \/          \/     \/       
ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30000.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)
Is there another ./minetestserver running in memory?

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

by BrunoMine » Sat Mar 22, 2014 11:51

Jordach wrote:Is there another ./minetestserver running in memory?

No. I restarted the computer but continued with error
Last edited by BrunoMine on Sat Mar 22, 2014 11:56, edited 1 time in total.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 

markveidemanis
Member
 
Posts: 211
Joined: Thu Sep 27, 2012 15:41

by markveidemanis » Sat Mar 22, 2014 14:24

I had this error, it helps if you forward multiple ports so you can use another if this happens, to fix it you need to restart your router (idk why) or choose a different port, I recommend the latter because the router should reconnect automatically when it's not being used.
EDIT: 200th post
Last edited by markveidemanis on Sat Mar 22, 2014 14:33, edited 1 time in total.
BitCoin: 1Eq4arvykGNa1YC2DbJpWcwGfMvtFGjAoR
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

by BrunoMine » Sat Mar 22, 2014 15:08

markveidemanis wrote:I had this error, it helps if you forward multiple ports so you can use another if this happens, to fix it you need to restart your router (idk why) or choose a different port, I recommend the latter because the router should reconnect automatically when it's not being used.
EDIT: 200th post


I rebooted router and computer but it did not work. I tried 10 different ports and it did not work

Debug:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30003.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30004.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30008.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

ACTION[main]: World at [C:\Users\Bruno\Desktop\Minemacro\minetest-0.4.9\bin\..\worlds\minemacro]
ACTION[main]: Server for gameid="minetest" listening on fe80:0:0:0:5961:8851:cc8:5d40:30010.
ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

Last edited by BrunoMine on Sat Mar 22, 2014 15:11, edited 1 time in total.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 

User avatar
hoodedice
Member
 
Posts: 1372
Joined: Sat Jul 06, 2013 06:33

by hoodedice » Sat Mar 22, 2014 15:11

Switch to the latest Minetest build by sfan5. The previous one had this error.
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

by BrunoMine » Sat Mar 22, 2014 15:14

hoodedice wrote:Switch to the latest Minetest build by sfan5. The previous one had this error.

link please!
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 

User avatar
hoodedice
Member
 
Posts: 1372
Joined: Sat Jul 06, 2013 06:33

by hoodedice » Sat Mar 22, 2014 16:07

7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

by BrunoMine » Sat Mar 22, 2014 16:13



Thank you! Everyone (and sfan5 too). Problem solved!
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 9 guests

cron