KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
22.24k stars 2.05k forks source link

Crashing every 30 minutes #6192

Open nyxriella opened 1 year ago

nyxriella commented 1 year ago

Anyone have the same problem with 3.8d? I don't know how or where to check the error/log.

KurtBestor commented 1 year ago

Run with hitomi_downloader_GUI.exe --debug Please post the debug.txt

tatuta630 commented 1 year ago

We are currently using the 3.8d technical preview. It crashes shortly after starting. I have attached debug.txt. debug.txt

KurtBestor commented 1 year ago

Is it the same in v3.8d and v3.8c?

tatuta630 commented 1 year ago

No, I only became aware of this issue a week ago, so I'm assuming it's probably "3.8d" only.

tatuta630 commented 1 year ago

I just updated to v3.8e, but the symptoms continue to occur. debug.txt

KurtBestor commented 1 year ago

Press Ctrl + Alt + C to open the console and type the following command and press Enter:

sys.getrecursionlimit()

Show me the output

tatuta630 commented 1 year ago

Paste the result below. ↓↓↓ Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]

sys.getrecursionlimit()

1000

tatuta630 commented 1 year ago

I got a crash dump when it crashed. Upload the result analyzed by Windbg. analyzed.txt

KurtBestor commented 1 year ago

What GPU are you using?

tatuta630 commented 1 year ago

I'm using RTX 2060 SUPER (Mem:8GB).

KurtBestor commented 1 year ago

Run the program with the command below:

hitomi_downloader_GUI.exe --disable-gpu

Do you still have the same symptoms?

tatuta630 commented 1 year ago

Unfortunately, it crashed.