Starlight64 Posted October 29, 2023 Posted October 29, 2023 So I recently downloaded crash logger but I get no crash logs after my game crashes. Can anyone help me figure how to download it right because I tried manager and manual download and nothing happens, no crash log. And I think I downloaded crash anaylizer right but it won't work because crash logger won't work.
traison Posted October 29, 2023 Posted October 29, 2023 (edited) Its possible to have the game exit as if it crashed, without it actually being a crash. Crash loggers currently available are essentially exception handlers for what would otherwise be unhandled exceptions. The game itself already contains several exception handlers, and any of them could close the application as the result of a handled exception. The only way to catch exceptions before they're handled (or unhandled) as far as I know is to attach a debugger that is capable of intercepting them. Edited October 29, 2023 by traison
Starlight64 Posted November 2, 2023 Author Posted November 2, 2023 On 10/29/2023 at 5:29 PM, traison said: Its possible to have the game exit as if it crashed, without it actually being a crash. Crash loggers currently available are essentially exception handlers for what would otherwise be unhandled exceptions. The game itself already contains several exception handlers, and any of them could close the application as the result of a handled exception. The only way to catch exceptions before they're handled (or unhandled) as far as I know is to attach a debugger that is capable of intercepting them. How do I use crash anaylizer? This is my latest crash log crash-2023-10-31-23-59-36.log
traison Posted November 2, 2023 Posted November 2, 2023 Your crash was caused by Havok, or more specifically a hkx file: data\MESHES\actors\character\animations\male\mt_idlelookingb.hkx
Starlight64 Posted November 2, 2023 Author Posted November 2, 2023 11 hours ago, traison said: Your crash was caused by Havok, or more specifically a hkx file: data\MESHES\actors\character\animations\male\mt_idlelookingb.hkx So do I delete mt_idlelookingb.hkx or what do I do.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now