+ cd /c/git/bt411/content
+ rm -f mp_a.log mp_b.log
+ sleep 2
+ BT_LOG=mp_b.log
+ BT_AFFINITY=0x2
+ BT_MP_LOG=1
+ BT_MP_NET=1
+ BT_DEATH_LOG=1
+ BT_SCORE_LOG=1
+ ../build/Debug/btl4.exe -egg MP.EGG -net 1601
+ sleep 4
+ BT_LOG=mp_a.log
+ BT_AFFINITY=0x1
+ BT_MP_FORCE_DMG=1
+ BT_MP_LOG=1
+ BT_GOTO_LOG=1
+ BT_DEATH_LOG=1
+ BT_SCORE_LOG=1
+ ../build/Debug/btl4.exe -egg MP.EGG -net 1501
+ PC=62260
+ python ../tools/btconsole.py MP.EGG 127.0.0.1:1501 127.0.0.1:1601
+ sleep 100
Exception in thread Thread-2 (serve_pod):
Traceback (most recent call last):
  File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "C:\git\bt411\tools\btconsole.py", line 123, in serve_pod
    data = s.recv(4096)
           ^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
+ kill 62260
+ taskkill //F //IM btl4.exe
SUCCESS: The process "btl4.exe" with PID 10952 has been terminated.
+ taskkill //F //IM python.exe
SUCCESS: The process "python.exe" with PID 28888 has been terminated.
+ echo '=== DONE ==='
=== DONE ===
