7D2DSDX / SDX

SDX 0.7.x
0 stars 0 forks source link

SDX 0.7.x: Feature Request: Ability to do an automatic build #5

Open SphereII opened 7 years ago

SphereII commented 7 years ago

It'd be a nice comfort option to have a command line parameter to sdx exe to auto-build

sdx7d2d.exe /build sdx7d2d.exe /run

This would help with integration tasks.

HAL-NINE-THOUSAND commented 7 years ago

Added /autobuild and /autoexit as command line parameters

SphereII commented 7 years ago

When running /autobuild, and there application attempts to throw an unhandled exception, the sdx7d2d.exe process will stop responding, and crash. A Windows dialog box pops up, saying it crashed, and asking to Debug or Close program.

The exception gets displayed at console after the launcher crashes.

Expected Results: Display the error in the console, and exit (or not hang). Even /autoexit gets hung up until you click on Close Program