Access violation

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
spooky9
New Member
New Member
Posts: 1
Joined: 2012-05-24, 22:57 UTC

Access violation

Post by *spooky9 »

---------------------------
Total Commander 8.0
---------------------------
Access violation.
Access violation
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):40ED59
712A94 7C003B 7B091E 7C231E 4A7956 4A787E 7DD120 7C0011
7B091E 7C231E 92B03A 40ED5F 6AB81C 4345DB 4378DC 437B49

Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Yes No
---------------------------

this happened when I tried to close total commander. Note that there was another program closing in the background which may have kept a lock on some files...
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50532
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

That's a very odd error, it happens when TC tries to delete the second drive panel (drive button bar):

Code: Select all

  if DrivePanel2<>nil then begin
    DrivePanel2.Free;
    DrivePanel2:=nil;
  end;
Are you able to reproduce it? If yes, can you give me more details, like the Windows version, theme, and method you use to close TC?
Author of Total Commander
https://www.ghisler.com
Post Reply