alguien sabe por que da error cuando le das a start world server?

Desde
17 Jan 2021
Mensajes
1
Reacciones
1
Honor
3
Creador del tema
tengo ese problema y no se como solucionarlo me sale esto cuando le doy
Using configuration file worldserver.conf.
TrinityCore Rev: 0 Release Hash: Archive (Win32, little-endian) (core-daemon)
<Ctrl-C> to stop.
______ __
/\__ _\ __ __/\ \__
\/_/\ \/ _ __ /\_\ ___ /\_\ \ ,_\ __ __
\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \
\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \
C O R E /\___/
http://TrinityCore.org \/__/
Opening databasepool 'world'. Async threads: 1, synch threads: 1
MySQL client library: 5.5.9
MySQL server ver: 5.5.11
[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
MySQL client library: 5.5.9
MySQL server ver: 5.5.11
[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
Databasepool opened succesfuly. 2 total connections running.
Opening databasepool 'characters'. Async threads: 1, synch threads: 2
MySQL client library: 5.5.9
MySQL server ver: 5.5.11
[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
[ERROR]: Table 'characters.pool_quest_save' doesn't exist
~DatabaseWorkerPool for ''.
~DatabaseWorkerPool for 'characters'.
~DatabaseWorkerPool for 'world'.
 
Código:
Necesitas, Acceder o Registrarse para ver el contenido.
Es recomendable que la version de MYSQL y la librería coincidan.

Código:
Necesitas, Acceder o Registrarse para ver el contenido.
Esto quiere decir que en tu base de datos no está creada la tabla "characters.pool_quest_save" tienes que crearla o intenta montar de nuevo la base de datos Character.


Para crearla manual (Si tienes la version 3.3.5 y utilizas trinity).
según lo que leo aquí:
Github Trinity

Esta es la query que necesitas:
Código:
Necesitas, Acceder o Registrarse para ver el contenido.
 
Back
Top