[urgent] DirectEve update needed for Incarna 1.1
Closed this issue · 2 comments
kaeltis commented
Seems like DirectEve needs to be updated, as the following code is causing the problem because the agent object is null.
Questor.cs:
var agent = Cache.Instance.DirectEve.GetAgentByName(Settings.Instance.AgentName); if (agent == null || !agent.IsValid) { Logging.Log("Settings: Unable to locate agent [" + Settings.Instance.AgentName + "]"); ValidSettings = false; }
kaeltis commented
I already added some debugging output, its not the "agent.IsValid" whats making problems, its DirectEve bugging (agent is null).
rixim commented
This will be taken care of as all patches are. Join the IRC channel if it is really that urgent.