Skip to content

App crashes (or freaks out+display errors) after a time on MacOS with fast ARM-Processor (M3-Pro) if Metal is activated #332

@philippjhofmann

Description

@philippjhofmann

Our app is out of control after a minute on MacOS with a fast ARM-Processor (M3-Pro) and then it's not possible to click something or the click is reacting very slow and as you click in meantime again you don't know what happens then next. So it out of control, the app freaks out and there are massive display error and you need to close the app. Sometimes users describes also that the app is crashing.
It seems to be fine, if we deactivate Metal:

  {$IFDEF CPUARM}
  GlobalUseMetal:=false;
  {$ELSE}
  GlobalUseMetal:=true;
  {$ENDIF}

It's reproducable on a MacBook with M3-Pro processor and you demo app. After around 30 clicks, the app freaks out and there are massive display errors.

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