Invalid username/password
Posted: Sun Jun 28, 2015 8:47 pm
Not sure if the dev's want to work a thread per person or all reporting in the same one.
If you want it all in teh same one (many already created for my issue) I can repost there and request this deleted.
I get the Invalid Username/Password error. New user signed up, tried the simple password route, nothing works, the forum login is fine. Before I tried the "resend activation email" fix, I would get to what I think was the character select screen, was empty then failed out (i htink it was authentication error).
Now i get the error at the launcher.
According to the mythlocinserviceconfig.xml file, I am connecting to 178.32.58.46:8048
However a packet capture shows connecting to port 8000. Maybe that is fine, but I'd figure I'd start there. Do you see my actual login at the server level?
If you want it all in teh same one (many already created for my issue) I can repost there and request this deleted.
I get the Invalid Username/Password error. New user signed up, tried the simple password route, nothing works, the forum login is fine. Before I tried the "resend activation email" fix, I would get to what I think was the character select screen, was empty then failed out (i htink it was authentication error).
Now i get the error at the launcher.
According to the mythlocinserviceconfig.xml file, I am connecting to 178.32.58.46:8048
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<RootElementOfAnyName>
<MythLoginServiceConfig>
<Settings>
<ProductId>2</ProductId>
<MessageTimeoutSecs>24</MessageTimeoutSecs>
</Settings>
<RegionList>
<Region regionName="prod">
<PingServer serverName="None">
<Address>0.0.0.0</Address>
<Port>0</Port>
</PingServer>
<LoginServerList>
<LoginServer serverName="ReturnOfReckoning01052015">
<Address>178.32.58.46</Address>
<Port>8048</Port>
</LoginServer>
</LoginServerList>
</Region>
</RegionList>
</MythLoginServiceConfig>
</RootElementOfAnyName>