[DiscordArchive] what is the error?
[DiscordArchive] what is the error?
Archived author: Bench • Posted: 2023-01-28T02:11:32.386000+00:00
Original source
What is the error?
Archived author: Illu • Posted: 2025-04-18T09:11:24.222000+00:00
Original source
https://www.azerothcore.org/catalogue#/d.../138432861
Here it says :
```1. Simply place the module under the `modules` directory of your AzerothCore source.
1. Import the SQL manually to the right Database (auth, world or characters).
1. Re-run cmake and launch a clean build of AzerothCore.```
[Embed: AzerothCore]
AzerothCore, the open source MMORPG server application
https://www.azerothcore.org/catalogue
Archived author: Illu • Posted: 2025-04-18T09:11:45.657000+00:00
Original source
but I don't understand what i have to Import
Archived author: Illu • Posted: 2025-04-18T09:11:55.355000+00:00
Original source
gimme a sec
.text+0x0): undefined reference to `Addmod_ah_bot_masterScripts()'Archived author: Illu • Posted: 2025-04-18T09:13:04.775000+00:00
Original source
```
1454.3 [ 99%] Building CXX object src/server/apps/CMakeFiles/worldserver.dir/worldserver/Main.cpp.o
1472.1 [100%] Linking CXX executable worldserver
1481.6 /usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
1481.6 ModulesLoader.cpp
.text+0x0): undefined reference to `Addmod_ah_bot_masterScripts()'
1482.1 clang: error: linker command failed with exit code 1 (use -v to see invocation)
1482.1 gmake[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: src/server/apps/worldserver] Error 1
1482.1 gmake[1]: *** [CMakeFiles/Makefile2:1020: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
1482.1 gmake: *** [Makefile:136: all] Error 2
------
failed to solve: process "/bin/sh -c git config --global --add safe.directory /azerothcore && cmake /azerothcore -DCMAKE_INSTALL_PREFIX=\"/azerothcore/env/dist\" -DAPPS_BUILD=\"all\" -DTOOLS_BUILD=\"$CTOOLS_BUILD\" -DSCRIPTS=\"$CSCRIPTS\" -DMODULES=\"$CMODULES\" -DWITH_WARNINGS=\"$CWITH_WARNINGS\" -DCMAKE_BUILD_TYPE=\"$CTYPE\" -DCMAKE_CXX_COMPILER=\"clang++\" -DCMAKE_C_COMPILER=\"clang\" -DCMAKE_CXX_COMPILER_LAUNCHER=\"ccache\" -DCMAKE_C_COMPILER_LAUNCHER=\"ccache\" -DBoost_USE_STATIC_LIBS=\"ON\" && cmake --build . --config \"$CTYPE\" -j $(($(nproc) + 1)) && cmake --install . --config \"$CTYPE\"" did not complete successfully: exit code: 2
```
Archived author: Illu • Posted: 2025-04-18T09:13:58.688000+00:00
Original source
( just finished compilling without it )
Archived author: Tereneckla • Posted: 2025-04-18T09:14:59.477000+00:00
Original source
remove `-master` from the folder
the sql is in data/sql/db-world and has to be imported into your world database