Skip to content

Commit 80b9804

Browse files
authored
Merge pull request #30 from openandroidinstaller-dev/msvcp110-missing-faq
Update faq with c++ issue
2 parents bada2df + 00769ea commit 80b9804

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

public/faq.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
131131
<li><a href="#fastboot-hangs">When flashing the custom recovery, the applications hangs and the advanced output
132132
shows "waiting-for-device". What can I do?</a></li>
133133
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
134+
<li><a href="#dll-missing">I get the error message "msvcp110.dll missing".</a></li>
134135
</ul>
135136
</div>
136137
<!-- TOC End -->
@@ -392,6 +393,15 @@ <h3 id="find-logs" class="title is-3">Where do I find the logfiles?</h3>
392393
</p>
393394
<p>If you are running the executable directly, the logs are located in the same directory as the executable.</p>
394395
</div>
396+
<div class="notification has-background-white-bis p-6 content">
397+
<h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll missing" on Windows.</h3>
398+
<p>This error (and similar dll issues) are usually resolved by installing <a
399+
href="https://www.microsoft.com/de-DE/download/details.aspx?id=30679" target="_blank">Visual C++
400+
Redistributable für Visual Studio 2012</a>. Make sure to also install the 32-bit version, named
401+
<code>VSU4\vcredist_x86.exe</code>, since heimdall runs on 32 bit. (To be sure, reboot the PC before trying the
402+
Installer again.).
403+
</p>
404+
</div>
395405
<!-- Content End -->
396406
</div>
397407
</section>

templates/faq.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
3030
<li><a href="#fastboot-hangs">When flashing the custom recovery, the applications hangs and the advanced output
3131
shows "waiting-for-device". What can I do?</a></li>
3232
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
33+
<li><a href="#dll-missing">I get the error message "msvcp110.dll missing".</a></li>
3334
</ul>
3435
</div>
3536
<!-- TOC End -->
@@ -291,6 +292,15 @@ <h3 id="find-logs" class="title is-3">Where do I find the logfiles?</h3>
291292
</p>
292293
<p>If you are running the executable directly, the logs are located in the same directory as the executable.</p>
293294
</div>
295+
<div class="notification has-background-white-bis p-6 content">
296+
<h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll missing" on Windows.</h3>
297+
<p>This error (and similar dll issues) are usually resolved by installing <a
298+
href="https://www.microsoft.com/de-DE/download/details.aspx?id=30679" target="_blank">Visual C++
299+
Redistributable für Visual Studio 2012</a>. Make sure to also install the 32-bit version, named
300+
<code>VSU4\vcredist_x86.exe</code>, since heimdall runs on 32 bit. (To be sure, reboot the PC before trying the
301+
Installer again.).
302+
</p>
303+
</div>
294304
<!-- Content End -->
295305
</div>
296306
</section>
@@ -314,4 +324,4 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
314324
</div>
315325
</section>
316326
<!-- Contribution Banner End -->
317-
{% endblock %}
327+
{% endblock %}

0 commit comments

Comments
 (0)