We have a crash that’s occurring in a built app for Windows. The app is in the same folder as its .pdb files, and it’s generating an output.log, but the output.log doesn’t contain any useful information. Here’s the tail end of the log (with most of the DLL version dump trimmed for brevity):
Error: Cannot create FMOD::Sound instance for resource resources.resource, (Unsupported file or audio format. )
(Filename: Line: 857)
Error: Cannot create FMOD::Sound instance for resource resources.resource, (Unsupported file or audio format. )
(Filename: Line: 857)
Crash!!!
SymInit: Symbol-SearchPath: '.;C:\Users\Sean\Dropbox\Chesster (2);C:\Users\Sean\Dropbox\Chesster (2);C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Sean'
OS-Version: 6.1.7601 (Service Pack 1) 0x300-0x1
C:\Users\Sean\Dropbox\Chesster (2)\Chesster.exe:Chesster.exe (01300000), size: 16887808 (result: 0), SymType: 'PDB', PDB: '.\player_win_x86.pdb', fileVersion: 5.1.0.28848
C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (77850000), size: 1572864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\ntdll.dll', fileVersion: 6.1.7601.18869
C:\Windows\syswow64\kernel32.dll:kernel32.dll (75CE0000), size: 1114112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\kernel32.dll', fileVersion: 6.1.7601.18869
C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (76190000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\KERNELBASE.dll', fileVersion: 6.1.7601.18869
...
C:\Windows\system32\dbghelp.dll:dbghelp.dll (70730000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514
========== OUTPUTING STACK TRACE ==================
…and that’s the end. No stack trace was actually output.
I believe the FMOD errors at the top are unrelated, because I got dozens of those over the course of play, and they don’t appear to affect anything. So basically, as far as the log goes, we’re just playing along, and then “Crash!!!”, and no stack trace.
Any suggestions on how to determine what’s causing this crash?