From e8910c3b2395675f92a7218e728a315dd8843b7c Mon Sep 17 00:00:00 2001 From: Shiroe Date: Sun, 11 Jul 2021 12:04:21 +0200 Subject: [PATCH 1/2] Update faq.md Added Error: 0xc000007b guide --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index b1314e39c..d26556118 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -94,6 +94,9 @@ If you have trouble installing or compiling AzerothCore read [Common Errors](com - for 64bit installs: "libssl-1_1-x64.dll" and "libcrypto-1_1-x64.dll" - You can follow the [Core Installation](core-installation) guide to find the libraries. +- I'm getting an Application Error: 0xc000007b + - This error usually happens when mixing 32 bit and 64 bit DLLs. + ## Debug-related FAQ - How can I get a good crashlog on Windows? From fc67bd1838ae04e05bcd4f81a65b7cbdade2f4af Mon Sep 17 00:00:00 2001 From: Shiroe Date: Sun, 11 Jul 2021 12:10:15 +0200 Subject: [PATCH 2/2] Update faq.md addtext --- docs/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index d26556118..8c7fc0f00 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -96,6 +96,8 @@ If you have trouble installing or compiling AzerothCore read [Common Errors](com - I'm getting an Application Error: 0xc000007b - This error usually happens when mixing 32 bit and 64 bit DLLs. + - For 32bit compiled you will need the required DLLs in 32 bits as well. + - For 64bit compiled you will need the required DLLs in 64 bits as well. ## Debug-related FAQ