]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
When Host_Error is called during QC init, Sys_Error a bit later. master
authorRudolf Polzer <divVerent@gmail.com>
Sun, 6 Apr 2025 20:52:23 +0000 (16:52 -0400)
committerRudolf Polzer <divVerent@gmail.com>
Sun, 6 Apr 2025 20:52:23 +0000 (16:52 -0400)
commit0435530735836f65cb6c9c2ddb271e35813a17df
tree36e5abc622eba18cfc809738233ea9b623be7569
parentb438a86f748e0153196c97d618a819cdf95f7196
When Host_Error is called during QC init, Sys_Error a bit later.

This way, we still get packed dump, client error cleanup and - most
importantly - a QC backtrace message of where the crash came from.

Very useful for debugging.
host.c