CrashLogger 1.0
159
10
159
10
(ONLY FOR SHVDN MODS, BUT CAN BE USED IN SHV MODS IF YOU KNOW HOW TO DO IT)
[My other mod - Tornado V was successfully made to be compatible for GTA V Enhanced, thanks to this tool]
[Works for both GTA V Legacy and GTA V Enhanced]
(Releases are published first in this mod's GitHub)
Tired of silent crashes or your own crash handler not giving answers?
CrashLogger provides engine-crash's error codes and custom logs.
Features:
Requirements:
Installation:
Intergration(for developers):
Upcoming: Version 1.1
Version 1.0
Full source code can be found here
[My other mod - Tornado V was successfully made to be compatible for GTA V Enhanced, thanks to this tool]
[Works for both GTA V Legacy and GTA V Enhanced]
(Releases are published first in this mod's GitHub)
Tired of silent crashes or your own crash handler not giving answers?
CrashLogger provides engine-crash's error codes and custom logs.
Features:
- Detects silent or normal engine crashes
- Lets your mod write custom log messages
- Outputs detailed information to CrashLogger_Log.txt
- Simple integration via a single C# file
Requirements:
- None
Installation:
- Drop CrashLogger.dll into your main GTA V directory.
Intergration(for developers):
- In your mod project, create a new script file.
- Copy the contents of Integration.cs into that file.
- Change its namespace to match your project.
- Call the logger from any script using: YourNamespace.Log("Overloaded"); YourNamespace.Log(ex, "Located in Main.cs").
Upcoming: Version 1.1
- Support for ScriptHookV(C++) mods.
Version 1.0
- Initial Release.
Full source code can be found here
First Uploaded: 4 days ago
Last Updated: 3 days ago
Last Downloaded: 44 minutes ago
6 Comments
More mods by BlueIsAtlantic:
(ONLY FOR SHVDN MODS, BUT CAN BE USED IN SHV MODS IF YOU KNOW HOW TO DO IT)
[My other mod - Tornado V was successfully made to be compatible for GTA V Enhanced, thanks to this tool]
[Works for both GTA V Legacy and GTA V Enhanced]
(Releases are published first in this mod's GitHub)
Tired of silent crashes or your own crash handler not giving answers?
CrashLogger provides engine-crash's error codes and custom logs.
Features:
Requirements:
Installation:
Intergration(for developers):
Upcoming: Version 1.1
Version 1.0
Full source code can be found here
[My other mod - Tornado V was successfully made to be compatible for GTA V Enhanced, thanks to this tool]
[Works for both GTA V Legacy and GTA V Enhanced]
(Releases are published first in this mod's GitHub)
Tired of silent crashes or your own crash handler not giving answers?
CrashLogger provides engine-crash's error codes and custom logs.
Features:
- Detects silent or normal engine crashes
- Lets your mod write custom log messages
- Outputs detailed information to CrashLogger_Log.txt
- Simple integration via a single C# file
Requirements:
- None
Installation:
- Drop CrashLogger.dll into your main GTA V directory.
Intergration(for developers):
- In your mod project, create a new script file.
- Copy the contents of Integration.cs into that file.
- Change its namespace to match your project.
- Call the logger from any script using: YourNamespace.Log("Overloaded"); YourNamespace.Log(ex, "Located in Main.cs").
Upcoming: Version 1.1
- Support for ScriptHookV(C++) mods.
Version 1.0
- Initial Release.
Full source code can be found here
First Uploaded: 4 days ago
Last Updated: 3 days ago
Last Downloaded: 44 minutes ago

it doesnt work mate...no crash log appears after crash
@dream_catcher79 Interesting... I will look further into it.
@dream_catcher79 Are you using it as a developer with your own mods or just personal use without any of them?
@bluelsAtlantic i am using it for my personal use only. I have a few mods installed and the game is crashing but no log at all shows up, on GTA V directory.
@BlueIsAtlantic i am using it for my personal use only. I have a few mods installed and the game is crashing but no log at all shows up, on GTA V directory.
@dream_catcher79 Got it. I am looking for an issue on my end now.