Display error message when engine dies
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 5 Dec 2016 08:29:13 +0000 (09:29 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 5 Dec 2016 08:40:23 +0000 (09:40 +0100)
commitf26559fcc563015f7049626337121d1b448bfee5
treea05fcb6936b3b936238741f73e09a0af8d872507
parentac79f2335f0fde3a37a4905ae05fa81baddc779c
Display error message when engine dies

UCI2WB used to exit silently when reading from the engine produced an EOF
response (indicating the engine process died). This then evoked the standard
XBoard fatal error "... engine exited uexpectedly". Now it sends a
'tellusererror' command to the GUI to suppress the standard popup, and
to clearly indicate that it was because of a crash in the engine rather
than in the adapter.
UCI2WB.c