Replies: 1 comment 1 reply
-
The creating session is normal to get. Cause below that should see the Player logged into zone . What happens when attempt log back in with same char? Any errors within the Map? Have you tired |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I went through the Quick Start guide step-by-step. I can make it all the way through character creation on the server I created, but when I try and log the character in, the map server seems to end up in a loop creating sessions before eventually timing out for the client.
It basically runs through about 40-50 instances of the below before the client times out.
[05/26/25 21:20:24:347][map][debug] Creating session for 127.0.0.1 (MapSessionContainer::createSession:40)
Does anyone have any ideas what could be the cause?
After this happened, I went and removed everything, then went through all of the Quick Start guide again. On that time through, I made sure to change nothing but the Network password, and still have the same issue once everything is built.
Beta Was this translation helpful? Give feedback.
All reactions