Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Hello, I have set up AC on my Debian 12 server for the first time, the connection is made through Ha

[DiscordArchive] Hello, I have set up AC on my Debian 12 server for the first time, the connection is made through Ha

[DiscordArchive] Hello, I have set up AC on my Debian 12 server for the first time, the connection is made through Ha

rektbyfaith
Administrator
0
02-10-2025, 11:26 PM
#1
Archived author: Shadow • Posted: 2025-02-10T23:26:37.950000+00:00
Original source

Hello, I have set up AC on my Debian 12 server for the first time, the connection is made through Hamachi. I can login without any problems, but my friend cannot. First, he is stuck on "Retrieving character list". After we tried the solution with truncating the table instance_reset https://stackoverflow.com/questions/5473...acter-list
The "Retrieving character list" line appeared again, then disappeared in some buggy way, but my friend was then stuck on loading screen when pressed Enter world button. His character was even visible ingame in the starting location from my already loged in character. Any help please?
rektbyfaith
02-10-2025, 11:26 PM #1

Archived author: Shadow • Posted: 2025-02-10T23:26:37.950000+00:00
Original source

Hello, I have set up AC on my Debian 12 server for the first time, the connection is made through Hamachi. I can login without any problems, but my friend cannot. First, he is stuck on "Retrieving character list". After we tried the solution with truncating the table instance_reset https://stackoverflow.com/questions/5473...acter-list
The "Retrieving character list" line appeared again, then disappeared in some buggy way, but my friend was then stuck on loading screen when pressed Enter world button. His character was even visible ingame in the starting location from my already loged in character. Any help please?

rektbyfaith
Administrator
0
02-10-2025, 11:33 PM
#2
Archived author: aloehart • Posted: 2025-02-10T23:33:43.631000+00:00
Original source

Okay so, I kept creating tables and eventually the error changed. Here's the complete list, in order, of missing tables as well as the new error.
[Image: 20250210_17h32m50s_grim.png?ex=690bded7&...8f51f97f5&]

[Image: 20250210_17h31m35s_grim.png?ex=690bded7&...6eff65344&]
rektbyfaith
02-10-2025, 11:33 PM #2

Archived author: aloehart • Posted: 2025-02-10T23:33:43.631000+00:00
Original source

Okay so, I kept creating tables and eventually the error changed. Here's the complete list, in order, of missing tables as well as the new error.
[Image: 20250210_17h32m50s_grim.png?ex=690bded7&...8f51f97f5&]

[Image: 20250210_17h31m35s_grim.png?ex=690bded7&...6eff65344&]

rektbyfaith
Administrator
0
02-10-2025, 11:36 PM
#3
Archived author: Revision • Posted: 2025-02-10T23:36:16.621000+00:00
Original source

If it's not all tables I wonder if the mysql server "went away" during queries and the dbimporter (like the auto updater) didn't try again
rektbyfaith
02-10-2025, 11:36 PM #3

Archived author: Revision • Posted: 2025-02-10T23:36:16.621000+00:00
Original source

If it's not all tables I wonder if the mysql server "went away" during queries and the dbimporter (like the auto updater) didn't try again

rektbyfaith
Administrator
0
02-10-2025, 11:55 PM
#4
Archived author: aloehart • Posted: 2025-02-10T23:55:35.299000+00:00
Original source

There's multiple tables listed as missing there so I'm going to create those as well. Just interested to see it finally changed
rektbyfaith
02-10-2025, 11:55 PM #4

Archived author: aloehart • Posted: 2025-02-10T23:55:35.299000+00:00
Original source

There's multiple tables listed as missing there so I'm going to create those as well. Just interested to see it finally changed

rektbyfaith
Administrator
0
02-11-2025, 12:06 AM
#5
Archived author: metallinos • Posted: 2025-02-11T00:06:49.734000+00:00
Original source

I've seen similar issues with Docker, but not consistently. However, more often than not, it has not created acore_world.version. Instead, the table is in the char db
rektbyfaith
02-11-2025, 12:06 AM #5

Archived author: metallinos • Posted: 2025-02-11T00:06:49.734000+00:00
Original source

I've seen similar issues with Docker, but not consistently. However, more often than not, it has not created acore_world.version. Instead, the table is in the char db

rektbyfaith
Administrator
0
02-11-2025, 12:08 AM
#6
Archived author: metallinos • Posted: 2025-02-11T00:08:31.098000+00:00
Original source

The list above is far more extensive than I've encountered before, though. Quite surprising to see. I'll set aside a few hours this weekend to dig through why this is happening and open a PR, if it's not resolved by then.
rektbyfaith
02-11-2025, 12:08 AM #6

Archived author: metallinos • Posted: 2025-02-11T00:08:31.098000+00:00
Original source

The list above is far more extensive than I've encountered before, though. Quite surprising to see. I'll set aside a few hours this weekend to dig through why this is happening and open a PR, if it's not resolved by then.

rektbyfaith
Administrator
0
02-11-2025, 12:09 AM
#7
Archived author: metallinos • Posted: 2025-02-11T00:09:06.972000+00:00
Original source

If I were to guess, the db import box is simply starting in the wrong dir, attempting to import updates before running the underlying creates
rektbyfaith
02-11-2025, 12:09 AM #7

Archived author: metallinos • Posted: 2025-02-11T00:09:06.972000+00:00
Original source

If I were to guess, the db import box is simply starting in the wrong dir, attempting to import updates before running the underlying creates

rektbyfaith
Administrator
0
02-11-2025, 12:14 AM
#8
Archived author: aloehart • Posted: 2025-02-11T00:14:23.489000+00:00
Original source

Good news, after one more batch of tables, the containers are all running. Now, I don't know if they're actually functioning, but I'll check that in a couple of hours when I can. If it works and I can get in-game, I'll open an issue in the main repo with my info.
rektbyfaith
02-11-2025, 12:14 AM #8

Archived author: aloehart • Posted: 2025-02-11T00:14:23.489000+00:00
Original source

Good news, after one more batch of tables, the containers are all running. Now, I don't know if they're actually functioning, but I'll check that in a couple of hours when I can. If it works and I can get in-game, I'll open an issue in the main repo with my info.

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