Is this a serious reply, if so, link to validated information showing that is happening. Glad this is a joke to some, but very disruptive to our community. I understand software has bugs, but this one seems pretty easy to spot and others are having it.
No, this is me pointing out subtly that first of all the part of the log you emphasized does not tell anybody anything.
It’s a generic stack overflow… it means something happened that more than likely resulted in a function being called infinitely at least that’s the most common occurrence.
It’s always what happens before that could give some form on an indication as to the cause. So when posting logs always make sure you post several lines of what happened prior to the crash… as “stack overflow” or “access violation” does not contain any details
You did include part of what was happening before: ConanAttackerAIController.OnAttackOrderTargetChanged ThrallSystemComponent.ServerCommandFollower
This here is the most important part of the report… and it tells that the game didn’t specifically like something about the event handler function that runs after the followers change their target.
As such, my response was a comical one due to lack of any other information to go on. And no, I don’t actually think a player is pressing the button fast enough to fill up the stack… but there wasn’t much else to say on this…
After this post though I’ve seen the other thread with 2 other users posting this exact same thing, one of them specifying the full line that you omitted from the report and also explaining that it repeats thousands of times in the log before the crash - so yes, more than likely some scenario causing an infinite loop.
The issue is obviously on Funcom’s side, since two of those reports in the other threads claim they have no mods installed at all. One of the users mentioned that it happened once when there was a single person online.
I made a comment there that a scenario like that is literally their best chance of tracking down what’s causing the issue so that they may give a better report to Funcom. Because if there was only a single person online… simply asking them what they were doing might give some insight, since the issue is obviously related to the follower system.
I asked there whether by any chance they were using zombies? Why? because it’s a new follower type that has been introduced and you get multiple followers at the same time, so they probably touched the system in some way for them.
But yes, these are all assumptions and you would need to be able to reproduce the issue reliably for an easy fix, there’s always the chance though that Funcom sees this report and they’ll realize why would that function be repeating itself so many times and fix it.
In the meantime… yes… take it easy with that E button
I hope this explains it better why I replied the way I did… basically nothing you can do based on this information until you either get more information or Funcom just randomly discovers and fixes it.