8,827
edits
m (+ a couple of more errors and solutions) |
m (+ error) |
||
| Line 27: | Line 27: | ||
===Error: bind() failed in make_server_socket()=== | ===Error: bind() failed in make_server_socket()=== | ||
When using [[Howto: Multiplayer|multiplayer]] or socket input, this usually means you specified an invalid ip address or the port is in use. Note: for multiplayer, you don't need to use the ''--multiplay=in,...'' option at all, FlightGear (since version 1.0) figures out the proper setting automatically. Only use when you know what you are doing. | When using [[Howto: Multiplayer|multiplayer]] or socket input, this usually means you specified an invalid ip address or the port is in use. Note: for multiplayer, you don't need to use the ''--multiplay=in,...'' option at all, FlightGear (since version 1.0) figures out the proper setting automatically. Only use when you know what you are doing. | ||
===Error Building Technique: findAttr: could not find attribute bool=== | |||
Make sure that your data and source (or binary) match. They must be from the same date, to provide the best performance. | |||
===Error: connect() failed in make_client_socket()<br>SG_IO_OUT socket creation failed=== | ===Error: connect() failed in make_client_socket()<br>SG_IO_OUT socket creation failed=== | ||