casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
735 stars 53 forks source link

[BUG] Generated app does not open in Ventura/M1 #91

Open acyment opened 10 months ago

acyment commented 10 months ago

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

Expected behavior GUI should appear

System Information (please complete the following information):

Additional context Apple M1 Pro processor

casualsnek commented 8 months ago

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 !

acyment commented 8 months ago

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

justine-george commented 1 month ago

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