FiveM Client no longer writes C# Script Exceptions to the log file, I have only noticed this today while trying to find a NullReferenceException within one of my resources.
My only time frame is some time after the 3rd Jan 2020 as I have logs with Exceptions and since I updated the client on the 5th and the colours for resources have been added to the client console (F8) which are very helpful when seeing which system is reporting information.
Process;
- Launch Client
- Connect to a server
- Run code that will throw an exception
- Check log and see exception is not writen to the file
I have not tested this in Lua as I know that has a nice way of displaying this information within the client which helps with finding the issue.