Help Needed on locating error reason and source

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
apowolozki
Junior Member
Junior Member
Posts: 7
Joined: 2010-07-06, 10:05 UTC
Location: Dortmund, Germany

Help Needed on locating error reason and source

Post by *apowolozki »

Hallo everybody,

i'm trying to develop a tc fs plugin in dotnet (c#) which should show and allow add and delete assemblies to the GAC using the article KB/files/ManagedTCPLugin.aspx at codeproject as the base for my development.

The plugin seems to run properly as far as i browse only my local filesystem or filesystems of computers inside the same domain.
As far as i try to browse computers inside a foreign domain tc hangs fore some minutes and as far as i call my plugin i get following error:

Code: Select all

---------------------------
Total Commander 7.55
---------------------------
External exception E0434F4D.
External exception E0434F4D
Windows XP SP2 5.1 (Build 2600)

Please report this error to the Author, with a description
of what you were doing when this error occurred!

Windows exception: E0434F4D
Stack trace:
7C812A6B
684038  684113  4EA8BB  63FD37  4DFE68  4E0FA8
442E4D  444421  442D8B  445152  >44435F  414564
4442CD  414564  444421  444D9E  414564  44435F
414564  419C30  419CC8  6BF7F1  
Raw:
6BC5F9  684038  407962  40208E  617AA1  67E230
5F2B93  445117  442E4D  44506D  442E4D  432D5B
444421  444D9E  444DC1  414564  414564  63CCDD
66E12C  66E184  6BECF5  674796  5F6875  5F6898
674796  5F6875  5F6898  432D5B  444421  444D9E
444DC1  414564  414564  414564  40208E  4023B3
4023DB  4026A4  4036AD  403796  431FFC  4442CD
414564  4442CD  414564  6BC247  444D9E  414564
406E08  4023B3  4023DB  407619  683854  4033BC
683828  683874  6BC80F  6967BC  6BC80F  6967BC

Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Ja   Nein   
---------------------------
My question is how can i locate the origin of the error as i do not really good know c++ and i'm not very good in debugging native applications.

Thanks a lot in advance.

Alexander
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50843
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The error seems to occur in your plugin when Total Commander calls:
fsplugin.StatusInfoW(path,FS_STATUS_START,FS_STATUS_OP_LIST);

This is sent before requesting the contents of directory "path".
Author of Total Commander
https://www.ghisler.com
Post Reply