[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
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?
.text+0x2): undefined reference to `Addmod_ah_bot_masterScripts()'
.text+0x7): undefined reference to `Addmod_autobalance_masterScripts()'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.cpp
.text+0x2): undefined reference to `Addmod_ah_bot_masterScripts()'
21.36 /usr/bin/ld: ModulesLoader.cpp
.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```
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?
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)
Archived author: Nyeriah • Posted: 2025-07-23T19:59:10.945000+00:00
Original source
remove master from folder name
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:
Archived author: Grimfeather • Posted: 2025-07-23T20:27:14.246000+00:00
Original source
.individualprogression set 8
Archived author: Grimfeather • Posted: 2025-07-23T20:31:16.360000+00:00
Original source
then log out and back in
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
Archived author: WolfM90 • Posted: 2025-07-23T20:48:01.436000+00:00
Original source
You can find the errors in the Server.log file