Thank you again. But still no progress. If I login, I see the following SQL's executed and not more:
Code:
[Login Server] New SoD client connection from 178.202.xx.xx:57446
[Login Server] Application packet received from client (size 14)
0: 02 00 00 00 00 00 00 00 - 00 00 0B 00 | ............
[Login Server] Session ready received from client.
0: 02 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00 | ...........e....
16: 00 | .
[Login Server] Application packet received from client (size 36)
0: 03 00 00 00 00 02 00 00 - 00 00 24 37 8D 72 75 DA | ..........$7.ru.
16: 04 C9 1F C1 42 BF 8E C4 - 90 4F 57 44 FA 1D 07 BE | ....B....OWD....
32: 04 C9 | ..
[Login Server] Login received from client.
170806 13:37:52 240 Query SELECT LoginServerID, AccountPassword FROM loginserver_server_accounts WHERE AccountName = 'Admin'
240 Query UPDATE loginserver_server_accounts SET LastIPAddress = '178.202.xx.xx', LastLoginDate = now() where LoginServerID = 1
0: 03 00 00 00 00 02 00 00 - 00 00 0D 9F 27 9B A5 D8 | ............'...
16: 72 60 DB 33 91 26 CB F2 - E6 F1 E0 D0 2B DA BE 35 | r`.3.&......+..5
32: 61 CE 95 CD EA 39 73 1A - 34 AD F4 55 79 A2 61 4F | a....9s.4..Uy.aO
48: 40 96 8C 8F 1B 47 66 E8 - CE 6C 60 87 0F 29 FD 9C | @....Gf..l`..)..
64: 23 F8 DB 86 31 7A 77 3A - 85 BB 60 87 0F 4A FD 9C | #...1zw:..`..J..
80: 23 F9 DB 86 31 7A 77 3A - 85 BB | #...1zw:..
[Login Server] Application packet received from client (size 12)
0: 04 00 00 00 00 00 00 00 - 00 00 | ..........
[Login Server] Server list request received from client.
0: 04 00 00 00 00 00 00 00 - 00 00 65 01 00 00 00 00 | ..........e.....
16: 00 00 00 00 | ....
[Login Server] Application packet received from client (size 12)
0: 05 00 00 00 00 00 00 00 - 00 00 | ..........
[Login Server] Client disconnected from the server, removing client.
So the server is never asked for the Server-List but the database connection clearly works.
Edit:
I found an old backup from 04.2016, replaced the binaries and the Server shows up. Because of incompatible databases, it stops after that. For me it looks like a code issue and I can't work it out (I'm not a coder).