File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
131
131
< li > < a href ="#fastboot-hangs "> When flashing the custom recovery, the applications hangs and the advanced output
132
132
shows "waiting-for-device". What can I do?</ a > </ li >
133
133
< 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 >
134
135
</ ul >
135
136
</ div >
136
137
<!-- TOC End -->
@@ -392,6 +393,15 @@ <h3 id="find-logs" class="title is-3">Where do I find the logfiles?</h3>
392
393
</ p >
393
394
< p > If you are running the executable directly, the logs are located in the same directory as the executable.</ p >
394
395
</ 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 >
395
405
<!-- Content End -->
396
406
</ div >
397
407
</ section >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
30
30
< li > < a href ="#fastboot-hangs "> When flashing the custom recovery, the applications hangs and the advanced output
31
31
shows "waiting-for-device". What can I do?</ a > </ li >
32
32
< 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 >
33
34
</ ul >
34
35
</ div >
35
36
<!-- TOC End -->
@@ -291,6 +292,15 @@ <h3 id="find-logs" class="title is-3">Where do I find the logfiles?</h3>
291
292
</ p >
292
293
< p > If you are running the executable directly, the logs are located in the same directory as the executable.</ p >
293
294
</ 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 >
294
304
<!-- Content End -->
295
305
</ div >
296
306
</ 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
314
324
</ div >
315
325
</ section >
316
326
<!-- Contribution Banner End -->
317
- {% endblock %}
327
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments