riquems / tak-enhanced

9 stars 0 forks source link

Game randomly freezing #24

Closed riquems closed 1 year ago

riquems commented 1 year ago

Ok we investigated this issue and it was due to some lifetime inconsistencies when executing commands with mouse (double click, triple click and ctrl double clicking, related to this feature #13)

riquems commented 1 year ago

In addition to the lifetime inconsistency, we also got a problem with threads, awesome. So I'll have to remote them. That means we can't use sleep anymore, which means triple clicking to select all units feature is not possible for now. We will have to investigate another way to activate commands which are thread friendly.