Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] It's been a long time since I've run AzerothCore and there's no install instructions for AutoBalance

[DiscordArchive] It's been a long time since I've run AzerothCore and there's no install instructions for AutoBalance

[DiscordArchive] It's been a long time since I've run AzerothCore and there's no install instructions for AutoBalance

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
07-23-2025, 07:19 PM
#1
Archived author: Rathlord • Posted: 2025-07-23T19:19:45.008000+00:00
Original source

It's been a long time since I've run AzerothCore and there's no install instructions for AutoBalance that I can find. I've got it extracted into the module folder, is there anything else that needs to be done (db merge?) aside from rebuilding my Docker install?
rektbyfaith
07-23-2025, 07:19 PM #1

Archived author: Rathlord • Posted: 2025-07-23T19:19:45.008000+00:00
Original source

It's been a long time since I've run AzerothCore and there's no install instructions for AutoBalance that I can find. I've got it extracted into the module folder, is there anything else that needs to be done (db merge?) aside from rebuilding my Docker install?

rektbyfaith
Administrator
0
07-23-2025, 07:44 PM
#2
Archived author: Rathlord • Posted: 2025-07-23T19:44:48.664000+00:00
Original source

So I tried to just add three modules- Solo-LFG ah-bot-master and autobalance-master. And the rebuild (again, using the docker command). Seems something is broken though, not sure what is causing this:

```
21.36 /usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
21.36 ModulesLoader.cppSad.text+0x2): undefined reference to `Addmod_ah_bot_masterScripts()'
21.36 /usr/bin/ld: ModulesLoader.cppSad.text+0x7): undefined reference to `Addmod_autobalance_masterScripts()'
21.76 clang: error: linker command failed with exit code 1 (use -v to see invocation)
21.77 gmake[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: src/server/apps/worldserver] Error 1
21.77 gmake[1]: *** [CMakeFiles/Makefile2:1020: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
21.77 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
07-23-2025, 07:44 PM #2

Archived author: Rathlord • Posted: 2025-07-23T19:44:48.664000+00:00
Original source

So I tried to just add three modules- Solo-LFG ah-bot-master and autobalance-master. And the rebuild (again, using the docker command). Seems something is broken though, not sure what is causing this:

```
21.36 /usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
21.36 ModulesLoader.cppSad.text+0x2): undefined reference to `Addmod_ah_bot_masterScripts()'
21.36 /usr/bin/ld: ModulesLoader.cppSad.text+0x7): undefined reference to `Addmod_autobalance_masterScripts()'
21.76 clang: error: linker command failed with exit code 1 (use -v to see invocation)
21.77 gmake[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: src/server/apps/worldserver] Error 1
21.77 gmake[1]: *** [CMakeFiles/Makefile2:1020: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
21.77 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
07-23-2025, 07:47 PM
#3
Archived author: Rathlord • Posted: 2025-07-23T19:47:37.252000+00:00
Original source

Seems like it's looking for methods to add the modules but not finding them?
rektbyfaith
07-23-2025, 07:47 PM #3

Archived author: Rathlord • Posted: 2025-07-23T19:47:37.252000+00:00
Original source

Seems like it's looking for methods to add the modules but not finding them?

rektbyfaith
Administrator
0
07-23-2025, 07:50 PM
#4
Archived author: Rathlord • Posted: 2025-07-23T19:50:01.640000+00:00
Original source

I think I had this exact problem like 8 years ago, seems the folders need to be renamed without "master" for the ones I manually moved in (didn't have git clone links)
rektbyfaith
07-23-2025, 07:50 PM #4

Archived author: Rathlord • Posted: 2025-07-23T19:50:01.640000+00:00
Original source

I think I had this exact problem like 8 years ago, seems the folders need to be renamed without "master" for the ones I manually moved in (didn't have git clone links)

rektbyfaith
Administrator
0
07-23-2025, 07:59 PM
#5
Archived author: Nyeriah • Posted: 2025-07-23T19:59:10.945000+00:00
Original source

remove master from folder name
rektbyfaith
07-23-2025, 07:59 PM #5

Archived author: Nyeriah • Posted: 2025-07-23T19:59:10.945000+00:00
Original source

remove master from folder name

rektbyfaith
Administrator
0
07-23-2025, 08:27 PM
#6
Archived author: Grimfeather • Posted: 2025-07-23T20:27:12.576000+00:00
Original source

when did you update IP last time? if it was a while back, then the issue could be that 2 new tiers were added. or if you installed it for first time. just update your progression to the first tier of TBC with this:
rektbyfaith
07-23-2025, 08:27 PM #6

Archived author: Grimfeather • Posted: 2025-07-23T20:27:12.576000+00:00
Original source

when did you update IP last time? if it was a while back, then the issue could be that 2 new tiers were added. or if you installed it for first time. just update your progression to the first tier of TBC with this:

rektbyfaith
Administrator
0
07-23-2025, 08:27 PM
#7
Archived author: Grimfeather • Posted: 2025-07-23T20:27:14.246000+00:00
Original source

.individualprogression set 8
rektbyfaith
07-23-2025, 08:27 PM #7

Archived author: Grimfeather • Posted: 2025-07-23T20:27:14.246000+00:00
Original source

.individualprogression set 8

rektbyfaith
Administrator
0
07-23-2025, 08:31 PM
#8
Archived author: Grimfeather • Posted: 2025-07-23T20:31:16.360000+00:00
Original source

then log out and back in
rektbyfaith
07-23-2025, 08:31 PM #8

Archived author: Grimfeather • Posted: 2025-07-23T20:31:16.360000+00:00
Original source

then log out and back in

rektbyfaith
Administrator
0
07-23-2025, 08:44 PM
#9
Archived author: Rathlord • Posted: 2025-07-23T20:44:49.271000+00:00
Original source

Does AHBot put errors anywhere? I'm fairly confident it compiled and is installed correctly, but the bot isn't listing anything. I might just have the character ID wrong or something
rektbyfaith
07-23-2025, 08:44 PM #9

Archived author: Rathlord • Posted: 2025-07-23T20:44:49.271000+00:00
Original source

Does AHBot put errors anywhere? I'm fairly confident it compiled and is installed correctly, but the bot isn't listing anything. I might just have the character ID wrong or something

rektbyfaith
Administrator
0
07-23-2025, 08:48 PM
#10
Archived author: WolfM90 • Posted: 2025-07-23T20:48:01.436000+00:00
Original source

You can find the errors in the Server.log file
rektbyfaith
07-23-2025, 08:48 PM #10

Archived author: WolfM90 • Posted: 2025-07-23T20:48:01.436000+00:00
Original source

You can find the errors in the Server.log file

Pages (3): 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)