
Originally Posted by
jacent
I try to get it to work but when I client start in client it gets stuck on now processing.
server is running fine.
the game server says this:
17:43:57.029 INFO - Loaded 831 server and 698 client packet definition's.
17:43:57.455 INFO - Waiting for connections on 0.0.0.0:8889
17:43:57.457 INFO - Load Boss:20
17:43:59.461 INFO - +----
17:43:59.478 INFO - | Global Memory Informations at 17:43:59:
17:43:59.494 INFO - | |
17:43:59.510 INFO - | Allowed Memory: 66409984 KB
17:43:59.525 INFO - | |= Allocated Memory: 16153088 KB (24.3233%)
17:43:59.545 INFO - | |= Non-Allocated Memory: 50256896 KB (75.6767%)
17:43:59.565 INFO - | Allocated Memory: 16153088 KB
17:43:59.585 INFO - | |= Used Memory: 6671734 KB (10.0463%)
17:43:59.604 INFO - | |= Unused (cached) Memory: 9481354 KB (14.2770%)
17:43:59.624 INFO - | Useable Memory: 59738250 KB (89.9537%)
17:43:59.642 INFO - +----
17:43:59.659 INFO - Server loaded in 65,912 millisecond(s).
17:44:01.299 INFO - Connecting to 127.0.0.1:9000 RMI server
17:44:02.572 INFO - Connected to login server successfully.
login server says this:
17:42:48.299 INFO - - Serendia on port 8889
17:42:48.520 INFO - Waiting for connections on 0.0.0.0:8888
17:42:48.522 INFO - ----------------------------------------------------------={ Loading packet definition's... }
17:42:48.533 INFO - Loaded 9 server and 4 client packet definition's.
17:42:48.559 INFO - +----
17:42:48.559 INFO - | Global Memory Informations at 17:42:48:
17:42:48.560 INFO - | |
17:42:48.561 INFO - | Allowed Memory: 524288 KB
17:42:48.563 INFO - | |= Allocated Memory: 32768 KB (6.2500%)
17:42:48.565 INFO - | |= Non-Allocated Memory: 491520 KB (93.7500%)
17:42:48.566 INFO - | Allocated Memory: 32768 KB
17:42:48.569 INFO - | |= Used Memory: 9231 KB (1.7607%)
17:42:48.573 INFO - | |= Unused (cached) Memory: 23537 KB (4.4893%)
17:42:48.573 INFO - | Useable Memory: 515057 KB (98.2393%)
17:42:48.574 INFO - +----
17:42:48.576 INFO - Server loaded in 1,848 millisecond(s).
17:42:48.618 INFO - Server Type: GT_REAL
17:42:48.619 INFO - Encrypt Login: false
17:42:48.620 INFO - Encrypt Login State: false
17:42:48.620 INFO - Login server listening for gameserver's connections at port 9000
ready server command.
17:44:02.564 INFO - Gameserver [Serendia] registered successfuly with ServerID=1 and ChannelID=1.
Do not forget to change your SERVER IP in server.properties located at gameserver\bin\configs
Code:
# External server IP for client connections.
# If localhost use 127.0.0.1
# If docker & localhost use host.docker.internal
# If external - use real ip
# 服务器真实IP
server.ip = YOUR SERVER IP