AritxOnly / Qt-AbletonLive_ThemeEditor

A QT C++ based Ableton Live 12 theme editor
MIT License
8 stars 1 forks source link

The executable does nothing #5

Open MortalCombatWombat opened 1 month ago

AritxOnly commented 1 month ago

Could you please tell me which operating system you are using? Is it the .exe executable or macOS excecutable?

MortalCombatWombat commented 1 month ago

It's the .exe. I'm using W10. Thanks

AritxOnly commented 1 month ago

Download The file you downloaded is from this link? Does the .exe not startup or just the application doesn't function well? Are there any error message involves Qt6 or some .dll files? If so, any screenshots or details could help me solve the problem, thanks. ps: Because I'm using a computer that runs win11, so it's hard to say what the problem is by your simple comments. And as I downloaded the file from release page, it actually works.

MortalCombatWombat commented 1 month ago

Opening the executable, the mouse changes to the Loading icon, but the application won't start at all, even using Admin rights. Checked the Task Manager and there's nothing (neither any error message). Downloaded it via the release, tested again today with the provided link. Thanks for answering.

AritxOnly commented 1 month ago

I uploaded a zip instead of the boxed exe, please try again the exe in the zip file. I supposed something went wrong in the vbox exe file

AritxOnly commented 1 month ago

Opening the executable, the mouse changes to the Loading icon, but the application won't start at all, even using Admin rights. Checked the Task Manager and there's nothing (neither any error message). Downloaded it via the release, tested again today with the provided link. Thanks for answering.

If the zip version works, I will close this issue. So please let me know, thanks

MortalCombatWombat commented 1 month ago

I tried running the zip version, but the problem remains. Not a trace of any process related to the Theme Editor. Sorry for the bother. What info about my system could help you?

AritxOnly commented 1 month ago

Well that was quite sad. I suppose it should be something wrong with the Qt runner environment and maybe because I compile it with MinGW64 on Win11 machine. But because I don't have another windows machine to test it, I can't figure out what happened. Have you got any experience in compiling with Qt? If so, I suppose you can compile it by yourself. Otherwise, I may try to add a log output function on the next beta and if possible, may trace the problem somehow.

MortalCombatWombat commented 1 month ago

I don't have expecience compiling, but if you could link any resource that could help I'll attempt to do it. I'm really willing to try the editor out as I make Live themes on a regular basis. Thanks for your patience :)

AritxOnly commented 1 month ago

Okay, I will give you few instructions. First of all, download Qt Creator and Qt(select open-source version which is free) from https://www.qt.io/download Then download the repository using "clone" open .qrc file up by using qt creator, choose MSVC2019 to compile it. Then all done. Here's what you can try