TC crashes at startup [FIXED?]

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Magister
Junior Member
Junior Member
Posts: 11
Joined: 2018-11-23, 15:46 UTC

TC crashes at startup [FIXED?]

Post by *Magister »

After a windows update (win10 x64), now when I launch TC it crashes after a few seconds. I had 9.1 I upgraded to 9.2RC2 but still problem.

I have an event in windows log, not sure how to deal with crash report from windows, if you need other info please tell me, I have a 20kb Report.wer file

0
APPCRASH
Not available
0
TOTALCMD64.EXE
9.2.1.0
00000000
SHELL32.dll
10.0.17763.292
49c5e4dc
c0000005
0000000000093c07
Last edited by Magister on 2019-03-12, 13:24 UTC, edited 1 time in total.
Magister
Junior Member
Junior Member
Posts: 11
Joined: 2018-11-23, 15:46 UTC

Re: TC crashes at startup

Post by *Magister »

Don't know what happened, I uninstalled KB2565063 which was installed and rebooted, it now works.
My Sublime also crashed whevener I was trying to save something, so problem was not TC.
User avatar
Dalai
Power Member
Power Member
Posts: 9365
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: TC crashes at startup [FIXED?]

Post by *Dalai »

Since KB2565063 is an update for Visual C++ runtimes, the issue is probably related to a shell extension. Try ShellExView (search for it on the forum to find step by step instructions by Ghisler).

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: TC crashes at startup [FIXED?]

Post by *ghisler(Author) »

You could also create a crash dump with procdump, this would allow me to see in the stack trace which module is crashing:
https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx

1. Create new directory c:\dumps
2. Create a lnk file of procdump.exe or procdump64.exe (for 64-bit Windows)
with Ctrl+Shift+F5, e.g. procdump.lnk
3. Open the properties the lnk file with Alt+Enter
4. Change the command from c:\path\procdump.exe to
c:\path\procdump.exe -ma -i c:\dumps
5. Important: Click on "Advanced" and check option "As administrator"
6. Run procdump with this link file
7. Wait until the crash occurs.
8. Send me the dump from c:\dumps.
Author of Total Commander
https://www.ghisler.com
Post Reply