diff options
| author | Shiroe <krejza9@gmail.com> | 2021-07-11 12:25:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 12:25:03 +0200 |
| commit | 90eb45ce28b02e65907373e78ae746f5bbc2508e (patch) | |
| tree | 0f79a188d85832270691817e1d8edde165465ab3 /docs/faq.md | |
| parent | 44b35393af6c822d3f92a03ab8a129edea465af5 (diff) | |
| download | wiki-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/faq.md')
| -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? |
