Lines Matching defs:Problem

41 void Problem(const char* format, ...) {
53 Problem("Can't read %s file.", kind);
57 Problem("Can't read %s file.", kind);
68 Problem("Can't write output.");
70 Problem("Incomplete write.");
83 Problem("Can't parse input.");
91 Problem("Can't encode program.");
98 Problem("Can't serialize encoded program.");
104 Problem("Can't combine serialized encoded program streams.");
166 Problem("Can't parse program input.");
174 Problem("Can't parse model input.");
178 Problem("Can't adjust program.");
186 Problem("Can't encode program.");
193 Problem("Can't serialize encoded program.");
199 Problem("Can't combine serialized encoded program streams.");
222 Problem("Can't parse model input.");
230 Problem("Can't parse program input.");
235 Problem("Can't adjust program.");
243 Problem("Can't encode program.");
249 Problem("Can't encode model.");
255 Problem("Can't serialize encoded program.");
262 Problem("Can't serialize encoded model.");
279 if (status != courgette::OK) Problem("-xxx failed.");
294 Problem("Bad input file.");
299 Problem("Bad encoded program.");
305 Problem("Can't assemble.");
325 if (status != courgette::C_OK) Problem("-gen failed.");
348 Problem("Not a courgette patch");
352 Problem("Wrong version patch");
356 Problem("Corrupt patch");
360 Problem("Disassembly failed (could be because of memory issues)");
364 Problem("Stream error (likely out of memory or disk space)");
380 Problem("Can't open output");
382 Problem("Can't write output");
384 Problem("-apply failed.");
402 if (status != courgette::OK) Problem("-genbsdiff failed.");
422 if (status != courgette::OK) Problem("-applybsdiff failed.");