Page 1 of 1

TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Posted: Thu 25 Jun 2020 10:37
by awunnenb
If i place the TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina latest Version.

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Posted: Fri 26 Jun 2020 09:27
by ViktorV
Thank you for the information. The issue and investigation is in progress. We will inform you when we have any results.

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Posted: Fri 26 Jun 2020 14:46
by ViktorV
The new build of SecureBridge 9.3.1 that includes the fix is already available for download.
Please check the operation of this build and let us know the result.

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Posted: Sat 04 Jul 2020 20:17
by awunnenb
The crash is fixed but if i try to connect to a ssh server with publickey i got an error: Failed to create OS basic event with name ""

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Posted: Tue 07 Jul 2020 16:46
by ViktorV
To resolve the problem, in the project file ( with the *.lpr extension) please try to add the following string:

Code: Select all

{$DEFINE UseCThreads}
before

Code: Select all

{$IFDEF UNIX}{$IFDEF UseCThreads}