TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Error binding server endpoint: The requested address is not valid in its context? #362

Closed TheBluKat closed 4 years ago

TheBluKat commented 4 years ago

Torch Version: v1.3.1.99-master SE Version: 1.193.103

Expected Behavior

What did you expect to happen?

Observed Behavior

18:41:24.6575 [DEBUG] Keen: MyCubeGridDefinitions - END 18:41:24.6575 [DEBUG] Keen: MyDefinitionManager - START 18:41:24.6735 [DEBUG] Keen: MyDefinitionManager - END 18:41:24.6735 [DEBUG] Keen: Preallocate - END 18:41:24.6735 [DEBUG] Keen: Bind IP : 203.59.54.9:27018 18:41:26.6572 [INFO] Keen: Error binding server endpoint: The requested address is not valid in its context?

Steps to Reproduce

  1. set ip address in config GUI
  2. Save, Close Start.

Other Information

Provide links to game logs or saves here if necessary. Keen-2020-01-13.log Torch-2020-01-13.log

Jimmacle commented 4 years ago

The IP you set is invalid, it should be the address of the network interface you want to bind or 0.0.0.0 to bind to all available interfaces.