Sjaak, if you can give me a patch file I'll look at it. I did look a little at it myself this week but I figured it was better to work on the Darkmoon Faire quests since there is a limited timeframe.
Its 2wire, i set 3200-3210
[17:31:16.069 D] System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
at ...ctor(String path)
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.()
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.GetAssembly()
at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(CodeNode codeNode)
at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
[17:31:16.068 N] Could not create current behavior in quest bot; exception was thrown
[17:31:16.069 D] System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
at ...ctor(String path)
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.()
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.GetAssembly()
at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(CodeNode codeNode)
at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
[17:31:16.070 D] Stop called!
[17:31:16.071 Q] Bot Stopped! Reason: Could not create current behavior in quest bot, exception was thrown.
[17:31:16.085 D] Activit?: Honorbuddy arr?t?
[17:31:17.090 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[17:31:17.093 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
[17:31:17.090 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[17:31:17.093 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
Define "it" (file/line number). What did you comment out? All I can say is I haven't seen any similar issue. Make sure you've updated to the latest HB.Hello,
This seems to come from the TcpServer. When I edit the source code and comment it out, the bot is working fine.
Any idea on how to solve this issue ?
Define "it" (file/line number). What did you comment out? All I can say is I haven't seen any similar issue. Make sure you've updated to the latest HB.
settings = ServerSettings.Instance;
tcpListener = new TcpListener(IPAddress.Any, settings.Port);
tcpListener.Start();
Care to provide any details or are you just assuming I know what you're talking about, which I don't.Anybody have a workaround for the screenshots not working ? Everything else seems to be working but no screenies![]()
Care to provide any details or are you just assuming I know what you're talking about, which I don't.