dual stack systems cannot connect to localhost by default as the server only works with ipv4.
```
[2016-01-27 19:59:40] [SERVER] initializing
[2016-01-27 19:59:41] [CLIENT] initializing 0.19549 (20160116_015456)
[2016-01-27 19:59:41] [INIT] Seed File: C:\Program Files (x86)\Steam\steamapps\common\StarMade\StarMade\.\server-database\world0\.seed
[2016-01-27 19:59:41] [SQL] Fetching connection (may take some if game crashed on the run before)
[2016-01-27 19:59:41] [SQL] connection successfull
[2016-01-27 19:59:42] [DATABASE] ENTITIES UID SIZE: 128
[2016-01-27 19:59:42] [DATABASE] FTL UID SIZE: 128
[2016-01-27 19:59:42] [DATABASE] SYSTEMS UID SIZE: 128
[2016-01-27 19:59:42] [SERVER] Request Thread pool size is: 25
[2016-01-27 19:59:43] [SERVER] port 4242 is open
[2016-01-27 19:59:43] [SERVER] USING TCP... LISTENING ON 192.168.1.6
[2016-01-27 19:59:43] java.net.BindException: Cannot assign requested address: JVM_Bind
[2016-01-27 19:59:43] at java.net.TwoStacksPlainSocketImpl.socketBind(Native Method)
[2016-01-27 19:59:43] at java.net.TwoStacksPlainSocketImpl.socketBind(Unknown Source)
[2016-01-27 19:59:43] at java.net.AbstractPlainSocketImpl.bind(Unknown Source)
[2016-01-27 19:59:43] at java.net.TwoStacksPlainSocketImpl.bind(Unknown Source)
[2016-01-27 19:59:43] at java.net.PlainSocketImpl.bind(Unknown Source)
[2016-01-27 19:59:43] at java.net.ServerSocket.bind(Unknown Source)
[2016-01-27 19:59:43] at java.net.ServerSocket.<init>(Unknown Source)
[2016-01-27 19:59:43] at org.schema.schine.network.server.ServerListener.<init>(SourceFile:162)
[2016-01-27 19:59:43] at org.schema.schine.network.server.ServerController.startServerAndListen(SourceFile:342)
[2016-01-27 19:59:43] at obfuscated.Pj.run(SourceFile:1200)
[2016-01-27 19:59:43] at java.lang.Thread.run(Unknown Source)
[2016-01-27 19:59:43] [CLIENT] Added observer for GameClientController
[2016-01-27 19:59:43] WARNING: Found unknown Windows version: Windows 10
[2016-01-27 19:59:43] Attempting to use default windows plug-in.
[2016-01-27 19:59:43] Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
[2016-01-27 19:59:43] [CLIENT][GAMEINPUT] TOTAL INPUT DEVICES: 5
[2016-01-27 19:59:43] [JOYSTICK] cannot read default joystick file because it does not exist
[2016-01-27 19:59:43] [CLIENT] Client State and Controller successfully created
[2016-01-27 19:59:43] [CLIENT] trying to connect to localhost:4242
[2016-01-27 19:59:43] [CLIENT] establishing new socket connection to localhost:4242
[2016-01-27 19:59:43] [CLIENT] Trying TCP...
[2016-01-27 19:59:44] [CLIENT] TCP connection failed: ConnectException; Connection refused: connect
[2016-01-27 19:59:44] [CLIENT] Trying UDP...
[2016-01-27 19:59:47] java.net.SocketTimeoutException: Failed to connect!
[2016-01-27 19:59:47] at org.schema.schine.network.client.ClientToServerConnection.connect(SourceFile:163)
[2016-01-27 19:59:47] at org.schema.schine.network.client.ClientController.connect(SourceFile:287)
[2016-01-27 19:59:47] at obfuscated.C.a(SourceFile:1740)
[2016-01-27 19:59:47] at obfuscated.Pc.run(SourceFile:87)
[2016-01-27 19:59:47] at java.lang.Thread.run(Unknown Source)
[2016-01-27 19:59:49] Exiting because of failed conenct
[2016-01-27 19:59:49] [CLIENT] CLIENT SHUTDOWN. Dumping client data!
```