SpecialKO / SpecialK

Lovingly referred to as the Swiss Army Knife of PC gaming, Special K does a bit of everything.
https://www.special-k.info/
GNU General Public License v3.0
719 stars 45 forks source link

[Improvement] SK_SEH_SummarizeException should also produce the call stack for the exception. #182

Open gir489returns opened 2 weeks ago

gir489returns commented 2 weeks ago

Due to a lot of games using thunks/virtuals/unsafe libraries, the crash site might not be the exact problem. You are already using the StackWalk function from the WinAPI to get information about the crash site, why not continue to call StackWalk until it returns false, meaning we've hit the top of the callstack for that thread?