summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShiroe <krejza9@gmail.com>2021-07-11 12:25:03 +0200
committerGitHub <noreply@github.com>2021-07-11 12:25:03 +0200
commit90eb45ce28b02e65907373e78ae746f5bbc2508e (patch)
tree0f79a188d85832270691817e1d8edde165465ab3 /docs
parent44b35393af6c822d3f92a03ab8a129edea465af5 (diff)
downloadwiki-90eb45ce28b02e65907373e78ae746f5bbc2508e.tar.gz
wiki-90eb45ce28b02e65907373e78ae746f5bbc2508e.tar.bz2
wiki-90eb45ce28b02e65907373e78ae746f5bbc2508e.zip
chore: update faq (#592)
* Update faq.md Added Error: 0xc000007b guide * Update faq.md addtext
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md5
1 files changed, 5 insertions, 0 deletions
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?