From 85f8b340d78303a8e182367c30b9db18572f2d92 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 11 Jul 2021 19:59:18 +0200 Subject: chore: Move 0xc000007b from faq to common-errors (#593) * chore: Move 0xc000007b from faq to common-errors * Update faq.md --- docs/common-errors.md | 8 ++++++++ docs/faq.md | 5 ----- 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? -- cgit