Jump to content

How to download crash logger and crash anaylizer


Recommended Posts

Posted

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.

Posted (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 by traison
Posted
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

Posted

Your crash was caused by Havok, or more specifically a hkx file:

 

data\MESHES\actors\character\animations\male\mt_idlelookingb.hkx

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...