TC 8.01 x64 Crash report when copying files

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Corsaire
Junior Member
Junior Member
Posts: 2
Joined: 2006-06-16, 07:51 UTC
Location: Namur, Belgium
Contact:

TC 8.01 x64 Crash report when copying files

Post by *Corsaire »

Hi there!

Got a Crash Report when simply copying files from my internal HDD to a USB3 Backup HDD.

It never occured to me before (on any version, including the 8.01).

The thing is that it might happend just when I ALT-TAB back from Firefox at (almost) the same moment the copy was finished but I don't think that's the reason.

Please note that as I red on another thread, it might be related to another program. Know that I have UltraMon installed at this moment but it never crashed so far.

Code: Select all

---------------------------
Total Commander 8.01
---------------------------
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):40F30C
40EB72 898B1D 7EED7A 894AE3 77589BD1 43F4E3 43F971 71F0DC
43F917 404B2C 
Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Oui   Non   
---------------------------
Edit: added X64 version
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately the reported address isn't in Total Commander. The framework seems to deliver a message to a window not belonging to TC:

Code: Select all

  $000000000040F30C
  $000000000040EB72
  $0000000000898B1D  DELIVERMESSAGE,  line 105 of lclmessageglue.pas
  $00000000007EED7A  WINDOWPROC,  line 2530 of ./win32/win32callback.inc
  $0000000000894AE3  BUTTONWNDPROC,  line 1643 of ./win32/win32wsstdctrls.pp
  $0000000077589BD1
  $000000000043F4E3  TAPPLICATION__HANDLEMESSAGE,  line 1280 of ./include/application.inc
  $000000000043F971  TAPPLICATION__RUNLOOP,  line 1413 of ./include/application.inc
  $000000000071F0DC  TWIDGETSET__APPRUN,  line 60 of ./include/interfacebase.inc
  $000000000043F917  TAPPLICATION__RUN,  line 1401 of ./include/application.inc
  $0000000000404B2C  main,  line 401 of TOTALCMD.lpr
  $00000000000ADDED
  $0000000000002002
Are there any programs which display additional buttons in the title bar or so?
Author of Total Commander
https://www.ghisler.com
Corsaire
Junior Member
Junior Member
Posts: 2
Joined: 2006-06-16, 07:51 UTC
Location: Namur, Belgium
Contact:

Post by *Corsaire »

Hi! :)

As I said, I have UltraMon taht add one or two buttons to the title bar.. but it happened only once.. don't know why, but wanted to let you know.. :)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Sorry, I didn't know or remember that Ultramon adds buttons to the title bar. Anyway, for the next version I have added a try..except block to catch such exceptions silently (they shouldn't do any harm).
Author of Total Commander
https://www.ghisler.com
Post Reply