Doesn't seem to matter if I run the exe, copy the PDB files to the FS2 directory, run from F5 in VS2008 whenever I hit an assert and break into the debugger I get something like the following:
ntdll.dll!7c90120e()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
> fs2_open_3_6_11d.exe!debug_int3(char * file=0x3b02126e, int line=504162548) Line 760 + 0x8 bytes C++
bc15fff4()
Instead of the normal call stack with the ability to check variable values and the calling functions. All I get is assembly. Happening on multiple computers even with the same crash that was traceable before.