CezarGab / Overlyrics

🎵🟢📃 | Python application that displays real-time song lyrics overlaid on top of other windows in the system.
https://cezargab.github.io/Overlyrics/
MIT License
25 stars 2 forks source link

Both .exe files aren't compatible with my PC? #7

Open TheNebula22 opened 1 month ago

TheNebula22 commented 1 month ago

Trying to launch either of the .exe files brings up a message saying "This app can't run on your PC" and "To find a version for your PC, check the software publisher." I am on Windows 10 Home version 22H2. please let me know if you need anymore information, cheers.

xtho25 commented 1 month ago

Same here.

CezarGab commented 1 month ago

Hello there! Can you take a screenshot of the error, please?

And is this error after the installation, or does the installer never run?

Thank you!

TheNebula22 commented 1 month ago

Hi,

Please see the screenshots attached. The first is the folder containing all the files and the second is the error after running the installer. The installer never runs as far as I'm aware, cheers.

Capture Capture1

CezarGab commented 1 month ago

Thank you!

Also, could you give me the specifications of your computer, please? Just type "System Info" on Windows

Is your processor 32-bit? I think that could be it.

TheNebula22 commented 1 month ago

Hi,

Please see the image below.

Capture

xtho25 commented 1 month ago

I believe that the problem is the file itself. Using pyinstaller I made .exe file of Overlyrics and I had no problem running it. I just had to authenticate again. image

xtho25 commented 1 month ago

NOTE: The program doen't close. You have to go to the task manager to end task since an error apperars with a label error which when you click ok doen't actually terminate the program. So a os._exit(1) function on exit must be implemented.

CezarGab commented 1 month ago

@TheNebula22 sorry for not answering earlier.

Well, now I understand the answer to the problem

The executable files in the repository is actually just an LFS pointer file (because the size of the original file is not allowed by GitHub). Installing it is unfortunately not as easy as I thought.

So I uploaded it to my personal Google Drive, and here are the links:

Could you please try to install it using these links? If it works, I will update the readme.

Thanks a lot!