Skip to content

PasswordGenerator example crashes on exit #112

@dfkettle

Description

@dfkettle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions