diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq.md | 5 |
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? |
