Closed Wotuu closed 7 months ago
Seems to be the max_time=0, didn't dig into why yet but if I did it'd really just be to error with a better message. max_time is kinda needed to keep the interation lengths capped at a reasonable amount of time in case a sim actor gets stuck or is doing way too little damage for some reason. Safest way I think and what I set in the MDT export weakaura is the max key timer in seconds, the iteration length cap gets set to max_time * 2 so it gives a good enough margin.
Hey, thanks that did seem to work! I didn't notice the time for the dungeons wasn't set yet. Though the error definitely didn't point me to that being the issue. I'm keeping this open just so that you have the opportunity to adjust this error message. But feel free to close it as my issue is now resolved.
Describe the bug
I am trying to simulate a full dungeon run using the DungeonRoute fight style. Using a (generated) simulationcraft string that worked just fine in 9.0 I get a crash saying "Cooldown not set or negative". I'm unable to find documentation that can help me with this issue, anyone with the same problem nor the source code that this error originates from.
Expected behavior
I expect this error not to be thrown - or to receive more info about what I can do to fix it.
To Reproduce
I initially tried it without
cooldown=1
, I added it after receiving the error but nothing has changed. Documentation also doesn't mention any changes in this front.SimulationCraft encountered an error!
SimulationCraft 1005-01 for World of Warcraft 10.0.5.48069 Live (hotfix 2023-02-22/48069, git build dragonflight 9144cc9)
All options used for simulation:
options ### ### END ### ```