Maradonna90 / NewGAN-Manager

A tool to generate and manage xml configs for the Newgen Facepack.
GNU General Public License v3.0
174 stars 34 forks source link

[BUG] Crashing on codesigned 1.31 Mac version on M1 mac #118

Closed alexanderroland closed 2 years ago

alexanderroland commented 2 years ago

The newest 1.31 version of NewGAN-Manager is unusable because it crashes on any click into a text box. Clicks into drop-down menus and checkboxes are not affected.

Steps to reproduce the behavior:

  1. Download 1.31 application from here and code sign in Terminal with codesign --force --deep --sign - NewGAN-Manager.app.
  2. Open application.
  3. Click on any text box
  4. Application crashes immediately

OS: macOS Monterey 12.1 on 13-inch M1 MacBook Pro 2020. Gatekeeper is deactivated (spctl --status reports assessments disabled).

Crash log crash.log

alexanderroland commented 2 years ago

As explained here, the issue does not occur when opening the app with Rosetta.

I'll close my ticket.