Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Dependencies seems corrupted or missing #25

Closed
storm134 opened this issue Jan 4, 2019 · 12 comments
Closed

Dependencies seems corrupted or missing #25

storm134 opened this issue Jan 4, 2019 · 12 comments
Assignees
Labels
Projects

Comments

@storm134
Copy link

storm134 commented Jan 4, 2019

Install release v1.2.7c and NET FrameWork 4.7.1 and Microsoft Visual C++ 2010 Redistributable Package (x86) and NodeJS. but always get the same message "Dependencies seems corrupted or missing, click ok to re-download them" if i click ok program crashed. amd using windows 7 (64b).

Any Ideas?

@skid9000
Copy link
Owner

Weird, can you give me the details of the app crash ?

@skid9000 skid9000 self-assigned this Jan 11, 2019
@skid9000 skid9000 added this to Not yet confirmed in Issues via automation Jan 27, 2019
@skid9000
Copy link
Owner

Any news ?

@crackerbad
Copy link

Any news ?

same problem, you can post a complete download link with CrunchyrollAuth and FFMPEG

@skid9000
Copy link
Owner

skid9000 commented Feb 8, 2019

Are you on Windows 7 too ?

@crackerbad
Copy link

Are you on Windows 7 too ?

Yes, Windows 7 Ultimate 64bits

@skid9000
Copy link
Owner

Ok i will try to reproduce it on my Windows 7 vm when i have time.

@skid9000 skid9000 moved this from Not yet confirmed to Issue confirmed in Issues Feb 21, 2019
@skid9000
Copy link
Owner

I successfully reproduced the issue, i will see what i can do...

@skid9000 skid9000 added the bug label Feb 21, 2019
@skid9000
Copy link
Owner

Ok the issue is kinda weird...
It blocks in the process of downloading youtube-dl...
I use https://yt-dl.org/downloads/latest/youtube-dl.exe to download the latest version of youtube-dl.
However, when you try to access this url in ie (v8) it crashes... But when you try to just access yt-dl.org, it works fine.
So i don't really know what to do ATM...

@BluYoshi2012
Copy link

Adding these 2 lines of code in the WebClient block seemed to download the files correctly.
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

@skid9000
Copy link
Owner

Interesting '-'

I will try that on my end this weekend, if it works, will maybe publish a hotfix release.

@skid9000 skid9000 moved this from Issue confirmed to Need testing. in Issues Feb 27, 2019
@skid9000
Copy link
Owner

Ok it seems to work on my side.
I'm going to push the fix on develop.
Thanks @Lugiia ! :)

skid9000 pushed a commit that referenced this issue Feb 28, 2019
@BluYoshi2012
Copy link

You're welcome :)

Issues automation moved this from Need testing. to Closed Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Issues
  
Closed
Development

No branches or pull requests

4 participants