CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

Can't run Demucs-gui #43

Closed ebjazz93 closed 7 months ago

ebjazz93 commented 7 months ago

Hi, Thanks for this useful project. I'm on W10, amd gpu, python 3.10.6 installed I have unzip and run Demucs-GUI.exe. A cmd window opens less than one second and close, so nothing happen. I tried v.1.1a and 1.2 cpu, same problem. Is there something I did wrong? some prerequisites i missed ?

CarlGao4 commented 7 months ago

Is there any log file? (you can open it from C:\Users\<Your Username>\AppData\Local\demucs-gui\logs) If not, can you run from cmd and see what it has output?

ebjazz93 commented 7 months ago

Thanks for you concern There is no such folder as demucs-gui in appData\local, I launch demucs-gui.exe from cmd here is the result C:\Demucs-GUI_1.1a2_cpu>Demucs-GUI.exe C:\Demucs-GUI_1.1a2_cpu>

CarlGao4 commented 7 months ago

It's my mistake It should be AppData\Roaming\demucs-gui\logs

ebjazz93 commented 7 months ago

thanks. Here is the log content (i updated python meanwhile btw) 2024-01-11 13:41:21,070 (GuiMain.py) (Line 1412) [INFO] : Python version: 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)] 2024-01-11 13:41:21,071 (GuiMain.py) (Line 1413) [INFO] : Demucs GUI version: 1.1a2 2024-01-11 13:41:21,159 (GuiMain.py) (Line 1414) [INFO] : System: Windows-10-10.0.19045-SP0 2024-01-11 13:41:21,159 (GuiMain.py) (Line 1415) [INFO] : Architecture: 64bit 2024-01-11 13:41:21,159 (GuiMain.py) (Line 1416) [INFO] : CPU: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel 2024-01-11 13:41:21,160 (GuiMain.py) (Line 1417) [INFO] : CPU count: 8 2024-01-11 13:41:21,175 (GuiMain.py) (Line 1418) [INFO] : System memory: 34294652928 (31.939GB) 2024-01-11 13:41:21,201 (GuiMain.py) (Line 1421) [INFO] : System free memory: 10696880128 (9.963GB) Traceback (most recent call last): File "GuiMain.py", line 1424, in File "psutil__init__.py", line 1992, in swap_memory File "psutil_pswindows.py", line 257, in swap_memory RuntimeError: PdhAddEnglishCounterW failed. Performance counters may be disabled.

CarlGao4 commented 7 months ago

Same error as https://github.com/CarlGao4/Demucs-Gui/issues/27#issuecomment-1768055897 Closing

ebjazz93 commented 7 months ago

ok, thanks,