Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AV in EasyListviewAccessible #23

Open
Lingri opened this issue Jul 8, 2024 · 1 comment
Open

AV in EasyListviewAccessible #23

Lingri opened this issue Jul 8, 2024 · 1 comment

Comments

@Lingri
Copy link

Lingri commented Jul 8, 2024

We've get a floating error like a

EurekaLogExceptionNotify AExceptionInfo.ExceptionNative = false; 
 AExceptionInfo.ExceptionClass = EAccessViolation
 AExceptionInfo.ExceptionMessage = Access violation at address 01E31B0D in module '...'. Read of address 00000060

Code: C0000005 (EXCEPTION_ACCESS_VIOLATION)
Address: (01A31B0D){...     } [01E31B0D] EasyListviewAccessible.TEasyAccessibleManager.FillItemState (Line 708, "EasyListviewAccessible.pas") + $E.; exit

This line:
if Item = TEasyListviewHack(Item.OwnerListview).DragManager.DragItem then

This is not a regular error.

@romankassebaum
Copy link
Contributor

romankassebaum commented Jul 8, 2024

I added some checks that everything is assgined. I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants