summaryrefslogtreecommitdiff
path: root/docs/common-errors.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-04-27 19:12:55 +0200
committerGitHub <noreply@github.com>2022-04-27 19:12:55 +0200
commit7824279242e58144b04420c54709096ee35f8e1c (patch)
tree3a3e4b107141af757768a1bce8f9c1202e80adab /docs/common-errors.md
parenta3e25487ef7e1d76136fdced62e9936f224ff2bf (diff)
downloadwiki-7824279242e58144b04420c54709096ee35f8e1c.tar.gz
wiki-7824279242e58144b04420c54709096ee35f8e1c.tar.bz2
wiki-7824279242e58144b04420c54709096ee35f8e1c.zip
chore: fix links
Diffstat (limited to 'docs/common-errors.md')
-rw-r--r--docs/common-errors.md56
1 files changed, 28 insertions, 28 deletions
diff --git a/docs/common-errors.md b/docs/common-errors.md
index 9ba7703..1e9c9a3 100644
--- a/docs/common-errors.md
+++ b/docs/common-errors.md
@@ -9,7 +9,7 @@ tableofcontents: 1
## Database-related errors
-### [ACE00001](#ace00001)
+#### [ACE00001](#a-hreface00001ace00001a)
I can't start my Auth/WorldServer, I get:
```
[ERROR]: Table 'acore_world.table' doesn't exist
@@ -19,7 +19,7 @@ You are simply not updated and you need to [Update your database](database-keepi
---------------------------------------------------------
-#### [ACE00002](#ace00002)
+#### [ACE00002](#a-hreface00002ace00002a)
I can't start my Auth/WorldServer, I get:
```
[ERROR]: DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
@@ -33,7 +33,7 @@ To do this, uncomment Logger.sql.driver and then run the WorldServer again.
---------------------------------------------------------
-#### [ACE00003](#ace00003)
+#### [ACE00003](#a-hreface00003ace00003a)
I can't start my Auth/WorldServer, I get:
```
> Loaded 0 acore strings. DB table `acore_string` is empty.
@@ -42,7 +42,7 @@ This is because you have not imported the Database at all. Follow the instructio
---------------------------------------------------------
-#### [ACE00004](#ace00004)
+#### [ACE00004](#a-hreface00004ace00004a)
I can't start my Auth/WorldServer, I get:
```
Unknown column 'level' in 'field list'
@@ -60,7 +60,7 @@ This can mean several things:
## Database Update-related errors
-#### [ACE00020](#ace00020)
+#### [ACE00020](#a-hreface00020ace00020a)
My DB Assembler closes and does not import all updates, I get:
```
ERROR 1054 (42522) at line 14062: Unknown column 'resistance2' in 'field list'
@@ -71,7 +71,7 @@ The easiest way to fix it is by dropping your database and importing it again.
---------------------------------------------------------
-#### [ACE0021](#ace0021)
+#### [ACE0021](#a-hreface00021ace00021a)
My DB Assembler closes and does not import all updates, I get:
This can be due to several reasons:
@@ -81,7 +81,7 @@ This can be due to several reasons:
---------------------------------------------------------
-#### [ACE00022](#ace00022)
+#### [ACE00022](#a-hreface00022ace00022a)
My DB Assembler closes and does not import all updates, I get:
```
ERROR 1067 (42000) at line 181: Invalid default value for 'start_time'.
@@ -90,7 +90,7 @@ Disable MySQL strict mode, read [How to turn on/off MySQL strict mode in localho
------------------------------------------------------------------------------------------------------------------
-#### [ACE00023](#ace00023)
+#### [ACE00023](#a-hreface00023ace00023a)
My Worldserver closes when autoupdater, I get:
```
ERROR 2013 (HY000) at line 4: Lost connection to MySQL server during query
@@ -101,7 +101,7 @@ This is most likely due to your MySQL server's max_allowed_packet setting is too
## Core-related Errors
-#### [ACE00040](#ace00040)
+#### [ACE00040](#a-hreface00040ace00040a)
Core doesn't start, I get:
```
dbc exists, and has 13 field(s) (expected 12). Extracted file might be from wrong client version or a database-update has been forgotten.
@@ -110,14 +110,14 @@ You need to extract the DBC files from the same unmodified client version as you
---------------------------------------------------------
-#### [ACE00041](#ace00041)
+#### [ACE00041](#a-hreface00041ace00041a)
Core doesn't start, it closes as soon as I open it.
Start the server using command prompt to get the exact error.
---------------------------------------------------------
-#### [ACE00042](#ace00042)
+#### [ACE00042](#a-hreface00042ace00042a)
Core doesn't start, I get this error window.
```
@@ -129,7 +129,7 @@ You have not copied the necessary .dll files into the binaries directory.
---------------------------------------------------------
-#### [ACE00043](#ace00043)
+#### [ACE00043](#a-hreface00043ace00043a)
Core doesn't start, I get:
```
AzerothCore does not support MySQL versions below 5.7 and MariaDB versions below 10.5
@@ -138,7 +138,7 @@ Upgrade your MySQL/MariaDB.
---------------------------------------------------------
-#### [ACE00044](#ace00044)
+#### [ACE00044](#a-hreface00044ace00044a)
I get:
```
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed error
@@ -147,7 +147,7 @@ You can ignore it. It's an error we cannot hide.
---------------------------------------------------------
-#### [ACE00045](#ace00045)
+#### [ACE00045](#a-hreface00045ace00045a)
I get an error when the WorldServer is running:
```
Map file './maps/0004331.map' is from an incompatible map version (MAPS v9), MAPS v10 is expected
@@ -156,7 +156,7 @@ Pull the source, recompile tools, copy the extractors to your wow binaries and r
---------------------------------------------------------
-#### [ACE00046](#ace00046)
+#### [ACE00046](#a-hreface00046ace00046a)
I get an error when WorldServer is starting:
```
Used MySQL library version (8.0.19 id 80019) does not match the version id used to compile AzerothCore (id 80024)
@@ -167,7 +167,7 @@ This is due to that you have updated your MySQL server but have not recompiled a
---------------------------------------------------------
-#### [ACE00047](#ace00047)
+#### [ACE00047](#a-hreface00047ace00047a)
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.
@@ -178,28 +178,28 @@ This is usually due to mixing 32/64bit DLLs with your compiled binaries. Your DL
## Core compilation-related errors
-#### [ACE00060](#ace00060)
+#### [ACE00060](#a-hreface00060ace00060a)
I don't get an AzerothCore hash
Reinstall Git for Windows and select "Git from the command line and also 3rd party software" when asked about adjusting your PATH.
---------------------------------------------------------
-#### [ACE00061](#ace00061)
+#### [ACE00061](#a-hreface00061ace00061a)
I cannot install AzerothCore on CentOS/Ubuntu/Debian etc.
AzerothCore requires GCC 8.0 or higher and CLang 7 or higher.
---------------------------------------------------------
-#### [ACE00062](#ace00062)
+#### [ACE00062](#a-hreface00062ace00062a)
I cannot install AzerothCore on Windows XP/Vista
AzerothCore requires [Visual Studio 2019](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements), therefore you need to update to Windows 7 or above.
---------------------------------------------------------
-#### [ACE00063](#ace00063)
+#### [ACE00063](#a-hreface00063ace00063a)
I cannot install AzerothCore on Linuyx, I get:
```
c++: internal compiler error: Segmentation fault (program cc1plus)
@@ -210,14 +210,14 @@ This can be due to:
---------------------------------------------------------
-#### [ACE00064](#ace00064)
+#### [ACE00064](#a-hreface00064ace00064a)
How do I \<insert question\> on my operating system.
Use google or buy a book to learn the operating system you are using.
---------------------------------------------------------
-#### [ACE00065](#ace00065)
+#### [ACE00065](#a-hreface00065ace00065a)
I can't compile, I get:
```
fatal error C1060: compiler is out of heap sp#ace
@@ -227,7 +227,7 @@ Read [How to: Enable a 64-Bit, x64 hosted MSVC toolset on the command line. Micr
---------------------------------------------------------
-#### [ACE00066](#ace00066)
+#### [ACE00066](#a-hreface00066ace00066a)
I can't compile, I get:
```
C1001: An internal error has occurred in the compiler.
@@ -236,7 +236,7 @@ Update your Visual Studio.
---------------------------------------------------------
-#### [ACE00067](#ace00067)
+#### [ACE00067](#a-hreface00067ace00067a)
I can't generate my CMake files, I get:
```
Could NOT find Boost (missing: system filesystem program_options iostreams regex) (found suitable version "1.74.0", minimum required is "1.70")
@@ -247,28 +247,28 @@ Locate your Boost folder
## Extractor-related errors
-#### [ACE00080](#ace00080)
+#### [ACE00080](#a-hreface00080ace00080a)
I am looking for map extractors but they are for wow version 4.
No they are not. The name "vmap4extractor"/"vmap4Assembler" reflects the version of the tool. They are all for WoW 3.3.5a.
---------------------------------------------------------
-#### [ACE00081](#ace00081)
+#### [ACE00081](#a-hreface00081ace00081a)
Couldn't open RootWmo while running extractor.
Not an error, ignore it.
---------------------------------------------------------
-#### [ACE00082](#ace00082)
+#### [ACE00082](#a-hreface00082ace00082a)
I can't use Vmap extractor.
Extract maps first.
---------------------------------------------------------
-#### [ACE00083](#ace00083)
+#### [ACE00083](#a-hreface00083ace00083a)
I have maps from ManGOS or TrinityCore, can I use them?
No.