xenia-project / xenia

Xbox 360 Emulator Research Project
https://xenia.jp
Other
8.2k stars 1.13k forks source link

Investigate Crash Reporting #1081

Open DrChat opened 6 years ago

DrChat commented 6 years ago

At the moment Xenia crashes without saving a minidump/callstack or anything actually useful to debug a crash from a user.

Files needed for breakpad:

|--google_breakpad
   |---processor
   |---common
|--common
   |---windows
|---client
   |---windows
      |---crash_generation
      |---sender
      |---handler
      |---common
exception_handler.h
crystall1nedev commented 5 years ago

Let me see if I can add crash reporting...maybe just having the program write to a log file in the emulator's directory and then people can send it in? Then we can build a server for crash reports.

Razzile commented 5 years ago

Let me see if I can add crash reporting...maybe just having the program write to a log file in the emulator's directory and then people can send it in? Then we can build a server for crash reports.

Xenia already does this. I think this issue is for implementing a much more robust method of handling crashes