garyttierney / me3

A framework for modding and instrumenting games.
75 stars 6 forks source link

Immediately dispatch logs to out-of-process crash handler #13

Open garyttierney opened 2 months ago

garyttierney commented 2 months ago

See https://github.com/soulsmods/ModEngine2/issues/157 for motivation. It's sufficient to only do this in debug mode if doing the IPC takes a non-trivial amount of time.

garyttierney commented 1 month ago

Have some WIP code that uses minidumper as the crash reporter and IPC transport, though currently blocked on a patch I'm working on for https://github.com/EmbarkStudios/crash-handling/issues/90

garyttierney commented 2 weeks ago

Partially resolved by https://github.com/garyttierney/me3/pull/24