TurboPack / MustangpeakVirtualshellTools

Delphi and CBuilder Components to create Explorer type programs
Other
49 stars 24 forks source link

stack overflow #12

Closed adem0x closed 3 years ago

adem0x commented 5 years ago

My setup is: Delphi 10.3.1 Rio Windows 10 64Bit

I am trying to compile and run 'VET.dpr' under Demos\Overview

Compiling isn't a problem (just remove HintAnimation related stuff).

But, when I run it under the IDE, I get this error and it gets stuck.

First chance exception at $7766CBDB. Exception class $C00000FD with message 'stack overflow at 0x7766cbdb'. Process VET.exe (8316)

It occurs in MPShellUtilities.pas in TNamespace.DisplayNameOf()

And is triggered by

VET1.Active := True;

in Procedure TForm1.TabSheetNormalShow() in Unit1.pas

I tried to look into it, but wasn't successful.

Could someone help solve this please.

pyscripter commented 4 years ago

Please check again with the current state of the project. I think you will find it works.

romankassebaum commented 3 years ago

I also checked and there is no AV.