mirror of https://github.com/BOINC/boinc.git
parent
a4e2be87f4
commit
adab9f9436
|
@ -338,6 +338,8 @@ int ACTIVE_TASK::start(bool first_time) {
|
||||||
NULL, win_error, 0, (LPTSTR)&lpMsgBuf, 0, errorargs
|
NULL, win_error, 0, (LPTSTR)&lpMsgBuf, 0, errorargs
|
||||||
);
|
);
|
||||||
|
|
||||||
|
state = PROCESS_COULDNT_START;
|
||||||
|
result->active_task_state = PROCESS_COULDNT_START;
|
||||||
if (win_error) {
|
if (win_error) {
|
||||||
gstate.report_result_error(*result, win_error, (LPTSTR)&lpMsgBuf);
|
gstate.report_result_error(*result, win_error, (LPTSTR)&lpMsgBuf);
|
||||||
LocalFree(lpMsgBuf);
|
LocalFree(lpMsgBuf);
|
||||||
|
|
Loading…
Reference in New Issue