Skip to content

MMEX crashes when creating a new database #7009

@n-stein

Description

@n-stein

MMEX version:

  • 1.9.0

During database creation, MMEX crashes after selecting the base currency and clicking "Finish".

Crash occurs due to calling GetFont on a parent which is passed as nullptr:

mmMainCurrencyDialog dlg(nullptr, currencyID);

this->SetFont(parent->GetFont());

It seems that MMEX is attempting to reopen the currency dialog after "Finish" is clicked, but with no parent window.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions