diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-11 19:59:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 19:59:18 +0200 |
| commit | 85f8b340d78303a8e182367c30b9db18572f2d92 (patch) | |
| tree | e900794d74c0bf018a853c74b16edeedc5d4d89a /docs/common-errors.md | |
| parent | 90eb45ce28b02e65907373e78ae746f5bbc2508e (diff) | |
| download | wiki-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/common-errors.md')
| -rw-r--r-- | docs/common-errors.md | 8 |
1 files changed, 8 insertions, 0 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 |
