rathena / rathena

rAthena is an open-source cross-platform MMORPG server.
https://rathena.org/board/
GNU General Public License v3.0
2.86k stars 2.29k forks source link

show debug message every time login game #7194

Closed idk-whoami closed 1 year ago

idk-whoami commented 2 years ago

บันทึก_2022_08_19_22_16_50_504

[Debug]: [AccountID: 2000001, CharID: 150001, World: "rAthena"] Not found in table, sending new info.
mazvi commented 2 years ago

Are you runing web-server or not? related webservice?

https://github.com/rathena/rathena/commit/0ac52d0bb49e858f7ff7774685bb0d18af6d1cf7

idk-whoami commented 2 years ago

how to run web-server 0ac52d0bb49e858f7ff7774685bb0d18af6d1cf7

idk-whoami commented 2 years ago

forgot to add description

run server on Ubuntu 21.04 machine

idk-whoami commented 2 years ago

guild emblems works normally

บันทึก_2022_08_20_21_43_38_485


[Debug]: [AccountID: 2000000, CharID: 150000, World: "rAthena"] Not found in table, sending new info.
Akkarinage commented 2 years ago

I'm unsure on why it does this, as I get it to.

As a temporary measure, you can use the console_silent: option to hide the debug messages.

config/import/web_conf.txt

console_silent: 32
aleos89 commented 2 years ago

Maybe @vstumpf can provide some insight since it's his baby.

vstumpf commented 2 years ago

I guess we can remove the log message. For some reason the client isn't sending a save request when the client closes, so nothing ever gets added to the db