When you try to connect to any local or remote network location where there is no open / listening network port, GAE (posing as a game client) will crash with this:
Crash!
Exception: Socket Error in : readAll() [Error code: 107]
Transport endpoint is not connected
This is a literal quote from the window which displays on screen. Unfortunately this error is not logged to any logfile (gae-crash.txt, glestadv-network.log, glestadv-error.log) and the screenshot produced at this point
is reproducibly broken.
However, when you connect to a listening port (which just accepts the TCP connection but does not send any data), then cancel connecting on the GAE client, you crash with this instead:
Crash
Version: Advanced Engine git-master
Time: Sat Apr 16 04:40:18 2011
Description: SIGSEGV: address not mapped to object
Address: 0
Backtrace:
./build/source/game/glestadv(_ZN6Shared8Platform24PlatformExceptionHandler7handlerEiP7siginfoPv+0xf7) [0x70c387]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) [0x7f304a424c60]
./build/source/game/glestadv(_ZN5Glest7Widgets12WidgetWindow20removeFloatingWidgetEPNS0_6WidgetE+0xb7) [0x68cc87]
./build/source/game/glestadv(_ZN5Glest4Menu17MenuStateJoinGame6updateEv+0x1a4) [0x59fb84]
./build/source/game/glestadv(_ZN5Glest4Main7Program4loopEv+0x19e) [0x5789ae]
./build/source/game/glestadv(_ZN5Glest4Main9glestMainEiPPc+0x323) [0x575313]
./build/source/game/glestadv(main+0x35) [0x5758f5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xff) [0x7f30484fdeff]
./build/source/game/glestadv() [0x4c4f09]
=======================