What can I do if a minidump and crash comes before any error message?
The whole story:
I have begun testing my custom abilities and buffs. I made a solar radiation ability for a pulsar star. So if i enter the stars gravity well with a ship the game crashes but not error dialog pops up before. Also the log file in the debug folder gives no clue it seams also that it is not completly written, cause the last two line show this:
c:\gs\entrenchment\CodeSource\Engine\DataStructures\FixedArray.h(117): assert! [i >= 0]
c:\gs\entrenchment\CodeSource\Engine\DataStructures\FixedArray.h(117
I all cases i got minidumps before at least one error popup was shown that gave me a clue whats wrong. I know that the minidumps only can be analyzide by the devs but I hoped using the dev.exe makes them also readable for me.