What I found already concerning ewbf 0.4
Message output was changed, there is timestamp in front of every message
To override false positive last share timeout I've changed 659 line to
FOR /F "tokens=3 delims=: " %%A IN ('findstr.exe /R /C:".*INFO.* share .*" %log%') DO SET lastsharemin=1%%A
To properly find error messages Ive changed every entry of %lasterror% to !lasterror!
So far it seems working
Every line number was checked on version 2.0