@lring
As per your comment last night, I think there may indeed be a bug in the way the error handling was recoded in FaceDetection for the case when Reeti is running.
In particular, I kept getting these error messages at startup:
FaceDetection.DLL: Could not connect socket, retrying in 10s...
FaceDetection.DLL: Could not connect socket, retrying in 10s...
FaceDetection.DLL: Connection closed
followed by the Java process exiting (and sometimes not preceded by the retry messages). I believe the Java process is supposed to keep retrying.
@lring As per your comment last night, I think there may indeed be a bug in the way the error handling was recoded in FaceDetection for the case when Reeti is running.
In particular, I kept getting these error messages at startup:
FaceDetection.DLL: Could not connect socket, retrying in 10s... FaceDetection.DLL: Could not connect socket, retrying in 10s... FaceDetection.DLL: Connection closed
followed by the Java process exiting (and sometimes not preceded by the retry messages). I believe the Java process is supposed to keep retrying.
Tx, -CR