Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] what is the error?

[DiscordArchive] what is the error?

[DiscordArchive] what is the error?

rektbyfaith
Administrator
0
04-18-2025, 09:08 AM
#1
Archived author: Bench • Posted: 2023-01-28T02:11:32.386000+00:00
Original source

What is the error?
rektbyfaith
04-18-2025, 09:08 AM #1

Archived author: Bench • Posted: 2023-01-28T02:11:32.386000+00:00
Original source

What is the error?

rektbyfaith
Administrator
0
04-18-2025, 09:11 AM
#2
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
rektbyfaith
04-18-2025, 09:11 AM #2

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

rektbyfaith
Administrator
0
04-18-2025, 09:11 AM
#3
Archived author: Illu • Posted: 2025-04-18T09:11:45.657000+00:00
Original source

but I don't understand what i have to Import
rektbyfaith
04-18-2025, 09:11 AM #3

Archived author: Illu • Posted: 2025-04-18T09:11:45.657000+00:00
Original source

but I don't understand what i have to Import

rektbyfaith
Administrator
0
04-18-2025, 09:11 AM
#4
Archived author: Illu • Posted: 2025-04-18T09:11:55.355000+00:00
Original source

gimme a sec
rektbyfaith
04-18-2025, 09:11 AM #4

Archived author: Illu • Posted: 2025-04-18T09:11:55.355000+00:00
Original source

gimme a sec

rektbyfaith
Administrator
0
04-18-2025, 09:13 AM
#5
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.cppSad.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
```
rektbyfaith
04-18-2025, 09:13 AM #5

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.cppSad.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
```

rektbyfaith
Administrator
0
04-18-2025, 09:13 AM
#6
Archived author: Illu • Posted: 2025-04-18T09:13:58.688000+00:00
Original source

( just finished compilling without it )
rektbyfaith
04-18-2025, 09:13 AM #6

Archived author: Illu • Posted: 2025-04-18T09:13:58.688000+00:00
Original source

( just finished compilling without it )

rektbyfaith
Administrator
0
04-18-2025, 09:14 AM
#7
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
rektbyfaith
04-18-2025, 09:14 AM #7

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)