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>