\server\channels\db
[2026-01-27 19:15:27.045] [error] [int __cdecl Start(void)()] TABLE_POSTFIX not configured use default
[2026-01-27 19:20:20.407] [error] [int __cdecl socket_read(unsigned __int64,char *,unsigned __int64)()] about to lose connection
[2026-01-27 19:20:20.407] [error] [int __cdecl CPeerBase::Recv(void)()] socket_read failed No such file or directory
[2026-01-27 19:20:20.407] [error] [int __cdecl CClientManager::Process(void)()] Recv failed
[2026-01-27 19:20:20.765] [error] [int __cdecl socket_read(unsigned __int64,char *,unsigned __int64)()] about to lose connection
[2026-01-27 19:20:20.765] [error] [int __cdecl CPeerBase::Recv(void)()] socket_read failed No such file or directory
[2026-01-27 19:20:20.765] [error] [int __cdecl CClientManager::Process(void)()] Recv failed
[2026-01-27 19:20:21.093] [error] [int __cdecl socket_read(unsigned __int64,char *,unsigned __int64)()] about to lose connection
[2026-01-27 19:20:21.093] [error] [int __cdecl CPeerBase::Recv(void)()] socket_read failed No such file or directory
[2026-01-27 19:20:21.093] [error] [int __cdecl CClientManager::Process(void)()] Recv failed
[2026-01-27 19:20:21.453] [error] [int __cdecl socket_read(unsigned __int64,char *,unsigned __int64)()] about to lose connection
[2026-01-27 19:20:21.453] [error] [int __cdecl CPeerBase::Recv(void)()] socket_read failed No such file or directory
[2026-01-27 19:20:21.453] [error] [int __cdecl CClientManager::Process(void)()] Recv failed
[2026-01-27 19:20:21.799] [error] [int __cdecl socket_read(unsigned __int64,char *,unsigned __int64)()] about to lose connection
[2026-01-27 19:20:21.799] [error] [int __cdecl CPeerBase::Recv(void)()] socket_read failed No such file or directory
[2026-01-27 19:20:21.799] [error] [int __cdecl CClientManager::Process(void)()] Recv failed
server\channels\auth\syserr.log
[2026-01-27 19:15:28.159] [error] [int __cdecl main(int,char **)()] Failed to Load ClientPackageCryptInfo File(package/)
server\channels\channel1\core1\syserr.log
[2026-01-27 19:15:29.261] [error] [int __cdecl main(int,char **)()] Failed to Load ClientPackageCryptInfo File(package/)
I think it was the first file you wanted me to post but i couldn't be sure. And i didn't touch the source file except adding a line for auth to see pwd's from db and client (becuase i had some issues with logging in and wanted to see what db returns and my hashed pwd's are. it turns out my DB connection was messed up, i solved it later and didnt remove the logging for pwd's)