---------------------------
Total Commander 8.0Я6
---------------------------
Invalid pointer operation.
Invalid pointer operation
Windows 7 SP1 6.1 (Build 7601)
Please report this error to the Author, with a description
of what you were doing when this error occurred!
Stack trace (x64):40B13D
40BDCA 8907FB 89BE90 7BEDFE 7BF40A 7D85EB 7B9D5D 7B9D47
7B9D47 7BC738 7CE25E 43405E 434554 698294 440462 431944
Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Да Нет
---------------------------
[8.0ß6-x64] Error
Moderators: Hacker, petermad, Stefan2, white
[8.0ß6-x64] Error
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Yes, please describe what you were doing! It seems to occur when Total Commander is closed (call to Destroy method).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I use the utility kITUP to restart TC. The author argues that all implemented correctly.
Author of kITUP wrote: Even if kIT UP goes wrong, that sends all top-level windows WM_CLOSE, is still a normal program should not crumble from this ...
Code: Select all
procedure CloseProcessByPID(PID: Integer);
function EnumWindowsProc(hwnd: HWND; lParam: LPARAM): Boolean; stdcall;
var
PID: Cardinal;
Res: Cardinal;
begin
GetWindowThreadProcessId(hwnd, @PID);
if PID = Cardinal(lParam) then
begin
SendMessageTimeout(hwnd, 16, 0, 0, SMTO_NORMAL, MainInfo.Configuration.CloseProcessWait, Res);
end;
Result := True;
end;
begin
EnumWindows(@EnumWindowsProc, PID);
end;
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I cannot find it either, but I did catch an exception in the OnClose function...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I'm catching a few more exceptions, maybe that fixed it? Please observe it for a few days, and let me know how it goes.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The problem has returned. The first restart is always an error.
The last time was an error:
x64 b(?)-b17a
The last time was an error:
Code: Select all
---------------------------
Error
---------------------------
An unhandled exception occurred at $00000000007E04E9 :
EAccessViolation : Access violation
$00000000007E04E9
$00000000778C9BD1
---------------------------
ОК
---------------------------
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
This error doesn't seem to come from Total Commander, no version number is shown. Maybe a plugin or Explorer extension?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com