Subj : src/sbbs3/xtrn.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Jan 26 2022 08:10 pm https://gitlab.synchro.net/main/sbbs/-/commit/9445866c80a38b5ee6c170ea Modified Files: src/sbbs3/xtrn.cpp Log Message: Ignore VDD WriteFile() failures if the child process has terminated If the child process (e.g. door game) has terminated, don't log errors if/when WriteFile() to the mailslot fails. This would be expected as the mailslot is created/owen-by sbbsexec.dll which would also terminate along with the process, thus closing the mailslot. Hopefully resolves the errors reported by DesotoFireflite (VALHALLA). .