Exception with latest two versions

Hi, we get more and more bug-reports from customers. Most of them have these informations:

operating system : Windows 10 x64 build 19044
system language : German
exception number : 12
exception class : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 002D6B1A in Modul 'SPED3.BIN'. Lesen von Adresse 00000018.

main thread ($3088):
002d6b1a +002 myapp.BIN System.Generics.Collections TListHelper.DoIndexOfFwd4
03def3da +026 myapp.BIN VCL.TMSFNCCloudBase 989 +2 TTMSFNCCustomCloudBase.DoRequestRemove
03df0ae9 +025 myapp.BIN VCL.TMSFNCCloudBase 1589 +10 TTMSFNCCloudBaseRequestResult.ProcessResult

Any others having same issues?

also some have exceptions on following places:

04bbf6e8 +010 myapp.BIN VCL.TMSFNCCloudBase 1565 +1 TTMSFNCCloudBaseRequestResult.ProcessProgress

It seems, that something has changed in TTMSFNCDirections.GetDirections ... our call waits max 15 seconds because it is async ... Now after adding an application.processmessages in our "waiting loop" it seems working.

The access violation comes from a freed instance of TTMSFNCDirections after waiting 15 seconds for result ... but we forgot the CancelRequests ...

Can I conclude this issue is now solved or does this need more attention?

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.