Picasa Demo abort

Hi,

I'm using FMX Cloud Pack 3.3.3.1 with Tokyo update 1.  When I
run the Picasa Demo the first time (no picasa.ini with stored tokens,
requests permission in a browser), during program exit it aborts at
IdCustomTCPServer line 1078:
    if LIOHandler = nil then begin
      // Listening has finished
      Stop;
      Abort;
    end else begin
After the first time, when there's a picasa.ini file with valid tokens, it terminates normally. How can I stop it from aborting?

Hi,


I have not been able to reproduce this issue.
On which platform(s) does the issue occur?
Can you please provide exact steps to reproduce the issue?

windows 10, Rad Studio Tokyo update 1, FMX Cloud Pack 3.3.3.1
load PicasaDemo.dproj, win32 debug
enter valid codes in APPIDS.INC
delete any existing picasa.ini in the executable file directory
run
click "connect", allow access
click the x in the upper right to close
it breaks every time in line 1078 of idCustomTCPServer at "Abort"

It's OK if there's a valid picasa.ini file

Have you changed anything wrt the Indy components for your Delphi IDE?
We run here with the default Indy component version included with RAD Studio 10.2

I downloaded libeay32.dll and ssleay32.dll from the Indy website for ssl support.  I don't remember changing anything else.

I just installed Rad Studio 10.2.3 and reinstalled FMX Cloud pack 3.3.3.1.  Everything is working.

Thanks for informing