[GH-ISSUE #91] [BUG] Generated app does not open in Ventura/M1 #63

Open
opened 2026-03-04 12:28:34 +03:00 by kerem · 3 comments
Owner

Originally created by @acyment on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/91

Describe the bug
Generated app does not open in mac OS Ventura using an M1 machine (haven't tried in other macOS versions or with Intel processor though)

To Reproduce

  • Build using build_mac.sh (I actually had to replace png icon with icns version as described here)
  • Double-click on app or execute from command line using "open onthespot_mac.app/"
  • Nothing happens

Expected behavior
GUI should appear

System Information (please complete the following information):

  • OS: Ventura 13.5
  • OnTheSpot Version: 0.5

Additional context
Apple M1 Pro processor

Originally created by @acyment on GitHub (Aug 21, 2023). Original GitHub issue: https://github.com/casualsnek/onthespot/issues/91 **Describe the bug** Generated app does not open in mac OS Ventura using an M1 machine (haven't tried in other macOS versions or with Intel processor though) **To Reproduce** - Build using build_mac.sh (I actually had to replace png icon with icns version as described [here](https://github.com/casualsnek/onthespot/issues/90)) - Double-click on app or execute from command line using "open onthespot_mac.app/" - Nothing happens **Expected behavior** GUI should appear **System Information (please complete the following information):** - OS: Ventura 13.5 - OnTheSpot Version: 0.5 **Additional context** Apple M1 Pro processor
Author
Owner

@casualsnek commented on GitHub (Oct 31, 2023):

Are you using rosetta emulation/compatibility ? PyQt5 currently does not aupport ARM macs so it has to run via emulation. ( Run the whole build process/built binaries inside a rosetta terminal and it should work ).

I will soon be porting ots to use pyqt6 so it should get native support for m1 macs as well !

<!-- gh-comment-id:1786780909 --> @casualsnek commented on GitHub (Oct 31, 2023): Are you using rosetta emulation/compatibility ? PyQt5 currently does not aupport ARM macs so it has to run via emulation. ( Run the whole build process/built binaries inside a rosetta terminal and it should work ). I will soon be porting ots to use pyqt6 so it should get native support for m1 macs as well !
Author
Owner

@acyment commented on GitHub (Oct 31, 2023):

I was not using rosetta. I'll give it a try and report back.

<!-- gh-comment-id:1787155287 --> @acyment commented on GitHub (Oct 31, 2023): I was not using rosetta. I'll give it a try and report back.
Author
Owner

@justine-george commented on GitHub (May 19, 2024):

I built using ./build_mac.sh inside a rosetta terminal (M2). The generated app binary does not open.

<!-- gh-comment-id:2119150048 --> @justine-george commented on GitHub (May 19, 2024): I built using ./build_mac.sh inside a rosetta terminal (M2). The generated app binary does not open.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#63
No description provided.