reddit / rpan-studio

RPAN Studio
GNU General Public License v2.0
263 stars 57 forks source link

the code execution cannot proceed because VCRUNTIME140_1.dll was not found #2

Open TinBuzan opened 4 years ago

TinBuzan commented 4 years ago

I ran into this error while trying to run the obs64.exe on Windows 10 x64:

Solution:

Download VCRUNTIME140_1.dll here: https://www.dll-files.com/vcruntime140_1.dll.html#:~:text=The%20code%20execution%20cannot%20proceed,dll%20was%20not%20found.&text=dll%20is%20either%20not%20designed,the%20software%20vender%20for%20support.

After unzipping, take the .dll fill and drag it into the same directory as the obs64.exe file & run the .exe file again.

This can be done for any missing .dll files

OverseerCave commented 3 years ago

...please don't download DLL files from random websites.

Since that file belongs to the Visual C++ redistributable, why not download it from the official source?

It would also make sure any VCRUNTIME files required not only by RPAN Studio, but also by other programs are all installed correctly.

grizzogor commented 3 years ago

...please don't download DLL files from random websites.

Since that file belongs to the Visual C++ redistributable, why not download it from the official source?

It would also make sure any VCRUNTIME files required not only by RPAN Studio, but also by other programs are all installed correctly.

As a certified PC technician, I second this.

CamStLouis commented 3 years ago

This is still happening as of the latest release. I installed the Visual C++ redistributable from the microsoft link above, but get the same error.

Youareyou64 commented 3 years ago

Just to check, have you attempted to fully reinstall since this issue happened? (you should manually uninstall the old RPANStudio first, as I believe when reinstalling a new one it does not always fully uninstall it). This should have been fixed.

If you've tried this, have you tried using the instructions in the r/RPANStudio wiki?

CamStLouis commented 3 years ago

It was a fresh install on a brand new computer, actually. The wiki link just says "Sorry, this is a moderator-only page." Is there a relevant section you can copy and paste?

On Sun, Jun 13, 2021 at 5:27 PM Youareyou64 @.***> wrote:

Just to check, have you attempted to fully reinstall since this issue happened? (you should manually uninstall the old RPANStudio first, as I believe when reinstalling a new one it does not always fully uninstall it). This should have been fixed.

If you've tried this, have you tried using the instructions in the r/RPANStudio wiki? https://www.reddit.com/r/RPANStudio/about/wiki/index#wiki_vcruntime140_1.dll_was_not_found

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/reddit/rpan-studio/issues/2#issuecomment-860295132, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASK2ODDFPXGYRF7TUJ55BG3TSVEH7ANCNFSM4PRCYYMQ .

--

Youareyou64 commented 3 years ago

Ah sorry, this link should work: https://www.reddit.com/r/RPANStudio/wiki/index#wiki_vcruntime140_1.dll_was_not_found

CamStLouis commented 3 years ago

Ah, yeah I did find that in the quickstart guide, but that C++ runtime is already part of the things I tried reinstalling. According to the document, it shouldn't even be a problem in the latest release, either, so I'm confused about what could be going wrong.

On Mon, Jun 14, 2021 at 4:21 PM Youareyou64 @.***> wrote:

Ah sorry, this link should work: https://www.reddit.com/r/RPANStudio/wiki/index#wiki_vcruntime140_1.dll_was_not_found

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/reddit/rpan-studio/issues/2#issuecomment-861055722, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASK2ODEZ4KFUL75BGHIRQTTTS2FH3ANCNFSM4PRCYYMQ .

--