# C++ Runtime Library problem

**URL:** https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967
**Category:** The Garage
**Created:** [April 27, 2014, 5:19pm UTC](https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967 "2014-04-27T17:19:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Desy](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@Desy](https://discourse.cataclysmdda.org/u/Desy)
#### Post date: [April 27, 2014, 5:19pm UTC](https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967/1 "2014-04-27T17:19:03Z")

</div>

![](http://i.imgur.com/E7Obp5F.png)

I may be missing something important here. So far, google tried to help, but ultimatively, I can only try so often to uninstall and reinstall the visual c++ 2010 redistributable package.

I’m stumped. The experimental build works without that error, but in that case, the speed for the steps is significantly lower than the speed I was walking with in the previous versions (before Kaufman). As in: It didn’t take about half a second per step each.

Any help would be greatly appreciated. Additionally, it would help keep the Z’s at bay.

---

<div class="post-metadata">

### Author: ![Poetich77](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/poetich77/32/824_2.png) [@Poetich77](https://discourse.cataclysmdda.org/u/Poetich77)
#### Post date: [April 27, 2014, 5:47pm UTC](https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967/2 "2014-04-27T17:47:18Z")

</div>

I think the problem in locale definition. Try to add/remove a environment variable LC\_NUMERIC=en\_US  
(System Properties -\> Advanced system settings -\> Environment Variable)

---

<div class="post-metadata">

### Author: ![Desy](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@Desy](https://discourse.cataclysmdda.org/u/Desy)
#### Post date: [April 27, 2014, 5:56pm UTC](https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967/3 "2014-04-27T17:56:58Z")

</div>

…yes! Yay, that was it! I still had the variable set since the last time I played (since not having it caused errors), now having it apparently caused errors. Hah! xD

Thanks for the quick help. A whole bunch. I’ll be killing all Zombies in your name!

---

<div class="post-metadata">

### Author: ![Poetich77](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/poetich77/32/824_2.png) [@Poetich77](https://discourse.cataclysmdda.org/u/Poetich77)
#### Post date: [April 27, 2014, 7:21pm UTC](https://discourse.cataclysmdda.org/t/c-runtime-library-problem/5967/4 "2014-04-27T19:21:51Z")

</div>

[quote=“Desy, post:3, topic:5967”]…yes! Yay, that was it! I still had the variable set since the last time I played (since not having it caused errors), now having it apparently caused errors. Hah! xD

Thanks for the quick help. A whole bunch. I’ll be killing all Zombies in your name![/quote]

Lol! 😃 You’re welcome!
