- May
- 13,817
- 211
I don't remember what I was doing at 23:54 on 2017-04-18, but at that time I got a strange tcc.exception.log. It's strange because
(1) it's in "c:\ProgramData\JP Software\Take Command 21". Normally exception logs go into TCC's home directory.
(2) it's 19 MB with 92,243 lines, all but the first lines being identical except for the time stamp. Here are the first, second, and last lines.
The file is stamped 23:54, a little odd since its last line is stamped 23:53:21.
The file is Unicode but has no BOM (normal?). HEAD. TAIL, and TYPE all choke on it. In the same directory is a tcmd.exception.log, empty except for a BOM.
Is there a sure-fire way to get TCC to write an exception log? I'd like to test where it actually goes.
(1) it's in "c:\ProgramData\JP Software\Take Command 21". Normally exception logs go into TCC's home directory.
(2) it's 19 MB with 92,243 lines, all but the first lines being identical except for the time stamp. Here are the first, second, and last lines.
Code:
[2017/04/18 23:52:39.226] ..\tcc\ntinit.cpp:346 wmain() SEH Exception: 0x5D77C876 - ACCESS_VIOLATION
[2017/04/18 23:52:39.226] ..\tcc\ntinit.cpp:346 wmain() SEH Exception: 0x5D77E159 - ACCESS_VIOLATION
[2017/04/18 23:53:21.206] ..\tcc\ntinit.cpp:346 wmain() SEH Exception: 0x5D77E159 - ACCESS_VIOLATION
The file is stamped 23:54, a little odd since its last line is stamped 23:53:21.
The file is Unicode but has no BOM (normal?). HEAD. TAIL, and TYPE all choke on it. In the same directory is a tcmd.exception.log, empty except for a BOM.
Is there a sure-fire way to get TCC to write an exception log? I'd like to test where it actually goes.