general tip if it's closing right away: create a subfolder called logs\ if it's not already there and check the debug file it generates to see what it's erroring out and exiting.
Alternatively, run the executable from the command line so when it exits out the exiting message will still be available when it returns to prompt.
|