summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-07-11 19:59:18 +0200
committerGitHub <noreply@github.com>2021-07-11 19:59:18 +0200
commit85f8b340d78303a8e182367c30b9db18572f2d92 (patch)
treee900794d74c0bf018a853c74b16edeedc5d4d89a /docs
parent90eb45ce28b02e65907373e78ae746f5bbc2508e (diff)
downloadwiki-85f8b340d78303a8e182367c30b9db18572f2d92.tar.gz
wiki-85f8b340d78303a8e182367c30b9db18572f2d92.tar.bz2
wiki-85f8b340d78303a8e182367c30b9db18572f2d92.zip
chore: Move 0xc000007b from faq to common-errors (#593)
* chore: Move 0xc000007b from faq to common-errors * Update faq.md
Diffstat (limited to 'docs')
-rw-r--r--docs/common-errors.md8
-rw-r--r--docs/faq.md5
2 files changed, 8 insertions, 5 deletions
diff --git a/docs/common-errors.md b/docs/common-errors.md
index 5d06799..f1e86bd 100644
--- a/docs/common-errors.md
+++ b/docs/common-errors.md
@@ -136,6 +136,14 @@ You need to use the exact version of libmysql.dll as the version you used to com
---------------------------------------------------------
+**ACE00047** I get an error when I am trying to start Worldserver or Authserver
+```
+This application was unable to start correctly (0xc000007b). Click OK to close the application.
+```
+This is usually due to mixing 32/64bit DLLs with your compiled binaries. Your DLLs needs to be the same bit version as your compiled binaries.
+
+---------------------------------------------------------
+
## Core compilation-related errors
**ACE00060** I don't get a AzerothCore hash
diff --git a/docs/faq.md b/docs/faq.md
index 8c7fc0f..b1314e3 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -94,11 +94,6 @@ 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?