question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

untitled

Seems like some .dlls are missing from distribution. Namely:

api-ms-win-crt-runtime-l1-1-0.dll

This is the problem reported on another user behalf, so he has no chance to like troubleshoot it, because it is his first Python experience.

I’d prefer builds with https://mingwpy.github.io/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:31 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
zoobacommented, Jun 20, 2016

@stonebig In that case, if LoadLibrary("ucrtbase.dll") fails, you know the machine isn’t up to date. That’s the easiest way to see whether the correct CRT is installed.

0reactions
zoobacommented, Jun 20, 2016

It depends on the failure state. For the official installer, we would fail with an obscure error message if you don’t have the prerequisites. That was because we were doing the install ourselves.

If you’re simply linking to the full vcredist, then it should fail with a detailed message if the prereqs are missing. An annoying extra download before finding that out, but not necessarily the end of the world, depending on the expected user base.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Symptoms of Failure to Launch Syndrome and What to Do
Failure to launch syndrome is not technically a syndrome, but instead it is a term used to describe young adults who do not...
Read more >
Failure to Launch Syndrome
Failure to launch syndrome is not a true diagnosis (nor is it a term we particularly like at OPI), but rather is a...
Read more >
Failure to Launch: What It Is and How to Handle It
This phenomenon has come to be known as Failure to Launch (FTL). Bell defines FTL as declining independent living and economic ...
Read more >
What is Failure to Launch Syndrome? - Dr. Roseann
Young adults sufferings from failure to launch to syndrome experience a variety of symptoms that often result from lack of or improper mental...
Read more >
Failure to Launch: Addressing the Needs of Transition-Age ...
In a failure to launch, an individual experiences difficulty adapting to the demands of the next phase of life and becomes “stuck.” And...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found