AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
320 stars 352 forks source link

New Install - DB errors with worldserver start #211

Closed mcsescott closed 4 years ago

mcsescott commented 4 years ago

Description:

New server install - DB errors

Current behaviour:

Downloaded latest commit, created new install. No errors in CMake or VS2019 build. Several DB errors upon starting worldserver. See attachment from server log.

Expected behaviour: I was hoping it would start clean, but several errors popped up.

Project:

TC rev. hash/commit: TrinityCore rev. 7f7c43bc5b3f 2020-04-19 19:36:31 +0200 (master branch) (Win32, RelWithDebInfo, Static) (worldserver-daemon)

Database version

Used ADB 820.00

Operating system: Windows 10

Server.log

mcsescott commented 4 years ago

Was hopeful the latest commit from @Daniel25 changes would have gotten rid of the errors... Did I miss a step somewhere?

Traesh commented 4 years ago

Daniel25 commit was made to fix the main errors preventing Ashamane from starting, it didn't fix all DB errors which are sadly inevitable when you include a lot of sniffed data in a short amount of time

Fixing all DB errors will probably require multiple commits

mcsescott commented 4 years ago

OK, I'll sludge through it. Thanks for the reply.