Issue Description:
Game crashes to desktop with no warning multiple times per match, does not crash during lobby. This often occurs in the same places in a given map, although not reliably enough to be able to point to specific locations.
Error Displayed (If Applicable):
No error displayed, log includes 0xc0000005 access violation
Steps to Reproduce:
Play any map (mostly as Veteran in my games, but that’s just selection bias)
Crash at some point
Reload
Crash again soon after most times
As an update from play during the beta, the bridge on Torrent seems to be a particular problem spot here. It’s possible that increasing the number of threads available helped somewhat, but my sample size was about one games worth and not on one of the maps where I experience the most crashes.
Actually, I think I may have an idea of what’s causing the error (in a general sense, of course). Looking at the logs, the crash seems to be occuring when attempting to access a file on my D:/ drive. The problem is that I do not, in fact, have a D:/ drive mapped. From what I understand, this should throw that particular access violation, although why it’s attempting to access files on a drive I don’t have, I couldn’t say.