Crashes - Unknown error!
Some variations of this crash can be resolved by changing some sound settings in the Settings_v0.ini file in this folder:
C:\Users\myName\Documents\Overwatch\Settings
- Make a backup of the Settings_v0.ini file first.
- Start up Overwatch, and click on Options, then Sound.
- Change the Master Volume to 42.
- Exit completely out of Overwatch.
- Open the Settings_v0.ini file with Notepad or Wordpad.
You should see this in the last section:
[Sound.3]
MasterVolume = “42.000000”
- Add this line after that, at the end:
PreferXAudio2 = “0”
- Save the file.
- Go back into Overwatch, and set the Master Volume to what you had it before.
Note:
PreferXAudio2 = “0”
This will force the Sound system to use WASAPI instead of XAudio; setting this to 2 will force it to DirectSound:
PreferXAudio2 = “2”
Delete this line to return back to defaults.