MythicApp / Mythic

A unique open-source game launcher for macOS with Epic Games & upcoming Steam integration and the ability to run Windows games.
https://getmythic.app
GNU General Public License v3.0
396 stars 19 forks source link

[BUG] Bad CPU type in executable (intel) #36

Open KeyboardChampion opened 3 months ago

KeyboardChampion commented 3 months ago

Describe the bug When I am trying to sign into Epic Games and put the authorization code into Mythic, it says "The operation couldn't be completed. Bad CPU type in executable"

To Reproduce Steps to reproduce the behavior: Put the authorization code into Mythic

Expected behavior It should link my Epic Games account to Mythic

Mac (please complete the following information): Model: Mac Mini 2018 Operating System: [e.g. macOS Sonoma 14.5] App Version: 0.10 Alpha

blackxfiied commented 3 months ago

Seems like this error is related to #33. A fix was pushed out with https://github.com/MythicApp/Mythic/commit/1e5eed5457ba168c1111d33b9b3dc5803bfa0a23.

blackxfiied commented 3 months ago

Turns out this error is related to the pyinstaller compilation of legendary, it wasn't compiled universally, and universally compiling is apparently impossible using pyinstaller.

KeyboardChampion commented 3 months ago

Does that mean that you're going to switch installer things so that it can work?

blackxfiied commented 2 months ago

Yup. a fix is underway.

KeyboardChampion commented 2 months ago

Alright! Thank you!