From 90eb45ce28b02e65907373e78ae746f5bbc2508e Mon Sep 17 00:00:00 2001 From: Shiroe Date: Sun, 11 Jul 2021 12:25:03 +0200 Subject: chore: update faq (#592) * Update faq.md Added Error: 0xc000007b guide * Update faq.md addtext --- docs/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index b1314e3..8c7fc0f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -94,6 +94,11 @@ 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. + - 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 - How can I get a good crashlog on Windows? -- cgit