Hi!
I copied and pasted the PasswordGenerator example from the repository and it crashes on exit (see below). I'm running this under Python v3.13.9, delphifmx 1.1.0 and Windows 11 Home.
D:\Python\Delphi>python PasswordGenerator.py
Traceback (most recent call last):
File "D:\Python\Delphi\PasswordGenerator.py", line 303, in <module>
main()
~~~~^^
File "D:\Python\Delphi\PasswordGenerator.py", line 299, in main
Application.MainForm.Destroy()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
TypeError: "Destroy" called with invalid arguments.
Error: Access violation at address 00000000706E4976 in module 'DelphiFMX.pyd' (offset 534976). Read of address 0000000000000030
Thanks.
Hi!
I copied and pasted the PasswordGenerator example from the repository and it crashes on exit (see below). I'm running this under Python v3.13.9, delphifmx 1.1.0 and Windows 11 Home.
Thanks.