CrashLogger v1.1
371
13
371
13
(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:
- ScriptHookV
Installation:
- Drop CrashLogger.asi 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: 9 días
Last Updated: 2 días
Last Downloaded: 2 horas
17 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:
- ScriptHookV
Installation:
- Drop CrashLogger.asi 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: 9 días
Last Updated: 2 días
Last Downloaded: 2 horas

For personal use - install only
CrahsLogger.asi and for mod developers who wants to log from their mod - Install Integration.cs file into your mod's project(in VS or any other IDE)
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.
@BlueIsAtlantic nice bro...waiting to test it! Thanks
@dream_catcher79 Just one more question - Does your game crash instantly(Like with an error or silent one) OR it freezes?
@BlueIsAtlantic silent one...just crash to desktop. no error, no freeze, nothing.. just a silent crash after a few minutes of gameplay.
@dream_catcher79 Got it.
@dream_catcher79 Download the newest version from here: https://github.com/BlueIsAtlantic/CrashLogger-GTA-V/releases
YOU CAN GET LATEST RELEASES EARLIER IN THIS MOD'S/TOOL'S GITHUB: https://github.com/BlueIsAtlantic/CrashLogger-GTA-V/releases
@BluelsAtlantic I'm a bit confused about this, I know the "CrashLogger.asi" goes in the main GTA V's directory but, the "Integration.cs" file, does that one goes in the 'scripts' folder? In the instructions it says to insert it into my newly created script, I haven't created any scripts, I do have a whole bunch of scripts in the 'scripts' folder that I've downloaded from different authors over the years but, I don't create my own scripts. I don't know anything about namespace or anything like that. So where exactly does the "Integration.cs" is supposed to go if all I want is to monitor crashes caused by already existing scripts?
@JAM102970 The file is for mod developers. You dont need to install integration file at all, i fyou use it for personal use only.
@BlueIsAtlantic So I downloaded this and put the "CrashLogger.asi" in the main directory and launched the game. My game crashes all the time, for whatever reason, as it happens with a lot of people with this game. GTA 5 (pc) is so unbelievably unstable regardless of whether you have a good gameconfig or not, anyways, my game crashed three times, first time it crashed after 16 minutes of playing, as soon as it crahsed I immediately checked to see if a CrashLogger_log.ext was created and there was nothing there. So again, I relaunched the game, this time I was able to play for about 33 minutes and then again there was no "Crash" report log present in the directory. Same thing the third time around, the third time I was able to play for almost an hour then it crashed and again, no "CrashLogger" log, I don't think this mod is working. My game version is the latest 3586.
@JAM102970 Looking for issues(testing)