-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Unhandled exception at 0x00007FFCD29A344D (XAudio2_7.dll) in Blocks.exe: 0xC0000094: Integer division by zero. #1129
Description
Hi,
I packaged blocks project that came with AirSim into an Unreal game. During the run the Unreal Engine crashes repeatedly.
Here is the trace i got using VS2017 debugger:
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\XAudio2_7.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\UIAutomationCore.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\sxs.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\oleacc.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\rasadhlp.dll'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\FWPUCLNT.DLL'. Cannot find or open the PDB file.
'Blocks.exe' (Win32): Loaded 'C:\Windows\System32\wkscli.dll'. Cannot find or open the PDB file.
The thread 0x3404 has exited with code 0 (0x0).
[2018.05.31-02.03.58:837][150]LogAudio: Warning: Waited 1911678.875000ms for audio thread.
'Blocks.exe' (Win32): Unloaded 'C:\Windows\System32\Windows.UI.dll'
Unhandled exception at 0x00007FFCD29A344D (XAudio2_7.dll) in Blocks.exe: 0xC0000094: Integer division by zero.
Has anyone else seen similar issues?
Thanks
Sri