Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

butler offline usage - return code

A topic by tbyc created Aug 04, 2021 Views: 316
Viewing posts 1 to 1

Hi,

I have a C# application that starts butler.exe like so: int exitCode = StartProcess(butlerExeDir, args);

I'm trying to find docs on the return code from butler.exe since it's giving a 1 which indicates an error at the moment.

Thanks!