Changes between Version 7 and Version 8 of Ticket #115, comment 4
- Timestamp:
- May 16, 2019, 1:21:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #115, comment 4
v7 v8 10 10 * Case 2,3,4 : Some console output, as shown below. 11 11 12 To reiterate that, invoking with the -v option does not give ''any'' output in case 2 (debug or otherwise). Presumably this is because the crash occurs before any attempt to output a debug message is made. Notice how in your output sample, the error about the missing PNG is the first message? As I stated in my earlier message, this PNG error does not show for case 2, implying that the crash occurs before this check for the PNG is made.12 To reiterate that, invoking with the -v option does not give ''any'' output in case 1 (debug or otherwise). Presumably this is because the crash occurs before any attempt to output a debug message is made. Notice how in your output sample, the error about the missing PNG is the first message? As I stated in my earlier message, this PNG error does not show for case 1, implying that the crash occurs before this check for the PNG is made. 13 13 14 14 (I admit that there is a possible alternative explanation here: The crash is interfering with the console output so that the check for the PNG still occurs but the error message does not show. However, I consider this possibility to be unlikely.) … … 34 34 35 35 (beyond that there is just button/keyboard event reporting obviously generated by me scribbling.) 36 37 EDIT: fixed some confusion caused by renumbering.