drakonkat / Crawfish

Innovative torrent client with integrated search feature
MIT License
66 stars 7 forks source link

White screen when starting on windows 11 after update 1.7.3 #6

Closed Chupakabra0 closed 2 years ago

Chupakabra0 commented 2 years ago

Describe the bug White screen when starting on windows 11

Screenshots

img

Desktop:

Aidenww1 commented 2 years ago

same problem here

drakonkat commented 2 years ago

I noticed that the version 1.7.3 has a bug, i removed from the release list and added a version 1.7.4. Can you try to manually install it and see if the problem is solved?

Download 1.7.4

Sorry for the inconvenience

Chupakabra0 commented 2 years ago

Alas, I have this kind of bug even on 1.7.4 version. White screen, mouse plays loading animation but nothing happens even after 10 minutes of waiting.

drakonkat commented 2 years ago

Ok, i will try to reproduce the bug

drakonkat commented 2 years ago

If possible, it can be useful if you run the software from Powershell/CMD, it will print some log

To run it you need to go to the directory of the software (Usually "C:\Users\<>\AppData\Local\Programs\CrawFish") and the run ".\Crawfish.exe" then paste here the logs

In any case I will try to add an automatic "log sender" if some error will happen

Chupakabra0 commented 2 years ago

No problem. here's logs Interesting, some resource check has failed.

drakonkat commented 2 years ago

Ok, thanks a lot the problem is here:

*** uncaughtException: TypeError: Cannot read properties of undefined (reading 'download')
    at C:\Users\roota\AppData\Local\Programs\CrawFish\resources\app.asar\routes\classes\ConfigStorage.js:110:44
    at <anonymous>
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)

The resource failure is "ok", it's part of the starting process where i will find the best "searx" implementation which i need after to search torrent. It will fetch all the public searx server and save the best response on the client PC

I have introduced alternative speed limit, but it will make a wrong check i will fix it and try to release it today (It will happen only if before the versione 1.7.4 you never changed the upload/download limit i suppose and this is why i cannot replicate)

Thanks a lot for the help

Chupakabra0 commented 2 years ago

Thank you for quick answer.

Also I left the application loading in the background for a while and the following appeared in the logs [7260:0808/112540.202:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is

Is it ok?

drakonkat commented 2 years ago

Hi, no but probably the first error cause rendering problem for electron i hope will be fixed with the first bug

drakonkat commented 2 years ago

Hi, it took some time, but now I have released the fix, with the version 1.7.5 I think you have no more problem (I think I will add some rollback options from update)

Chupakabra0 commented 2 years ago

Works fine, thank you!