Hi Wyatt / Sam, Is there any documentation on all the exit codes returned by wyUpdater.exe

While running wyupdate.exe through a command line, I am getting the exit code 255. What does this mean?

I need to know what are the exit code will be returned by wyupdate.exe and its meaning.

All of the return codes are documented in the source code. However, the "known" return codes are listed here: https://wyday.com/wybuild/help/silent-checking.php

In the source code, I can see the documentation for just 4 exit codes. But I wanted to know what 255 denotes.

/* Possible return codes: 0 = Success / no updates found 1 = General error 2 = Updates found 3 = Update process cancelled 4 = wyUpdate exited immediately to focus another wyUpdate instance */

I am invoking the wyupdate.exe with the param below-basedir="source-loc-here" -server="website-url-here" /quickcheck /justcheck /noerr /skipinfo

Most of the times update works just fine. I am getting exit code 255 infrequently. It will be easier for me to find the root cause of this issue if I get to know what this exit code indicates.

wyUpdate doesn't return that exit code, so something else is failing. More information is needed. Preferably a way to reproduce what you're getting.

Seems the exit code is due to the unhandled exception is thrown inside wyUpdate.exe. I will try to attach the source code and find the root cause later as I am frustrated with another issue now.