Skip to content

Clean up error messages in I_ReportSignal

X.organic requested to merge X.organic/Kart-Public:better-crash-msg into master

As per the recommendation of other devs like Ashnal and SteelTitanium, this removes signal names – like SIGSEGV and SIGABRT – from the signal error messages generated in I_ReportSignal. Additionally, it changes the phrasing of two of them – from "SIGSEGV - segment violation" to "Segmentation fault" and from "SIGFPE - mathemetical exception" to "Arithmetic exception" (the latter might be less justified) – and adds the game's name to the message box title.

Merge request reports