[DiscordArchive] Are the authserver and worldserver ports accessible? Can you ping it from your local machine and rec
[DiscordArchive] Are the authserver and worldserver ports accessible? Can you ping it from your local machine and rec
Archived author: metallinos • Posted: 2025-02-10T19:16:54.843000+00:00
Original source
Are the authserver and worldserver ports accessible? Can you ping it from your local machine and receive a response?
![[Image: image.png?ex=690c4c2c&is=690afaac&hm=106...78e25b5d2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1338590362465337375/image.png?ex=690c4c2c&is=690afaac&hm=106e44886b8e4eaa1a33e077f6dc0e134e713095a0b6aa976d89e0278e25b5d2&)
Archived author: mingbip • Posted: 2025-02-10T19:20:12.221000+00:00
Original source
yep, they are reachable
![[Image: image.png?ex=690c4c2c&is=690afaac&hm=106...78e25b5d2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1338590362465337375/image.png?ex=690c4c2c&is=690afaac&hm=106e44886b8e4eaa1a33e077f6dc0e134e713095a0b6aa976d89e0278e25b5d2&)
Archived author: metallinos • Posted: 2025-02-10T19:21:03.562000+00:00
Original source
So, you can connect. Is the problem just logging in? Are you receiving any specific error that we can help you with perhaps?
Archived author: mingbip • Posted: 2025-02-10T19:24:32.029000+00:00
Original source
i got errors (client side):
- This World of Warcraft account has been closed and is no longer in service. Please go to [http://www.wow-europe.com/fr/misc/banned.html] for more information.
- The information you entered is not valid. Please check the spelling of your account name and password.
If you need help recovering a forgotten or stolen password, visit [www.wow-europe.com/login-support/] for more information.
Archived author: metallinos • Posted: 2025-02-10T19:27:02.916000+00:00
Original source
I have 3 suggestions:
1. Check the authserver logs to see if you're seeing the connection attempt on your server. It may be that you're trying to connect to the wrong server and need to change your client-side realmlist, for example.
2. Are you able to connect to the database or the worldserver terminal? Check that the account username is correct.
3. Create a brand new account in the worldserver terminal ".account create newaccount newpassword" and ".account set gmlevel 3 -1" then login with newusername newpassword
Archived author: aloehart • Posted: 2025-02-10T19:29:13.139000+00:00
Original source
I'm got a fresh Debian install, setting up a fresh server, and I'm attempting to use docker for the host. When attempting to start the containers with compose up, the ac-db-import fails with exit code 1. Checking the log it says
ERROR 1146 (42S02) at line 17 in file: '/azerothcore/data/sql/updates/db_world/2024_12_18_00.sql': Table 'acore_world.smart_scripts' doesn't exist
This is with a freshly cloned git
Archived author: metallinos • Posted: 2025-02-10T19:31:01.663000+00:00
Original source
Sounds like something is going wrong with creating the required tables. Not sure why. Try starting the database container "sudo docker compose up ac-database", connecting to the MySQL server and then checking which tables exist in the ac-world database. A screenshot would be great for further guidance!
Archived author: aloehart • Posted: 2025-02-10T19:32:18.630000+00:00
Original source
Give me a few minutes and I'll take a look. Thanks for the help!
Archived author: mingbip • Posted: 2025-02-10T19:42:24.046000+00:00
Original source
yeah, client side realmlist is set correctly AFAIK. However i don't see logs in ~/azerothcore/env/dist/logs/
the folder is empty XD
let me check where are my logs
i am able to access the mysql shell and the worldserver terminal yes
i'm trying 3. as well, let's see how goes
Archived author: metallinos • Posted: 2025-02-10T19:43:04.836000+00:00
Original source
Check the console directly. The loggers and the console output have different logging levels, the console will usually show more with a stock config