Lines Matching refs:error

87 error(int rc, wchar_t * format, ... )
98 if (rc == 0) { /* a Windows error */
129 error(RC_NO_MEMORY, L"Could not allocate environment buffer");
136 /* Either some error, e.g. ERROR_ENVVAR_NOT_FOUND,
275 /* unexpected error */
308 status = ERROR_FILE_NOT_FOUND; /* actual error doesn't matter */
432 error(0, L"CompareStringW failed");
693 * wrapped_script_path, or terminate the program with an error if there is no
708 error(RC_NO_SCRIPT, L"Wrapper name '%ls' is not valid.", wrapped_script_path);
715 error(RC_NO_SCRIPT, L"Script file '%ls' is not present.", wrapped_script_path);
787 error(RC_CREATE_PROCESS, L"Job information querying failed");
793 error(RC_CREATE_PROCESS, L"Job information setting failed");
798 error(RC_NO_STD_HANDLES, L"stdin duplication failed");
801 error(RC_NO_STD_HANDLES, L"stdout duplication failed");
804 error(RC_NO_STD_HANDLES, L"stderr duplication failed");
808 error(RC_CREATE_PROCESS, L"control handler setting failed");
814 error(RC_CREATE_PROCESS, L"Unable to create process using '%ls'", cmdline);
820 error(RC_CREATE_PROCESS, L"Failed to get exit code of process");
847 error(RC_CREATE_PROCESS, L"unable to allocate %zd bytes for child command.",
1444 error(RC_BAD_VIRTUAL_PATH, L"Unknown virtual \
1465 error(RC_BAD_VIRTUAL_PATH, L"Invalid version \
1472 error(RC_NO_PYTHON, L"Requested Python version \
1697 error(RC_NO_MEMORY, L"out of memory");
1703 error(0, L"Failed to get module name");
1811 error(RC_NO_MEMORY, L"Failed to copy module name");
1816 error(RC_NO_VENV_CFG, L"No pyvenv.cfg file");
1831 error(RC_NO_VENV_CFG, L"No pyvenv.cfg file");
1839 error(RC_NO_MEMORY, L"Failed to copy module name");
1883 * terminate the program with an error.
1891 error(RC_NO_MEMORY, L"Could not allocate new command line");
1914 error(RC_BAD_VENV_CFG, L"Cannot read '%ls'", venv_cfg_path);
1921 error(RC_BAD_VENV_CFG, L"Cannot find home in '%ls'",
1927 error(0, L"Cannot determine memory for home path");
1932 error(RC_NO_MEMORY, L"A memory allocation failed");
1938 error(RC_BAD_VENV_CFG, L"Cannot decode home path in '%ls'",
1948 error(RC_BAD_VENV_CFG, L"Cannot create executable path from '%ls'",
1953 error(RC_NO_PYTHON, L"No Python at '%ls'", executable);
1959 error(0, L"Failed to set launcher environment");
1985 error(RC_NO_PYTHON, L"Requested Python version (%ls) not \
2018 error(RC_NO_PYTHON, L"Can't find a default Python.");