- Aug
- 2,312
- 111
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 27.00.20 x64 Windows 10 [Version 10.0.19042.746]
This morning, my C: drive went from 39.4% full to 100% full.
The culprit was the tcc.exception.log file;
Code:
c:\programdata\jp software\take command 27>dir
Volume in drive C is unlabeled Serial number is acb2:6a48
Directory of C:\ProgramData\JP Software\Take Command 27\*
2021-02-09 7:46 <DIR> .
2021-02-09 7:46 <DIR> ..
2021-02-06 13:35 <DIR> updates
2021-02-09 8:21 306,086,231,390 tcc.exception.log
2021-01-12 9:20 470 TCEdit.exception.log
306,086,231,860 bytes in 2 files and 3 dirs 306,086,236,160 bytes allocated
28,319,039,488 bytes free
Looks like it started yesterday;
Code:
[2021/02/08 00:00:15.063] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:00:15.063] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:00:15.079] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:00:15.063] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:00:15.079] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
Code:
[2021/02/08 00:35:10.969] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:35:10.985] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:35:10.985] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:35:10.985] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
[2021/02/08 00:35:10.985] D:\TakeCommand27\TCConsole\ntinit.cpp:364 wmain() SEH Exception: 0x00007FFBEB6643E7 - INT_DIVIDE_BY_ZERO
However, the date is misleading.
I use the RunAsDate utility to run a .BTM file with the previous days date;
It would appear that TCC does not like to be launched using this utility.
Joe