Troubleshooting

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly mscorlib"

Try installing .NET framework 4.5 (https://www.microsoft.com/en­us/download/details.aspx?id=30653)


A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

You are having trouble connecting to the login server. If you can not resolve it, contact a member of Citadel Studios.


 I don't have god powers on my own server.

First make sure you added an entry in your AccessList.xml (see above). Second, double check that you entered your user id from the dashboard correctly.


The game crashes when it starts up.

Double check your config files. Also make sure you arent running two servers with the same ServerIndex. Finally, if you can't figure it out, reach out to the admins on discord. If all else fails, zip up your logs directory and your ClusterConfig.xml and AccessList.xml and send it to us (contact@citadelstudios.net).


When I set up my server using my external ip (whatismyip.com), others can connect but I can not connect from the same machine or within the local network (Authentication Error).

This is because some routers automatically redirect traffic from the same machine on the loopback address (127.0.0.1). To resolve this do the following:

  1. Use a dns name rather than IP address (you can sign up for one for free at http://www.noip.com/)
  2. Open your hosts file and add the following entry: 127.0.0.1 <your­dns­name>